]> git.tdb.fi Git - libs/datafile.git/history - source
Some more code reformatting
[libs/datafile.git] / source /
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
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 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-01 Mikko RasaOutput characters and not ASCII codes in parse_error
2006-08-25 Mikko RasaLoader design change
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