summaryrefslogtreecommitdiff
path: root/src/core/common
AgeCommit message (Expand)Author
2015-01-13Documented missing parameterAndreas Stöckel
2015-01-13Made functions move and copy constructible. Why? Because I can.Andreas Stöckel
2015-01-13allowing validated methodsAndreas Stöckel
2015-01-13auto format + made some functions constAndreas Stöckel
2015-01-12Added unittests for validateArray and validateMap functions, injecting standa...Andreas Stöckel
2015-01-12Improved error messageAndreas Stöckel
2015-01-12Implemented and tested "Any" Argument typeAndreas Stöckel
2015-01-12Merge branch 'master' of somweyr.de:ousiaAndreas Stöckel
2015-01-12Added (not yet done) unit test for the Argument classAndreas Stöckel
2015-01-12Improved error messages of VariantConverterAndreas Stöckel
2015-01-12Fixed Variant::getTypeName not being constAndreas Stöckel
2015-01-12Added Argument and Arguments classAndreas Stöckel
2015-01-11Implemented conversion to more Variant types, implemented VariantConverter::c...Andreas Stöckel
2015-01-11Added getRttiType function to the Variant classAndreas Stöckel
2015-01-11Added primitive Rtti TypesAndreas Stöckel
2015-01-11Renamed RttiBase to RttiTypeAndreas Stöckel
2015-01-11Added Rtti descriptors for primitive type for use in the Variant classAndreas Stöckel
2015-01-11Renamed Variant::Type to VariantType to allow forward declarationAndreas Stöckel
2015-01-11Made Number class interface betterAndreas Stöckel
2015-01-11Refactored conversion routines used in the Typesystem class and the Variant c...Andreas Stöckel
2015-01-11Added ExceptionLogger class which directly throws any reported error.Andreas Stöckel
2015-01-11Refactored number class out of VariantReader and added documentationAndreas Stöckel
2015-01-06Implemented RttiBuilderAndreas Stöckel
2015-01-05Replaced the term "aggregation" with "composition"Andreas Stöckel
2015-01-05Fixed compilation with gcc 4.9Andreas Stöckel
2015-01-03Renamed "contains" to aggregatedOf, added corresponding convenience function ...Andreas Stöckel
2015-01-03Improved contains functionality (now includes the parent types of each aggreg...Andreas Stöckel
2015-01-03Precomputing all possible parents (for a faster isa function) and introduced ...Andreas Stöckel
2015-01-02fixing missing includeAndreas Stöckel
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