add foreign key and list support for ucimap
[project/uci.git] / Makefile
2008-11-14 Felix Fietkauadd libucimap
2008-11-14 Felix Fietkauinstall development headers
2008-08-31 Jens MueckeAdd mkdir to Makefile and Makefile.inc, use $prefix...
2008-08-23 FelixAdds a unit test framework based on shunit2
2008-08-22 Felix Fietkauremove uci_parse_tuple, preparation for adding a new...
2008-08-17 Felix Fietkaubump library version to 0.5
2008-06-04 Felix Fietkauuse the correct soname for libuci
2008-04-13 Felix Fietkaubuild variable sharing between uci and uci-lua, proper...
2008-04-13 Felix Fietkauadd make install to the uci build directory
2008-02-12 Felix Fietkauadd feature flags for the build process, improve automa...
2008-02-12 Felix Fietkaufold err.h into uci_internal.h
2008-02-12 Felix Fietkaubump library version
2008-02-09 Felix Fietkaubump library version number
2008-02-03 Felix Fietkaumove history code into history.c
2008-02-03 Felix Fietkauallow the make command line to override LD properly
2008-02-02 Felix Fietkaufix typo
2008-02-02 Felix Fietkaufix more compile errors
2008-02-02 Felix Fietkauadd missing flags
2008-02-02 Felix Fietkauadd shared library support
2008-02-02 Felix Fietkausplit warning options from other compiler options
2008-01-29 Felix Fietkauset -O0 for debug builds
2008-01-23 Felix Fietkauimplement more suggestions by lorenz schori
2008-01-23 Felix Fietkauonly use -g if debugging is requested
2008-01-23 Felix Fietkauimproved debugging
2008-01-22 Felix Fietkaurefactor, add uci_import
2008-01-21 Felix Fietkauuse -fPIC
2008-01-20 Felix Fietkauadd support for listing config files
2008-01-20 Felix Fietkauimproved parser
2008-01-20 Felix Fietkaubetter config file handling
2008-01-19 Felix Fietkaumore deps
2008-01-19 Felix Fietkauadd -Wno-unused and -Werror
2008-01-19 Felix Fietkauinitial import (incomplete)