Age | Commit message (Expand) | Author |
2015-01-08 | Changed the DemoOutput algorithm as suggested by Andreas: We first transform ... | Benjamin Paassen |
2015-01-06 | added XML classes including Serialization functions and added a test for it. ... | Benjamin Paassen |
2015-01-05 | Replaced the term "aggregation" with "composition" | Andreas Stöckel |
2015-01-05 | corrected RTTI for domain und document and added a reference to system type s... | Benjamin Paassen |
2015-01-05 | Added graphviz output to DemoOutputTest | Andreas Stöckel |
2015-01-05 | Changed aggregation descriptor of the Typesystem class | Andreas Stöckel |
2015-01-05 | Fixed compilation with gcc 4.9 | Andreas Stöckel |
2015-01-05 | adapted event tests | Andreas Stöckel |
2015-01-04 | Merge branch 'master' of somweyr.de:ousia | Andreas Stöckel |
2015-01-04 | temporarily exporting dot files in typesystem test | Andreas Stöckel |
2015-01-04 | corrected first draft of DemoOutput. Still some TODOs remain, but for the eas... | Benjamin Paassen |
2015-01-04 | fixed a nasty bug in the getField method of DocumentEntity. Also corrected so... | Benjamin Paassen |
2015-01-04 | small changes to test files | Andreas Stöckel |
2015-01-03 | Added references for aggregatedOf to the typesystem RttiType definitions | 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-02 | reformated comments | Andreas Stöckel |
2015-01-02 | autoformat | Andreas Stöckel |
2015-01-02 | Using Index per default in NodeVector and NodeMap, added Unit test | Andreas Stöckel |
2015-01-02 | Allowing to pass arbitrary data to an event handler (not only Managed objects) | Andreas Stöckel |
2015-01-02 | Moved NodeTest to model folder | Andreas Stöckel |
2015-01-02 | Moved Node class to model folder | Andreas Stöckel |
2015-01-02 | Moved event system from the Node class to the Managed class (with zero overhe... | Andreas Stöckel |
2015-01-02 | Moved StandaloneParserContext to test folder | Andreas Stöckel |
2015-01-01 | Using CharReader instead of inputstream in Parser function | Andreas Stöckel |
2015-01-01 | Adapted unit tests | Andreas Stöckel |
2014-12-29 | finished unit tests for typesystem class | Andreas Stöckel |
2014-12-29 | added new unit test and improved error messages | Andreas Stöckel |
2014-12-29 | fixed StructType::cast signature, more unit tests | Andreas Stöckel |
2014-12-29 | more unit tests | Andreas Stöckel |
2014-12-28 | implemented and tested creation with parent type | Andreas Stöckel |
2014-12-28 | fixed insertion of attribute default values in the StructType.insert function | Andreas Stöckel |
2014-12-28 | Finished StructType implementation, started to write unit tests | Andreas Stöckel |
2014-12-28 | autoformat | Andreas Stöckel |
2014-12-24 | finished EnumType class, added unit tests | Andreas Stöckel |
2014-12-23 | some more work on the Typesystem front (documentation and unit tests, still n... | Andreas Stöckel |
2014-12-23 | implemented routines for automatically extracting arrays when parsing generics | Andreas Stöckel |
2014-12-22 | some more Typesystem documentation and unit tests | Andreas Stöckel |
2014-12-22 | added unit tests and documentation for the IntType class | Andreas Stöckel |
2014-12-22 | moved all Node and Typesystem RTTI information to own namespace, added Consta... | Andreas Stöckel |
2014-12-21 | fixed crash bug in TestDomain -- if a class has an Owned handle the owner mus... | 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 | First draft of book domain example and slight changes to the book domain: _al... | Benjamin Paassen |
2014-12-21 | made Rtti a source dependency of Managed, not a header dependency | Andreas Stöckel |
2014-12-21 | moved Rtti from managed to common folder, added Function header | Andreas Stöckel |
2014-12-20 | added unit test for variant storing object references | Andreas Stöckel |
2014-12-20 | adapted model classes to new Rtti class | Andreas Stöckel |
2014-12-20 | Merge branch 'master' of somweyr.de:ousia | Andreas Stöckel |
2014-12-20 | Renamed ManagedType class to Rtti to make naming less confusing, implemented ... | Andreas Stöckel |