summaryrefslogtreecommitdiff
path: root/test/core/model/DomainTest.cpp
AgeCommit message (Collapse)Author
2015-01-16validate function for Domain::Descriptor.Benjamin Paassen
2015-01-15supported more automatic registration behaviour, checked for internal name ↵Benjamin Paassen
consistency regarding FieldDescriptors, AnnotationClasses and StructuredClasses and made adding methods for automatically registered references protected.
2015-01-14finished pathTo function with rather nasty test.Benjamin Paassen
2015-01-14Merge branch 'master' of somweyr.de:ousiaAndreas 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 ↵Benjamin Paassen
noticed some conceptual difficulties that have to be adressed later on.
2015-01-13First version of 'pathTo' function enabling users to request a Structure ↵Benjamin Paassen
Path from some descriptor to another.
2015-01-11Renamed RttiBase to RttiTypeAndreas Stöckel
2015-01-09Adapted code to new resolve functionAndreas Stöckel
2015-01-05corrected RTTI for domain und document and added a reference to system type ↵Benjamin Paassen
system in test domain.
2015-01-04small changes to test filesAndreas Stöckel
2015-01-02reformated commentsAndreas Stöckel
2014-12-28Finished StructType implementation, started to write unit testsAndreas Stöckel
2014-12-21made Rtti a source dependency of Managed, not a header dependencyAndreas Stöckel
2014-12-20adapted model classes to new Rtti classAndreas Stöckel
2014-12-20Introduced global type variables for model classes and used them in the ↵Benjamin Paassen
Domain resolve test, which makes it much easier to understand.
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 ↵Benjamin Paassen
at least well enough).
2014-12-18Hopefully implemented a working version of the Domain resolve mechanism.Benjamin Paassen