]> git.tdb.fi Git - libs/datafile.git/shortlog
libs/datafile.git
2021-11-02 Mikko RasaCosmetic changes master
2021-11-02 Mikko RasaUse size_t for memory buffer sizes
2021-11-02 Mikko RasaRecognize and handle raw data files in the data tool
2021-11-02 Mikko RasaShuffle some names around in the data tool
2021-11-02 Mikko RasaAdd a function to detect raw data signature
2021-11-01 Mikko RasaAdd a class for loading raw bulk data
2021-11-01 Mikko RasaRemove the obsolete LoadableTypeRegistry class
2021-10-31 Mikko RasaUse the override specifier to mark overridden virtual...
2021-10-31 Mikko RasaUse variadic templates and forwarding references for...
2021-10-31 Mikko RasaUse default member initializers for constant initial...
2021-10-31 Mikko RasaMark empty constructors and destructors as defaulted
2021-10-31 Mikko RasaAdd missing includes
2021-10-31 Mikko RasaUse plain function pointer instead of std::function
2021-10-31 Mikko RasaExplicitly convert regex match to boolean
2021-10-31 Mikko RasaUse nullptr instead of 0 for pointers
2021-10-31 Mikko RasaMake boolean conversion operators explicit
2021-10-07 Mikko RasaTweak DynamicObjectLoader to make it extensible
2021-10-07 Mikko RasaRemove unnecessary capture from a lambda
2021-10-06 Mikko RasaAlso call finish on auxiliary loaders
2021-10-06 Mikko RasaReturn the object from DynamicObjectLoader::store_object
2021-10-06 Mikko RasaAvoid inconsistent state in Collection if a notify...
2021-10-05 Mikko RasaChange remaining fixed-size integers to standard types
2021-10-05 Mikko RasaAdd support for storing the loaded object in DynamicObj...
2021-10-05 Mikko RasaRedesign Collection's creator and notify mechanisms...
2021-10-05 Mikko RasaAdd a class for loading dynamically typed objects
2021-08-31 Mikko RasaFix incorrect order of memcpy args
2021-08-29 Mikko RasaRemove unnecessary header
2021-08-29 Mikko RasaForce correct conversion of symbols
2021-08-29 Mikko RasaUse C++11 features to manipulate containers
2021-08-29 Mikko RasaUse metaprogramming constructs from std
2021-08-29 Mikko RasaPerform bit conversion using standard-sanctioned memcpy...
2021-08-29 Mikko RasaUse <cstdint> in BinFloat
2021-08-29 Mikko RasaRequire C++11 for building
2021-08-29 Mikko RasaBump version for upcoming changes
2021-04-25 Mikko RasaAdd a mechanism for collections to be notified when...
2021-04-23 Mikko RasaRemove some long-deprecated things
2021-04-18 Mikko RasaReserve enough storage for the output in base64_decode
2021-04-12 Mikko RasaAdd support for base64-encoded strings in text format
2021-04-12 Mikko RasaDeprecate LoadableTypeRegistry
2021-02-19 Mikko RasaReport locations of errors through multiple levels...
2021-01-17 Mikko RasaMinor style/typo fixes
2021-01-17 Mikko RasaMake Loader::ActionMap delete the actions
2021-01-17 Mikko RasaTurn Statement into a struct
2021-01-17 Mikko RasaImplement proper copy semantics
2021-01-17 Mikko RasaMake the File reference in PackSource::Object const
2020-12-30 Mikko RasaFix an incorrect condition for throwing an exception
2020-12-30 Mikko RasaAdd find functions to Collection
2020-04-19 Mikko RasaSupport custom action maps in loader classes
2020-04-19 Mikko RasaSupport loader functions with bound first argument
2020-04-19 Mikko RasaSupport N-ary loader functions if compiling in C++11...
2020-04-19 Mikko RasaAllow non-loadable types in collections
2020-04-19 Mikko RasaUpdate a SFINAE construct
2020-04-19 Mikko RasaPrefer vector over list
2019-08-21 Mikko RasaThrow an exception if trying to load a nonexistent...
2019-06-12 Mikko RasaAdd support for generating .cpp files for BuiltinSource
2019-06-12 Mikko RasaUse IO::BufferedFile in the packer component of datatool
2019-06-12 Mikko RasaAdd a utility for registering types for loading
2019-06-07 Mikko RasaAllow modifying existing types in a collection
2019-06-03 Mikko RasaAnnotate deprecated identifiers as such
2019-06-03 Mikko RasaUse a larger buffer size when transferring pack contents
2019-06-03 Mikko RasaRespect the TMPDIR environment variable when creating...
2019-06-03 Mikko RasaPrefer exact type match when looking for Loader actions
2019-06-03 Mikko RasaAdd a test case for Loader overload resolution
2019-06-03 Mikko RasaUpdate Collection terminology
2019-06-03 Mikko RasaFix test cases so they compile again
2019-05-24 Mikko RasaAdd more flexible versions of the load function
2019-05-24 Mikko RasaMove NeedsCollection into its own header and adjust...
2018-02-21 Mikko RasaUse automatic base detection when parsing integers
2017-01-06 Mikko RasaAdd a missing include
2016-11-15 Mikko RasaAdd a source class for builtin data
2016-11-05 Mikko RasaProvide access to the keyword of the current statement
2016-10-29 Mikko RasaReplace files from earlier packs with those from the...
2016-10-26 Mikko RasaPrioritize matching suffixes when looking for a type
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 RasaImplement a parser mode for JSON files
2016-09-02 Mikko RasaMove token-to-argument conversion to Statement
2016-09-02 Mikko RasaSome refactoring of TextParser logic
2016-09-02 Mikko RasaMove all exception classes to a common header
2016-01-31 Mikko RasaDon't use deprecated typedefs
2015-12-07 Mikko RasaStore offsets and sizes in PackSource as 64-bit ints
2015-11-24 Mikko RasaAdd a getter for fallback in Collection
2015-11-18 Mikko RasaUse const sources in Collection
2015-11-14 Mikko RasaChain get_status to fallback collection if one is defined
2015-11-13 Mikko RasaRemove the loaded flag from PackSource files
2015-09-07 Mikko RasaAdd an unpack option to the data tool
2015-03-07 Mikko RasaPlug a memory leak
2014-12-19 Mikko RasaAccept int-to-float conversion in array signature
2014-11-10 Mikko RasaAdd version of add_pack_io with filter
2014-10-19 Mikko RasaSupport adding packs from IO::Seekable objects
2014-10-19 Mikko RasaProvide help for datatool's command line options
2014-10-19 Mikko RasaMore resiliece against certain corner cases when direct...
2014-10-15 Mikko RasaMake Loader a virtual base of ObjectLoader to permit...
2014-10-05 Mikko RasaFix a class/struct inconsistency
2014-10-05 Mikko RasaRequire sigc++-2.0 since PackSource uses it
2014-10-05 Mikko RasaAdd a flag to control replacement of DirectorySource...
2014-04-20 Mikko RasaUse dynamic_cast to support Collection as virtual base...
2013-12-19 Mikko RasaFix logic problems when ignoring a statement in the...
2013-12-17 Mikko RasaDetect eof from the parser, not input file
2013-10-12 Mikko RasaExpose raw open functionality from Collection
next