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