summaryrefslogtreecommitdiff
path: root/common/collection/collection.h
AgeCommit message (Collapse)AuthorFilesLines
2009-07-02Changing function names for collection API.Dmitri Pal1-395/+432
Patch prepends prefix "col_" to all functions related to collection. This caused some formatiing issues so the alignement was addressed too.
2009-07-01Adding INSERT into collection functionality.Dmitri Pal1-16/+372
Add was always insterting at the end of the collection. With this change one can control where the item is inserted and deal with the duplicates too. Also one now can extract items from collection using absolute and relative disposition. Using more advanced hashing function.
2009-04-09INI component: Fixed issues introduced by cleanup.Dmitri Pal1-2/+2
Added a few new functions. Cleaned code that was subject to conditional build. Fixed the floating point conversion. Keep const values as const.
2009-04-07Fix const warningsSimo Sorce1-64/+68
2009-04-07Style fixes for /commonSimo Sorce1-122/+205
2009-04-06Clean up a lot of warnings in Collection and INI parserStephen Gallagher1-2/+3
2009-04-06First commit of basic collection API.Dmitri Pal1-0/+426