]> git.tdb.fi Git - libs/datafile.git/history - source/collection.cpp
Cosmetic changes
[libs/datafile.git] / source / collection.cpp
2021-10-31 Mikko RasaUse default member initializers for constant initial...
2021-10-31 Mikko RasaUse nullptr instead of 0 for pointers
2021-10-06 Mikko RasaAvoid inconsistent state in Collection if a notify...
2021-10-05 Mikko RasaRedesign Collection's creator and notify mechanisms...
2021-08-29 Mikko RasaUse C++11 features to manipulate containers
2021-04-25 Mikko RasaAdd a mechanism for collections to be notified when...
2020-12-30 Mikko RasaAdd find functions to Collection
2020-04-19 Mikko RasaPrefer vector over list
2015-11-18 Mikko RasaUse const sources in Collection
2015-11-14 Mikko RasaChain get_status to fallback collection if one is defined
2013-10-12 Mikko RasaExpose raw open functionality from Collection
2013-10-12 Mikko RasaInvoke creators from get_list
2013-10-12 Mikko RasaAvoid duplicate names if an item is available from...
2013-03-26 Mikko RasaReturn null instead of throwing if a file is not found...
2013-01-16 Mikko RasaAdd an API to open files from a collection's sources
2012-12-07 Mikko RasaAdd support for fallback collections
2012-12-05 Mikko RasaRework the list and containment queries
2012-12-04 Mikko RasaMore flexible system for handling base classes in Colle...
2012-12-03 Mikko RasaMove most of Collection::get implementation to collecti...
2012-11-15 Mikko RasaRedesign automatic object loading
2012-09-28 Mikko RasaImprove the API for future objects
2012-09-26 Mikko RasaGive DirectoryCollection the ability to add files as...
2012-09-26 Mikko RasaMinor reorganization
2012-09-26 Mikko RasaMake Collection::contains check for type
2011-07-25 Mikko RasaRedesign the Collection class
2011-06-25 Mikko RasaDrop copyright and license notices from source files
2010-02-03 Mikko RasaStyle update: add spaces around assignments
2007-10-15 Mikko RasaAdd Collection