Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-01-18 | Renamed RttiType to Rtti | Andreas Stöckel | |
2015-01-18 | Droped Rtti<T> class, using RttiType instead | Andreas Stöckel | |
2015-01-18 | Merge branch 'master' of somweyr.de:ousia | Andreas Stöckel | |
Conflicts: application/src/core/model/Domain.hpp | |||
2015-01-18 | added the getEffectiveFieldDescriptors for StructuredClasses which returns ↵ | Benjamin Paassen | |
the list of FieldDescriptors including all non-overridden fields of superclasses. This also made the continuePath function easier. | |||
2015-01-18 | Renamed continueResolve to doResolve for more consistency with other virtual ↵ | Andreas Stöckel | |
protected methods | |||
2015-01-16 | validate function for Domain::Descriptor. | Benjamin Paassen | |
2015-01-16 | renamed isa to superclass in Domain::Descriptor and id some cosmetic changes. | Benjamin Paassen | |
2015-01-15 | supported 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-14 | finished pathTo function with rather nasty test. | Benjamin Paassen | |
2015-01-14 | Removed parent mechanism in object graph representation. This is only a ↵ | Benjamin Paassen | |
relevant concept for the parsed XML language. It can be fully expressed by FieldDescriptors and their children in the object graph. | |||
2015-01-13 | First version of 'pathTo' function enabling users to request a Structure ↵ | Benjamin Paassen | |
Path from some descriptor to another. | |||
2015-01-12 | normalized NodeVector access in model classes and added some more ↵ | Benjamin Paassen | |
documentation to model classes. | |||
2015-01-09 | adapted to new code | Andreas Stöckel | |
2015-01-09 | Adapted code to new resolve function | Andreas Stöckel | |
2015-01-06 | Using RttiBuilder to construct Rtti information | Andreas Stöckel | |
2015-01-05 | corrected RTTI for domain und document and added a reference to system type ↵ | Benjamin Paassen | |
system in test domain. | |||
2015-01-05 | Fixed compilation with gcc 4.9 | Andreas Stöckel | |
2015-01-04 | Added AggregatedOf information | Andreas Stöckel | |
2014-12-21 | First draft of book domain example and slight changes to the book domain: ↵ | Benjamin Paassen | |
_all_ structuredclasses are listed in the domain now and StructuredClasses that are allowed at the root level have a root flag. | |||
2014-12-21 | made Rtti a source dependency of Managed, not a header dependency | Andreas Stöckel | |
2014-12-20 | adapted model classes to new Rtti class | Andreas Stöckel | |
2014-12-18 | Hopefully implemented a working version of the Domain resolve mechanism. | Benjamin Paassen | |
2014-12-12 | first attempt on domain formalization. | Benjamin Paassen | |