summaryrefslogtreecommitdiffstats
path: root/common/ini/ini_valueobj_ut.c
Commit message (Collapse)AuthorAgeFilesLines
* [INI] Fixes to the value objectDmitri Pal2010-08-101-53/+11
| | | | | | | | | | | | * Removed the annoyong type casting in the serialization since there is a new function in the simplebuffer to addstring. * Changed the serialization code to not create simple buffer object but rather add to the passed in one. * Added serialization of the value that stores section * Started cleaning constants but then stopped since this effor should be done a bit later when the new high level ini config interface is better baked.
* [INI] Introducing Value objectDmitri Pal2010-08-101-0/+538
Value object is an object that combines a potentially multiline value comment and some statistical information regarding a configuration value. Patch includes: Source Header Unit test Makefile changes