Age | Commit message (Expand) | Author |
2015-02-14 | Moved some of the whitespace functionality back to Utils | Andreas Stöckel |
2015-02-14 | Removed Whitespace file again | Andreas Stöckel |
2015-02-14 | Moved code for handling whitespaces to own header, including the "WhitespaceM... | Andreas Stöckel |
2015-02-08 | Changed definition of identifier (do not allow them to start with an underscore) | Andreas Stöckel |
2015-02-07 | Unified handling of references to Rtti instances: Now using pointers everywhere | Andreas Stöckel |
2015-02-03 | Fixed GCC 4.9 warnings | Andreas Stöckel |
2015-02-03 | Implemented storing SourceLocation of parsed Variants | Andreas Stöckel |
2015-02-01 | Made Argument and Arguments copyable | Andreas Stöckel |
2015-01-30 | corrected CharReader handling in VariantReader and added a new testcase. | Benjamin Paassen |
2015-01-25 | Bugfixes in VariantReader for cardinality reading and extensive cardinality r... | Benjamin Paassen |
2015-01-25 | Some bugfixes in cardinality conversion and further Variant conversion tests | Benjamin Paassen |
2015-01-24 | Merge branch 'master' of somweyr.de:ousia | Benjamin Paassen |
2015-01-24 | included VariantConverterTest and started testing of cardinality functionality. | Benjamin Paassen |
2015-01-24 | Moved Terminal and TerminalLogger to own classes in new frontent folder | Andreas Stöckel |
2015-01-24 | Implemented SourceContextReader, added unit tests, implemented SourceContextR... | Andreas Stöckel |
2015-01-23 | Merge branch 'master' of somweyr.de:ousia | Benjamin Paassen |
2015-01-23 | Fixed unit tests according to new SourceLocation | Andreas Stöckel |
2015-01-23 | corrected a bug in parseGeneric | Benjamin Paassen |
2015-01-21 | Some further refactoring -- renamed Scope to ParserScope, got rid of parser n... | Andreas Stöckel |
2015-01-18 | Renamed RttiType to Rtti | Andreas Stöckel |
2015-01-18 | Droped Rtti<T> class, using RttiType instead | Andreas Stöckel |
2015-01-18 | Removed Variant handle constructor (caught to much stuff) | Andreas Stöckel |
2015-01-18 | added test for VariantReader::parseGenericString | Andreas Stöckel |
2015-01-16 | Working on XMLParser (still lot work in progress) | Andreas Stöckel |
2015-01-15 | Fixed bug in Argument validation when missing values are inserted (string typ... | Andreas Stöckel |
2015-01-15 | Added possibility to construct Arguments in a mode in which no validation is ... | Andreas Stöckel |
2015-01-14 | Implemented attaching Methods and Property information to Types (this will la... | Andreas Stöckel |
2015-01-13 | Added new Property class for defining getters and setters | Andreas Stöckel |
2015-01-13 | Added further test for the Function class | Andreas Stöckel |
2015-01-13 | allowing validated methods | Andreas Stöckel |
2015-01-12 | Added unittests for validateArray and validateMap functions, injecting standa... | Andreas Stöckel |
2015-01-12 | Improved error message | Andreas Stöckel |
2015-01-12 | Implemented and tested "Any" Argument type | Andreas Stöckel |
2015-01-12 | Finished tests for the "Argument" class | Andreas Stöckel |
2015-01-12 | Merge branch 'master' of somweyr.de:ousia | Andreas Stöckel |
2015-01-12 | Added (not yet done) unit test for the Argument class | Andreas Stöckel |
2015-01-11 | Improved Variant unit test | Andreas Stöckel |
2015-01-11 | Renamed RttiBase to RttiType | Andreas Stöckel |
2015-01-11 | Fixed GCC 4.9 warnings (signed unsigned compare) | Andreas Stöckel |
2015-01-11 | Refactored conversion routines used in the Typesystem class and the Variant c... | Andreas Stöckel |
2015-01-05 | Replaced the term "aggregation" with "composition" | Andreas Stöckel |
2015-01-05 | Fixed compilation with gcc 4.9 | Andreas Stöckel |
2015-01-03 | Renamed "contains" to aggregatedOf, added corresponding convenience function ... | Andreas Stöckel |
2015-01-03 | Improved contains functionality (now includes the parent types of each aggreg... | Andreas Stöckel |
2015-01-03 | added test for the RttiBase::contains function | Andreas Stöckel |
2015-01-01 | Adapted unit tests | Andreas Stöckel |
2014-12-28 | Finished StructType implementation, started to write unit tests | Andreas Stöckel |
2014-12-23 | implemented routines for automatically extracting arrays when parsing generics | Andreas Stöckel |
2014-12-21 | allowing to store Function objects in Variants, added simple unit test for th... | Andreas Stöckel |
2014-12-21 | moved Rtti from managed to common folder, added Function header | Andreas Stöckel |