]> git.tdb.fi Git - libs/datafile.git/history - source/loader.cpp
Cosmetic changes
[libs/datafile.git] / source / loader.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 RasaAlso call finish on auxiliary loaders
2021-08-29 Mikko RasaUse C++11 features to manipulate containers
2021-02-19 Mikko RasaReport locations of errors through multiple levels...
2021-01-17 Mikko RasaMake Loader::ActionMap delete the actions
2020-12-30 Mikko RasaFix an incorrect condition for throwing an exception
2020-04-19 Mikko RasaSupport custom action maps in loader classes
2020-04-19 Mikko RasaPrefer vector over list
2019-06-03 Mikko RasaPrefer exact type match when looking for Loader actions
2016-11-05 Mikko RasaProvide access to the keyword of the current statement
2016-09-19 Mikko RasaMerge remote-tracking branch 'origin/master'
2016-09-19 Mikko RasaMove all exception classes to except.h, for real this...
2016-09-02 Mikko RasaMove all exception classes to a common header
2014-12-19 Mikko RasaAccept int-to-float conversion in array signature
2014-10-19 Mikko RasaMore resiliece against certain corner cases when direct...
2013-08-05 Mikko RasaMore efficient way of loading binary files
2013-08-05 Mikko RasaReplace local RAII set utility with one from mspcore
2013-08-05 Mikko RasaUse a common StatementKey structure for Loader and...
2013-06-16 Mikko RasaConsider full statement signature when dealing with...
2013-06-15 Mikko RasaAdd a way to combine multiple loaders
2013-03-26 Mikko RasaMiscellaneous cleanups
2012-08-30 Mikko RasaRevert "Convenience function for reporting errors in...
2012-08-30 Mikko RasaFix some whitespace errors
2012-07-18 Mikko RasaConvenience function for reporting errors in loaded...
2011-07-25 Mikko RasaException rework for loader components
2011-07-25 Mikko RasaRemove pointer reload prevention feature; the purpose...
2011-07-25 Mikko RasaUpdate formatter.h -> format.h
2011-06-25 Mikko RasaDrop copyright and license notices from source files
2010-02-23 Mikko RasaMake ignored keywords work properly
2010-02-20 Mikko RasaAdd some optional (for now) extra checks for Loader
2010-02-04 Mikko RasaAllow overloading keywords with different signatures
2010-02-04 Mikko RasaSome more code reformatting
2010-02-03 Mikko RasaStyle update: add spaces around assignments
2008-08-06 Mikko RasaRefactor exceptions
2008-07-13 Mikko RasaMore flexible framework for loading substatements with...
2007-12-27 Mikko RasaAdd missing virtual destructor to Collection::ItemKeywo...
2007-12-13 Mikko RasaMake use of KeyError's key parameter
2007-10-16 Mikko RasaSupport const types with Collection properly
2007-09-03 Mikko RasaHandle unknown types as enums