summaryrefslogtreecommitdiff
path: root/test/core/common
AgeCommit message (Expand)Author
2015-01-25Bugfixes in VariantReader for cardinality reading and extensive cardinality r...Benjamin Paassen
2015-01-25Some bugfixes in cardinality conversion and further Variant conversion testsBenjamin Paassen
2015-01-24Merge branch 'master' of somweyr.de:ousiaBenjamin Paassen
2015-01-24included VariantConverterTest and started testing of cardinality functionality.Benjamin Paassen
2015-01-24Moved Terminal and TerminalLogger to own classes in new frontent folderAndreas Stöckel
2015-01-24Implemented SourceContextReader, added unit tests, implemented SourceContextR...Andreas Stöckel
2015-01-23Merge branch 'master' of somweyr.de:ousiaBenjamin Paassen
2015-01-23Fixed unit tests according to new SourceLocationAndreas Stöckel
2015-01-23corrected a bug in parseGenericBenjamin Paassen
2015-01-21Some further refactoring -- renamed Scope to ParserScope, got rid of parser n...Andreas Stöckel
2015-01-18Renamed RttiType to RttiAndreas Stöckel
2015-01-18Droped Rtti<T> class, using RttiType insteadAndreas Stöckel
2015-01-18Removed Variant handle constructor (caught to much stuff)Andreas Stöckel
2015-01-18added test for VariantReader::parseGenericStringAndreas Stöckel
2015-01-16Working on XMLParser (still lot work in progress)Andreas Stöckel
2015-01-15Fixed bug in Argument validation when missing values are inserted (string typ...Andreas Stöckel
2015-01-15Added possibility to construct Arguments in a mode in which no validation is ...Andreas Stöckel
2015-01-14Implemented attaching Methods and Property information to Types (this will la...Andreas Stöckel
2015-01-13Added new Property class for defining getters and settersAndreas Stöckel
2015-01-13Added further test for the Function classAndreas Stöckel
2015-01-13allowing validated methodsAndreas 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-12Finished tests for the "Argument" classAndreas 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-11Improved Variant unit testAndreas Stöckel
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 c...Andreas 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-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 th...Andreas Stöckel
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