Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-02-02 | Importing files works now | Andreas Stöckel | |
2015-01-25 | Merge branch 'master' of somweyr.de:ousia | Andreas Stöckel | |
2015-01-25 | deleted "model" namespace | Andreas Stöckel | |
2015-01-25 | added node information to error logging in Document and Domain validation. | Benjamin Paassen | |
2015-01-25 | removed cardinality type definition from Domain.hpp and made everything ↵ | Benjamin Paassen | |
compatible with the Variant cardinality. | |||
2015-01-23 | Added 'createChild'-style methods to Document and Domain classes. | Benjamin Paassen | |
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-20 | added a const where it was possible. | Benjamin Paassen | |
2015-01-20 | Further work on document validation. More of a finetuning. | Benjamin Paassen | |
2015-01-20 | finished setter revival in Document classes, hopefully. | Benjamin Paassen | |
2015-01-19 | reintroduced some setters in Domain, but probably not enough yet. | 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 | made document validation run forward even if invalidity is already ↵ | Benjamin Paassen | |
determined to gather as many error messages as possible. | |||
2015-01-18 | Using str.empty() | 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 | improved Document validation process and added some test cases. Further ↵ | Benjamin Paassen | |
tests are required, though. | |||
2015-01-18 | Merge branch 'master' of somweyr.de:ousia | Benjamin Paassen | |
2015-01-18 | Changed DocumentEntity::doValidate to work with the effective ↵ | Benjamin Paassen | |
FieldDescriptors (including superclass fields). This is not yet tested, though. | |||
2015-01-18 | Merge branch 'master' of somweyr.de:ousia | Andreas Stöckel | |
Conflicts: application/src/core/model/Domain.hpp | |||
2015-01-18 | added Document validation function and finished implementation of ↵ | Benjamin Paassen | |
AnnotationEntity validation function. Tests still have to be made, though. | |||
2015-01-18 | Renamed continueResolve to doResolve for more consistency with other virtual ↵ | Andreas Stöckel | |
protected methods | |||
2015-01-17 | Improved validation system | Andreas Stöckel | |
2015-01-16 | first attempt on validation method for Document classes. | Benjamin Paassen | |
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 | 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 | 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-12 | hopefully repaired multiple inheritance chaos. | 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-09 | fixed Document::continueResolve nullptr access | Andreas Stöckel | |
2015-01-09 | removed resolve debug printouts and simplified resolve method in Document. | 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 | Improvements to Document classes in accordance with Benjamin | 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-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 | slight changes to Domain and Document. Started to add a more advanced test ↵ | Benjamin Paassen | |
document creation function as well as the respective domain creation functions. The DemoOutputTest for it looks good so far. | |||
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 | Added composition types | Andreas Stöckel | |
2015-01-04 | fixed a nasty bug in the getField method of DocumentEntity. Also corrected ↵ | Benjamin Paassen | |
some issues in the TestDocument and TestDomain. | |||
2014-12-28 | autoformat | Andreas Stöckel | |
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-20 | replaces ManagedVector by NodeVector in Model classes. | Benjamin Paassen | |