summaryrefslogtreecommitdiff
path: root/test/core
AgeCommit message (Expand)Author
2015-01-14Merge branch 'master' of somweyr.de:ousiaAndreas Stöckel
2015-01-14finished pathTo function with rather nasty test.Benjamin Paassen
2015-01-14Removed not needed Node.setParent methodAndreas Stöckel
2015-01-14Merge branch 'master' of somweyr.de:ousiaAndreas Stöckel
2015-01-14Implemented attaching Methods and Property information to Types (this will la...Andreas Stöckel
2015-01-14Using pointer to RttiType instancesAndreas Stöckel
2015-01-14Silenced GCC 4.9 warningsAndreas Stöckel
2015-01-14merge.Benjamin Paassen
2015-01-14started to implement a more advanced test for the 'pathTo' method and noticed...Benjamin Paassen
2015-01-13Merge branch 'master' of somweyr.de:ousiaAndreas 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-13First version of 'pathTo' function enabling users to request a Structure Path...Benjamin Paassen
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-12hopefully repaired multiple inheritance chaos.Benjamin Paassen
2015-01-12some further trials to solve the issue of segfault in HTML test, but failed.Benjamin Paassen
2015-01-12Tried to introduce another StructureNode class as common superclass for Struc...Benjamin Paassen
2015-01-12normalized NodeVector access in model classes and added some more documentati...Benjamin Paassen
2015-01-12Added (not yet done) unit test for the Argument classAndreas Stöckel
2015-01-11Silenced GCC 4.9 warningsAndreas Stöckel
2015-01-11Improved Variant unit testAndreas Stöckel
2015-01-11Forward declaring Rtti stuff for fewer dependencies in the Rtti.hpp headerAndreas 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-09added non-pretty output of XML serialization, changed DemoOutput accordingly ...Benjamin Paassen
2015-01-09debugged DemoOutput.cppBenjamin Paassen
2015-01-09autoformatAndreas Stöckel
2015-01-09Merge branch 'master' of somweyr.de:ousiaBenjamin Paassen
2015-01-09Refactored building convenience methods to TestDocumentBuilder, added error l...Benjamin Paassen
2015-01-09used new addChild method.Benjamin Paassen
2015-01-09Added new unit tests for the Node.resolve function and fixed the behaviour fo...Andreas Stöckel
2015-01-09renamed XMLNode for the XMLTest to his lordships pleasure.Benjamin Paassen
2015-01-09Do not pass Rooted as argumentsAndreas Stöckel
2015-01-09added a parent reference to XML nodes.Benjamin Paassen
2015-01-09adapted to new codeAndreas Stöckel
2015-01-09Merge branch 'master' of somweyr.de:ousiaAndreas Stöckel
2015-01-09Adapted code to new resolve functionAndreas Stöckel
2015-01-09Implemented new resolve functionAndreas Stöckel
2015-01-08further extended example to include annotations (emphasized and strong). The ...Benjamin Paassen
2015-01-08further extended advanced document (now list domain is supported as well) and...Benjamin Paassen
2015-01-08Merge branch 'master' of somweyr.de:ousiaAndreas Stöckel
2015-01-08further extended the advanced document example, slightly improved XML seriali...Benjamin Paassen
2015-01-08slight changes to Domain and Document. Started to add a more advanced test do...Benjamin Paassen
2015-01-08Changed the DemoOutput algorithm as suggested by Andreas: We first transform ...Benjamin Paassen