]> git.tdb.fi Git - libs/datafile.git/shortlog
libs/datafile.git
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
2007-09-03 Mikko RasaUpdate svn:ignore
2007-09-03 Mikko RasaHandle unknown types as enums
2007-08-21 Mikko RasaRename to datafile
2007-06-12 Mikko RasaAdd error.h
2007-06-11 Mikko RasaRequire mspcore instead of mspmisc
2006-12-01 Mikko RasaRemove old build info
2006-11-27 Mikko RasaAdd a shortcut function for loading something from...
2006-09-30 Mikko RasaSupport ignoring statements
2006-09-05 Niko LiikanenAdd LDFLAGS to CXX when linking...
2006-09-04 Niko LiikanenUpdated Makefile
2006-09-01 Mikko RasaOutput characters and not ASCII codes in parse_error
2006-08-28 Mikko RasaAdd Build file for new builder
2006-08-25 Mikko RasaLoader design change
2006-08-24 Niko Liikanenstatic/shared lib extension tweaks
2006-08-24 Niko LiikanenWin32 tweaks
2006-08-23 Niko LiikanenFirst version
2006-08-23 Mikko RasaType checking in value conversions
2006-08-23 Mikko RasaBuild error strings with operator+ and ostringstream
2006-08-23 Mikko RasaDrop the commented out old conversion functions
2006-08-21 Mikko RasaAdd files
2006-08-21 Mikko RasaCreate trunk