]> git.tdb.fi Git - libs/datafile.git/history - source/collection.h
Improve the documentation of Collection
[libs/datafile.git] / source / collection.h
2012-09-26 Mikko RasaImprove the documentation of Collection
2012-04-17 Mikko RasaStyle fixes
2012-01-20 Mikko RasaAllow creator function to return null to indicate failure
2012-01-15 Mikko RasaFix collection necessity detection
2011-07-26 Mikko RasaRename CollectionItemType::create method to creator
2011-07-25 Mikko RasaRedesign the Collection class
2011-07-25 Mikko RasaUse the functions from maputils.h in various places
2011-06-25 Mikko RasaDrop copyright and license notices from source files
2010-02-04 Mikko RasaSome more code reformatting
2008-08-06 Mikko RasaRefactor exceptions
2008-07-22 Mikko RasaAdd reverse name lookup to Collection
2007-12-27 Mikko RasaAdd missing virtual destructor to Collection::ItemKeywo...
2007-12-13 Mikko RasaMake use of KeyError's key parameter
2007-11-02 Mikko RasaBugfixes
2007-11-02 Mikko RasaChange Collection interface to use pointers consistently
2007-10-18 Mikko RasaAdd Collection::get_list
2007-10-16 Mikko RasaSupport const types with Collection properly
2007-10-15 Mikko RasaRemove a stale #include
2007-10-15 Mikko RasaAdd Collection