]> git.tdb.fi Git - libs/datafile.git/history - source/binaryparser.cpp
Move all exception classes to a common header
[libs/datafile.git] / source / binaryparser.cpp
2016-09-02 Mikko RasaMove all exception classes to a common header
2013-12-19 Mikko RasaFix logic problems when ignoring a statement in the...
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 RasaUse a common StatementKey structure for Loader and...
2012-09-28 Mikko RasaAdd a flag to return also internal statements
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-07-18 Mikko RasaUse the metadata for type.h in binary write/parse functions
2012-07-18 Mikko RasaRefactor symbol handling in binary format
2011-07-25 Mikko RasaException rework for parser components
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
2010-02-04 Mikko RasaRewrite the type system
2010-02-03 Mikko RasaStyle update: add spaces around assignments
2008-08-06 Mikko RasaRefactor exceptions
2008-07-22 Mikko RasaAdd reverse name lookup to Collection
2008-06-08 Mikko RasaFix gcc 4.3 style warnings
2007-12-13 Mikko RasaMake use of KeyError's key parameter
2007-09-27 Mikko RasaFix binary format
2007-09-17 Mikko RasaAdd Readme.txt and some other documentation
2007-09-17 Mikko RasaAdd binary data format