summaryrefslogtreecommitdiffstats
path: root/common/ini
Commit message (Collapse)AuthorAgeFilesLines
* Build system improvements for common toolsStephen Gallagher2009-04-132-7/+20
| | | | | | | | | 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-103-0/+139
|
* INI component: Fixed issues introduced by cleanup.Dmitri Pal2009-04-094-76/+223
| | | | | | | 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-071-1/+1
|
* Style fixes for /commonSimo Sorce2009-04-071-406/+457
|
* Clean up a lot of warnings in Collection and INI parserStephen Gallagher2009-04-063-18/+13
|
* Fix build system for Collection and INI parser.Stephen Gallagher2009-04-061-1/+1
| | | | | | 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