summaryrefslogtreecommitdiffstats
path: root/ini/ini.d
Commit message (Collapse)AuthorAgeFilesLines
* Additional testsDmitri Pal2010-12-211-0/+1
| | | | | | | | I investigated the coverity issue 10043. Reading code did not reveal the issue. I added the test just to be sure and ran valgrind again. It does not seem to leak despite the Coverity concerns.
* Allow merging valuesDmitri Pal2010-12-211-0/+12
| | | | | | | | | | | | | | | | This patch is the first pass at merging functionality. It implements merging of values that belong to the same section. Patch includes: * Definition of merge flags in doxy format * Definition of the masks in internal header * Changes to parser to handle the merging of values. * Also swithed parser to not use ini_config.h as I want to switch implementation of the current interface to new interface at some point. * New unit test was created. * New config file for this unit test was added to ini.d Main code changes are in ini_parse.c
* More config files for testingDmitri Pal2010-09-223-7/+158
|
* Adding support for explicit 32/64 types (attempt 2).Dmitri Pal2010-05-171-0/+4
| | | | | This is a reworked patch to add support for explicit 32 and 64 bit values in the config files.
* ELAPI Adding file provider and CSV formatDmitri Pal2009-09-081-3/+2
| | | | | | | | | | | | | | | | | | | | | This patch creates the infrastructure for logging of the event from the top of the interface to the bottom. It is a start. A lot of functionality is left aside. The attempt of this patch is pass event from caller of the ELAPI interface via targets to sinks then to providers and do serialization creating entity that is ready to be written to a file. It also implements more specific provider related configuration parameters. Also it addresses couple suggestions that were brought up against previous patch. ELAPI Correcting issues This patch addresses the issues found during the review of the previous patches and addresses ticket #166.
* INI component: Fixed issues introduced by cleanup.Dmitri Pal2009-04-091-2/+3
| | | | | | | Added a few new functions. Cleaned code that was subject to conditional build. Fixed the floating point conversion. Keep const values as const.
* First attempt to produce INI interface.Dmitri Pal2009-04-062-0/+93