summaryrefslogtreecommitdiff
path: root/test/core/common
AgeCommit message (Collapse)Author
2015-01-11Renamed RttiBase to RttiTypeAndreas Stöckel
2015-01-11Fixed GCC 4.9 warnings (signed unsigned compare)Andreas Stöckel
2015-01-11Refactored conversion routines used in the Typesystem class and the Variant ↵Andreas Stöckel
class into an own class, implemented missing conversion from string to integer/double, implemented proper JSON serialization of variants
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
to Rtti class
2015-01-03Improved contains functionality (now includes the parent types of each ↵Andreas Stöckel
aggregated type and the aggregated types of each parent)
2015-01-03added test for the RttiBase::contains functionAndreas Stöckel
2015-01-01Adapted unit testsAndreas Stöckel
2014-12-28Finished StructType implementation, started to write unit testsAndreas Stöckel
2014-12-23implemented routines for automatically extracting arrays when parsing genericsAndreas Stöckel
2014-12-21allowing to store Function objects in Variants, added simple unit test for ↵Andreas Stöckel
the Method class
2014-12-21moved Rtti from managed to common folder, added Function headerAndreas Stöckel
2014-12-20implemented reading escaped unicode characters as in javascriptAndreas Stöckel
2014-12-16fixed compiler warningAndreas Stöckel
2014-12-12Slight changes to logging mechanism.Benjamin Paassen
2014-12-12implemented parseObject and added unit testAndreas 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