summaryrefslogtreecommitdiffstats
path: root/common
Commit message (Collapse)AuthorAgeFilesLines
* Build system improvements for common toolsStephen Gallagher2009-04-137-16/+43
| | | | | | | | | Allows building shared or static libraries using autotools and provides a pkg-config file to simplify inclusion into other parts of the project (or other projects in the future) For now, we will statically link the collection library and INI parser.
* The lower level function now returns NOENT if file is not found.Dmitri Pal2009-04-102-3/+11
|
* Added functions to create list of sections and attributes.Dmitri Pal2009-04-105-0/+245
|
* INI component: Fixed issues introduced by cleanup.Dmitri Pal2009-04-096-82/+228
| | | | | | | Added a few new functions. Cleaned code that was subject to conditional build. Fixed the floating point conversion. Keep const values as const.
* Fix const warningsSimo Sorce2009-04-075-145/+169
|
* Style fixes for /commonSimo Sorce2009-04-076-1618/+1977
|
* Clean up a lot of warnings in Collection and INI parserStephen Gallagher2009-04-068-30/+22
|
* Fix build system for Collection and INI parser.Stephen Gallagher2009-04-065-6/+12
| | | | | | Adds ini subdirectory so it will be built, adds some clarification to the README, makes the configure --help more clear about the trace level and enables -Wall reporting.
* First attempt to produce INI interface.Dmitri Pal2009-04-067-0/+2312
|
* First commit of basic collection API.Dmitri Pal2009-04-0613-0/+5349