summaryrefslogtreecommitdiff
path: root/src/core/common
AgeCommit message (Expand)Author
2015-01-02Initializing depth with zero (prevents crash)Andreas Stöckel
2015-01-01Added readRaw function to CharReaderAndreas Stöckel
2015-01-01Treat Magic type like a string -- only the "isMagic" and "asMagic" methods ca...Andreas Stöckel
2015-01-01Added ScopedLogger classAndreas Stöckel
2015-01-01Moved Terminal class to own header (as Logger.cpp is quiet large now)Andreas Stöckel
2015-01-01No retrieval of context at invalid locationsAndreas Stöckel
2015-01-01Adapted Logger to new Location classes, now using ContextCallback to retrieve...Andreas Stöckel
2015-01-01Adapted LoggableException class to new Location typesAndreas Stöckel
2015-01-01Added new functions to get the context at a certain byte offsetAndreas Stöckel
2015-01-01Replaced TextCursor with Location headerAndreas Stöckel
2014-12-29added resetMaxEncounteredSeverity function (used for unit tests)Andreas Stöckel
2014-12-28small performance improvementAndreas Stöckel
2014-12-23implemented routines for automatically extracting arrays when parsing genericsAndreas Stöckel
2014-12-23implemented new Magic type used for single-token unescaped strings that could...Andreas Stöckel
2014-12-23updated documentationAndreas Stöckel
2014-12-21allowing to store Function objects in Variants, added simple unit test for th...Andreas Stöckel
2014-12-21added Function as new variant typeAndreas Stöckel
2014-12-21changed RttiTypes from class to namespaceAndreas Stöckel
2014-12-21Function now derives from ManagedAndreas Stöckel
2014-12-21moved Rtti from managed to common folder, added Function headerAndreas Stöckel
2014-12-20additional comment in Variant.cppAndreas Stöckel
2014-12-20Variants can now store references to managed objects and act as a Rooted handleAndreas Stöckel
2014-12-20implemented reading escaped unicode characters as in javascriptAndreas Stöckel
2014-12-20using stringstream for variant int/double to string conversionAndreas Stöckel
2014-12-12Added new version of Typesystem in cooperation with Andreas.Benjamin Paassen
2014-12-12Slight changes to logging mechanism.Benjamin Paassen
2014-12-12implemented parseObject and added unit testAndreas Stöckel
2014-12-12changed message prefix for fatal errorAndreas Stöckel
2014-12-12fixed Variant::toString methodAndreas Stöckel
2014-12-12fixed bug in Utils::isIdentifier and added regression testAndreas Stöckel
2014-12-11implemented Logger.fork and corresponding LoggerFork classAndreas Stöckel
2014-12-11refactored loggerAndreas Stöckel
2014-12-11moved to CharReader everywhereAndreas Stöckel