]> git.tdb.fi Git - libs/datafile.git/history - source
Make Loader::ActionMap delete the actions
[libs/datafile.git] / source /
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 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 RasaPrefer exact type match when looking for Loader actions
2019-06-03 Mikko RasaUpdate Collection terminology
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-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 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 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-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-09-05 Mikko RasaExport file metadata from PackSource
2013-08-19 Mikko RasaDon't forget to initialize the control statement flag
2013-08-05 Mikko RasaMore efficient way of loading binary files
2013-08-05 Mikko RasaMove newline eating out of BinaryParser
2013-08-05 Mikko RasaRestructure control statement processing
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-06-15 Mikko RasaAdd a two-argument constructor to DerivedObjectLoader
2013-05-24 Mikko RasaUse correct keyword in forward declaration
2013-05-24 Mikko RasaAdd accessors for data_error members
2013-03-26 Mikko RasaMiscellaneous cleanups
2013-03-26 Mikko RasaUse the Sfinae helper struct from mspcore
2013-03-26 Mikko RasaComment improvements
2013-03-26 Mikko RasaReturn null instead of throwing if a file is not found...
2013-01-16 Mikko RasaAdd a virtual destructor to CollectionSource
2013-01-16 Mikko RasaAdd an API to open files from a collection's sources
2013-01-05 Mikko RasaUse IO::Slice to constrain access to logical files
2013-01-05 Mikko RasaPass mode to ZlibCompressed
2013-01-05 Mikko RasaAdd a method to filter the files loaded from a pack
2012-12-07 Mikko RasaAdd support for fallback collections
2012-12-06 Mikko RasaSome minor fixes in Collection
2012-12-05 Mikko RasaRework the list and containment queries
2012-12-04 Mikko RasaRestore the check to avoid deletion if an add call...
2012-12-04 Mikko RasaMore flexible system for handling base classes in Colle...
2012-12-04 Mikko RasaTurn internal type helpers into structs
2012-12-03 Mikko RasaMove most of Collection::get implementation to collecti...
2012-12-01 Mikko RasaUse an Fmt object to store the float format
2012-12-01 Mikko RasaAdd the target type to lexical_cast invocations
2012-11-15 Mikko RasaCache filenames in DirectorySource
2012-11-15 Mikko RasaSimplify DirectorySource path management
2012-11-15 Mikko RasaRedesign automatic object loading
2012-11-04 Mikko RasaFix comment handling
2012-09-28 Mikko RasaAdd an intelligent packed collection class
2012-09-28 Mikko RasaThrow an exception if a future object couldn't be created
2012-09-28 Mikko RasaAdd a flag to return also internal statements
2012-09-28 Mikko RasaAdd a special keyword to terminate parsing
2012-09-28 Mikko RasaImprove the API for future objects
2012-09-28 Mikko RasaRemove the outdated except.h
2012-09-27 Mikko RasaRecognize char pointers as strings
2012-09-27 Mikko RasaSimplify loading collection items
2012-09-26 Mikko RasaFix some minor mistakes
2012-09-26 Mikko RasaGive DirectoryCollection the ability to add files as...
2012-09-26 Mikko RasaMinor reorganization
2012-09-26 Mikko RasaIntroduce the concept of future objects
2012-09-26 Mikko RasaMake Collection::contains check for type
2012-09-26 Mikko RasaImprove the documentation of Collection
2012-08-30 Mikko RasaRevert "Convenience function for reporting errors in...
next