Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-01-25 | Merge branch 'master' of somweyr.de:ousia | Andreas Stöckel | |
2015-01-25 | more removal of the model namespace | Andreas Stöckel | |
2015-01-25 | removed cardinality type definition from Domain.hpp and made everything ↵ | Benjamin Paassen | |
compatible with the Variant cardinality. | |||
2015-01-24 | Moved Terminal and TerminalLogger to own classes in new frontent folder | Andreas Stöckel | |
2015-01-22 | added move semantics do Domain and Document classes. | Benjamin Paassen | |
2015-01-21 | added variant content validation for Documents. | Benjamin Paassen | |
2015-01-21 | introduced Domain validation functionality and a Unit test for it. | Benjamin Paassen | |
2015-01-19 | (re-)introduced setter methods to Document. | Benjamin Paassen | |
2015-01-19 | fixed some bugs in Document validation and added further tests. | Benjamin Paassen | |
2015-01-18 | Removed debug output | Andreas Stöckel | |
2015-01-18 | Renamed RttiType to Rtti | Andreas Stöckel | |
2015-01-18 | Merge branch 'master' of somweyr.de:ousia | 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 | Benjamin Paassen | |
2015-01-18 | improved Document validation process and added some test cases. Further ↵ | Benjamin Paassen | |
tests are required, though. | |||
2015-01-18 | Made Attribute class mutable | Andreas Stöckel | |
2015-01-18 | Renamed continueResolve to doResolve for more consistency with other virtual ↵ | Andreas Stöckel | |
protected methods | |||
2015-01-17 | Added additional unit test for the setParentStructure function | Andreas Stöckel | |
2015-01-17 | Improved typesystem, allowing online creation of structs | Andreas Stöckel | |
2015-01-16 | validate function for Domain::Descriptor. | Benjamin Paassen | |
2015-01-15 | Further simplified document buildup by doing the addition to parents of ↵ | Benjamin Paassen | |
StructureNodes in the constructor and refactored Anchor as standalone class instead of AnnotationEntity child. This made some changes in the test bench necessary as well. | |||
2015-01-15 | renamed addStructuredEntity to addStructureNode. | 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 | Merge branch 'master' of somweyr.de:ousia | Andreas Stöckel | |
2015-01-14 | finished pathTo function with rather nasty test. | Benjamin Paassen | |
2015-01-14 | Removed not needed Node.setParent method | Andreas Stöckel | |
2015-01-14 | Merge branch 'master' of somweyr.de:ousia | Andreas Stöckel | |
2015-01-14 | Using pointer to RttiType instances | Andreas Stöckel | |
2015-01-14 | Silenced GCC 4.9 warnings | Andreas Stöckel | |
2015-01-14 | merge. | Benjamin Paassen | |
2015-01-14 | started 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-13 | First version of 'pathTo' function enabling users to request a Structure ↵ | Benjamin Paassen | |
Path from some descriptor to another. | |||
2015-01-12 | hopefully repaired multiple inheritance chaos. | Benjamin Paassen | |
2015-01-12 | some further trials to solve the issue of segfault in HTML test, but failed. | Benjamin Paassen | |
2015-01-12 | Tried to introduce another StructureNode class as common superclass for ↵ | Benjamin Paassen | |
StructuredEntity, Anchor and DocumentPrimitive. Nearly seems to work, but not entirely so. There are still issues with the Manager it seems. | |||
2015-01-12 | normalized NodeVector access in model classes and added some more ↵ | Benjamin Paassen | |
documentation to model classes. | |||
2015-01-11 | Forward declaring Rtti stuff for fewer dependencies in the Rtti.hpp header | Andreas Stöckel | |
2015-01-11 | Renamed RttiBase to RttiType | Andreas Stöckel | |
2015-01-09 | added non-pretty output of XML serialization, changed DemoOutput accordingly ↵ | Benjamin Paassen | |
and changed DemoOutputTest to have some kind of automatic inspection instead of visual inspection. | |||
2015-01-09 | autoformat | Andreas Stöckel | |
2015-01-09 | Merge branch 'master' of somweyr.de:ousia | Benjamin Paassen | |
2015-01-09 | Refactored building convenience methods to TestDocumentBuilder, added error ↵ | Benjamin Paassen | |
logging and changed TestDocument and TestAdvanced as well as all users of those files accordingly. | |||
2015-01-09 | Added new unit tests for the Node.resolve function and fixed the behaviour ↵ | Andreas Stöckel | |
for not following references if a compositum was found | |||
2015-01-09 | Do not pass Rooted as arguments | Andreas Stöckel | |
2015-01-09 | adapted to new code | Andreas Stöckel | |
2015-01-09 | Merge branch 'master' of somweyr.de:ousia | Andreas Stöckel | |
Conflicts: application/src/core/model/Document.cpp application/src/core/model/Domain.cpp | |||
2015-01-09 | Adapted code to new resolve function | Andreas Stöckel | |
2015-01-09 | Implemented new resolve function | Andreas Stöckel | |
2015-01-08 | further extended example to include annotations (emphasized and strong). The ↵ | Benjamin Paassen | |
DemoOutput for that is still missing, though. convenience build functions have also been implemented in Document.cpp. | |||
2015-01-08 | further extended advanced document (now list domain is supported as well) ↵ | Benjamin Paassen | |
and extended DemoOutput accordingly. |