]> git.tdb.fi Git - libs/datafile.git/history - source
Replace local RAII set utility with one from mspcore
[libs/datafile.git] / source /
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...
2012-08-30 Mikko RasaFix some whitespace errors
2012-08-21 Mikko RasaChange DerivedObjectLoader to take the base loader...
2012-08-18 Mikko RasaProper loading of collection-enabled objects in Directo...
2012-08-18 Mikko RasaMake DirectoryCollection::lookup_file available to...
2012-08-03 Mikko RasaAdd support for compressed datafiles
2012-08-03 Mikko RasaAdd an abstraction layer for output
2012-08-02 Mikko RasaMore senseful validity checks for keyword and string...
2012-08-02 Mikko RasaUse custom encoding for floats in binary format
2012-08-01 Mikko RasaUse negative integers for built-in statements for bette...
2012-08-01 Mikko RasaUse Int64 from inttypes.h, and proper defines
2012-08-01 Mikko RasaRecognize floating-point literals with an exponent...
2012-07-18 Mikko RasaAdd facility for classes to specify what type they...
2012-07-18 Mikko RasaDon't use long long on MSVC
2012-07-18 Mikko RasaUse the metadata for type.h in binary write/parse functions
2012-07-18 Mikko RasaRefactor symbol handling in binary format
2012-07-18 Mikko RasaConvenience function for reporting errors in loaded...
2012-07-10 Mikko RasaAdd DerivedObjectLoader class
2012-04-17 Mikko RasaStyle fixes
2012-01-20 Mikko RasaAdd DirectoryCollection class for creating directory...
2012-01-20 Mikko RasaAllow creator function to return null to indicate failure
2012-01-15 Mikko RasaFix collection necessity detection
2011-09-08 Mikko RasaFix pointer loading
2011-09-06 Mikko RasaFix a stray header name
2011-07-26 Mikko RasaRename CollectionItemType::create method to creator
2011-07-25 Mikko RasaRedesign the Collection class
2011-07-25 Mikko RasaException rework for loader components
2011-07-25 Mikko RasaRemove pointer reload prevention feature; the purpose...
2011-07-25 Mikko RasaRemove deprecated BasicLoader classes
2011-07-25 Mikko RasaException rework for parser components
2011-07-25 Mikko RasaLet Variant take care of detecting type mismatches
2011-07-25 Mikko RasaStyle update: remove alignment
2011-07-25 Mikko RasaUse the functions from maputils.h in various places
2011-07-25 Mikko RasaUpdate formatter.h -> format.h
2011-06-25 Mikko RasaDrop copyright and license notices from source files
2011-06-18 Mikko RasaUse IO::BufferedFile instead of separate File and Buffe...
2010-10-27 Mikko RasaFix creating Symbols from arbitary types
2010-09-26 Mikko RasaDon't throw on empty 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 RasaCreate improvement replacements for BasicLoader* in...
2010-02-04 Mikko RasaAllow overloading keywords with different signatures
2010-02-04 Mikko RasaSome more code reformatting
2010-02-04 Mikko RasaRewrite the type system
2010-02-03 Mikko RasaStyle update: add spaces around assignments
2008-12-15 Mikko RasaUse lexical_cast instead of istringstream in Value...
2008-09-13 Mikko RasaEmit source file markers in compiled files
2008-09-12 Mikko RasaMove mspdatatool source to its own directory
2008-09-11 Mikko RasaMove LoaderActions to loaderaction.h
2008-09-03 Mikko RasaRemove libpath from mspdatatool build info for correct...
2008-08-06 Mikko RasaRefactor exceptions
2008-07-23 Mikko RasaFix EOF handling
2008-07-22 Mikko RasaAdd reverse name lookup to Collection
2008-07-13 Mikko RasaMore flexible framework for loading substatements with...
2008-07-08 Mikko RasaFix a memory leak
2008-06-08 Mikko RasaFix gcc 4.3 style warnings
2008-03-09 Mikko RasaAdd an easier way to construct statements for writing
next