summaryrefslogtreecommitdiff
path: root/common/collection/collection_tools.h
AgeCommit message (Collapse)AuthorFilesLines
2010-08-19Remove common directoryStephen Gallagher1-268/+0
All files formerly in common are now being built individually out of the ding-libs repository. git clone git://git.fedorahosted.org/git/ding-libs.git
2010-03-08Documentation for collection interfaceDmitri Pal1-16/+178
Passed through the interface and changed the comments to comply with the collection interface.
2010-02-03Remove private header requirements from collection_tools.hStephen Gallagher1-1/+0
2009-07-03Clean up warnings in common/Simo Sorce1-1/+1
Fix consts and function declarations
2009-07-02Changing function names for collection API.Dmitri Pal1-27/+27
Patch prepends prefix "col_" to all functions related to collection. This caused some formatiing issues so the alignement was addressed too.
2009-04-10Added functions to create list of sections and attributes.Dmitri Pal1-0/+6
2009-04-07Fix const warningsSimo Sorce1-3/+3
2009-04-06Clean up a lot of warnings in Collection and INI parserStephen Gallagher1-0/+3
2009-04-06First commit of basic collection API.Dmitri Pal1-0/+98