]> git.tdb.fi Git - libs/datafile.git/shortlog
libs/datafile.git
2012-09-27 Mikko RasaAdd a shortcut for wrapping data for a collection file
2012-09-27 Mikko RasaCreate writers dynamically and delete them before delet...
2012-09-27 Mikko RasaRecognize char pointers as strings
2012-09-27 Mikko RasaRestructure the tool and make it able to handle multipl...
2012-09-27 Mikko RasaSimplify loading collection items
2012-09-26 Mikko RasaMore unit tests for Collection, including contains...
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-08-01 Mikko RasaUpdate .gitignore
2012-08-01 Mikko RasaBump version to 2.0 due to incompatible changes
2012-08-01 Mikko RasaUpdate the Build file with new Builder features
2012-07-20 Mikko RasaFix tests/Build
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-08-31 Mikko RasaThe fs library was absorbed into core
2011-07-26 Mikko RasaRename CollectionItemType::create method to creator
2011-07-25 Mikko RasaUpdate .gitignore
2011-07-25 Mikko RasaAdd unit tests
2011-07-25 Mikko RasaRedesign the Collection class
2011-07-25 Mikko RasaException rework for loader components
2011-07-25 Mikko RasaUpdate the tool to use the new RegisteredApplication...
2011-07-25 Mikko RasaRemove dependencies on discontinued packages
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...
2011-06-18 Mikko RasaConvert svn:ignore to .gitignore
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
2009-09-21 Mikko RasaBump version to 1.1.1 1.1.1
2008-12-15 Mikko RasaUse lexical_cast instead of istringstream in Value...
2008-10-14 Mikko RasaAdd Changelog.txt 1.1
2008-09-13 Mikko RasaEmit source file markers in compiled files
2008-09-12 Mikko RasaAdd a compile mode to mspdatatool
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-11 Mikko RasaImprove and update Readme.txt 1.0
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-26 Mikko RasaAdd back support for stdin/out to datatool
2008-06-08 Mikko RasaFix gcc 4.3 style warnings
2008-03-09 Mikko RasaAdd an easier way to construct statements for writing
2008-02-04 Mikko RasaUse libmspio instead of C++ iostreams
2007-12-27 Mikko RasaAdd missing virtual destructor to Collection::ItemKeywo...
2007-12-13 Mikko RasaMake use of KeyError's key parameter
2007-11-02 Mikko RasaBugfixes
2007-11-02 Mikko RasaChange Collection interface to use pointers consistently
2007-10-18 Mikko RasaAdd Collection::get_list
2007-10-16 Mikko RasaSupport const types with Collection properly
2007-10-15 Mikko RasaRemove a stale #include
2007-10-15 Mikko RasaAdd Collection
2007-10-04 Mikko RasaRename error.h to except.h
2007-09-27 Mikko RasaFix binary format
2007-09-22 Mikko RasaAdd Loader::get_source
2007-09-17 Mikko RasaAdd Readme.txt and some other documentation
2007-09-17 Mikko RasaAdd binary data format
2007-09-06 Mikko RasaSwitch template parameters of load_sub around to allow...
2007-09-03 Mikko RasaFix the n-ary loader
next