summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
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
2014-12-20Introduced global type variables for model classes and used them in the Domai...Benjamin Paassen
2014-12-20improved RTTI systemAndreas Stöckel
2014-12-20added TypesystemTestAndreas Stöckel
2014-12-19Restructured Manager deleteOrder unit testAndreas Stöckel
2014-12-19Merge branch 'master' of somweyr.de:ousiaAndreas Stöckel
2014-12-19completed the work on a primitive Test Document.Benjamin Paassen
2014-12-19added convenience function for document construction and tested them.Benjamin Paassen
2014-12-19refactored DomainTest somewhat to prevent an unused function warning.Benjamin Paassen
2014-12-18Finished the Domain test for now. Resolving mechanism works as expected (or a...Benjamin Paassen
2014-12-18Hopefully implemented a working version of the Domain resolve mechanism.Benjamin Paassen
2014-12-17added unit test which explicitly tests for the correct delete orderAndreas Stöckel
2014-12-17Some (slight) changes to existing structures and first attempts on a test to ...Benjamin Paassen
2014-12-17noticed that Andreas did already implement Cardinality in form of the RangeSe...Benjamin Paassen
2014-12-17First draft of Cardinality. There are still semantic improvements to be made,...Benjamin Paassen
2014-12-17made deletion order in Manager class (more) deterministicAndreas Stöckel
2014-12-16changed paths to new location of the Managed class, adapted NodeVector and No...Andreas Stöckel
2014-12-16fixed compiler warningAndreas Stöckel
2014-12-16auto formatAndreas Stöckel
2014-12-16added possibility to register a ManagedType for a class derived from Managed,...Andreas Stöckel
2014-12-15Improved ManagedContainer classesAndreas Stöckel