]> git.tdb.fi Git - libs/datafile.git/history - source/textparser.cpp
Cosmetic changes
[libs/datafile.git] / source / textparser.cpp
2021-10-31 Mikko RasaUse nullptr instead of 0 for pointers
2021-08-29 Mikko RasaUse C++11 features to manipulate containers
2021-04-18 Mikko RasaReserve enough storage for the output in base64_decode
2021-04-12 Mikko RasaAdd support for base64-encoded strings in text format
2016-09-19 Mikko RasaMerge remote-tracking branch 'origin/master'
2016-09-02 Mikko RasaMove token-to-argument conversion to Statement
2016-09-02 Mikko RasaSome refactoring of TextParser logic
2016-09-02 Mikko RasaMove all exception classes to a common header
2013-08-05 Mikko RasaRestructure control statement processing
2012-11-04 Mikko RasaFix comment handling
2012-09-28 Mikko RasaAdd a flag to return also internal statements
2012-08-01 Mikko RasaRecognize floating-point literals with an exponent...
2011-07-25 Mikko RasaException rework for parser components
2011-07-25 Mikko RasaStyle update: remove alignment
2011-07-25 Mikko RasaUpdate formatter.h -> format.h
2011-06-25 Mikko RasaDrop copyright and license notices from source files
2010-10-27 Mikko RasaFix creating Symbols from arbitary types
2010-09-26 Mikko RasaDon't throw on empty 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-23 Mikko RasaFix EOF handling
2007-09-27 Mikko RasaFix binary format
2007-09-17 Mikko RasaAdd binary data format