summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2013-09-19Add accessor for key idEduardo Lima (Etrunko)2-3/+10
Also fix implementations of wkb_config_key_set and wkb_config_key_get. Signed-off-by: Eduardo Lima (Etrunko) <eduardo.lima@intel.com>
2013-09-19Introduce struct _config_keyEduardo Lima (Etrunko)4-215/+342
With this new struct we simplify the config_section implementation and remove from it the responsibility for setting/getting values. Signed-off-by: Eduardo Lima (Etrunko) <eduardo.lima@intel.com>
2013-09-19Improve config_section base implementationEduardo Lima (Etrunko)1-110/+106
- New macro _config_section_init to reduce code duplication. - New 'subsection' member of _config_section struct to keep track of hierarchy between sections. It is now necessary to pass the parent section as argument to the _new and _section_init functions. - We are now able to free all subsections and the actual struct on the base implementation, simplifying the specific implementations and saving some lines of code. - The same apply for the _set_defaults function, which is called for all subsections on the base implementation. - Protect against the case of specialized config_section implementation not providing the function in question. Signed-off-by: Eduardo Lima (Etrunko) <eduardo.lima@intel.com>
2013-09-19Make use of -Wno-unused-parameterEduardo Lima (Etrunko)1-1/+7
Also fix usage of -Wextra Signed-off-by: Eduardo Lima (Etrunko) <eduardo.lima@intel.com>
2013-09-18Imported Upstream version 0.0.1upstream/0.0.1Eduardo Lima (Etrunko)21-245/+42583
2013-09-18Add dist-bzip2 to AM_INIT_AUTOMAKEv0.0.1Eduardo Lima (Etrunko)1-1/+1
Signed-off-by: Eduardo Lima (Etrunko) <eduardo.lima@intel.com>
2013-08-16Initial commitEduardo Lima (Etrunko)42-0/+5653
Signed-off-by: Eduardo Lima (Etrunko) <eduardo.lima@intel.com>