summaryrefslogtreecommitdiff
path: root/src/core/model/Document.cpp
AgeCommit message (Collapse)Author
2016-04-25Replace NodeVector by ManagedVector where NodeVector functionality is not ↵Andreas Stöckel
needed. Reduces calls to "Manager.registerEvent" to <10% of original value
2015-03-04improved some error messages regarding field names once again.Benjamin Paassen
2015-03-03made document validation more strict to prevent disconnected anchors.Benjamin Paassen
2015-03-03Improved error messagesAndreas Stöckel
2015-03-03Merge branch 'master' of ssh://somweyr.de/var/local/git/ousiaAndreas Stöckel
2015-03-03Converted size_t references to valuesAndreas Stöckel
2015-03-03prevented cycles in DocumentEntity::searchStartAnchorBenjamin Paassen
2015-03-03fixed a bug in addStructureNode. Document as parent was not properly considered.Benjamin Paassen
2015-03-03added a method to find the matching start anchor for some end anchor.Andreas Stöckel
2015-03-01improved error messages for empty field names.Benjamin Paassen
2015-03-01Renamed domain to ontology.Benjamin Paassen
2015-02-16Merge branch 'master' of somweyr.de:ousiaBenjamin Paassen
2015-02-16added creation methods that reference fields by index instead of name.Benjamin Paassen
2015-02-16Allow typesystem references in DocumentAndreas Stöckel
2015-02-15fixed a bug in instance counting in DocumentEntity::doValidate and made the ↵Benjamin Paassen
validation process faster and more compact using advanced programming techniques.
2015-02-14added DocumentEntity::getField with direct indexation.Benjamin Paassen
2015-02-12Anchors do not have a name anymore and have a unique mapping to their ↵Benjamin Paassen
AnnotationEntities. This also makes serialization much easier.
2015-02-11addendum to last commitBenjamin Paassen
2015-02-08set the return type of getFieldDescriptorIndex to ssize_t.Benjamin Paassen
2015-02-08restructured the FieldDescriptor mechanism.Benjamin Paassen
2015-02-07Unified handling of references to Rtti instances: Now using pointers everywhereAndreas Stöckel
2015-02-06improved formatting and variable names.Benjamin Paassen
2015-02-06moved setRoot to Document.cppBenjamin Paassen
2015-02-04set non-empty default field name.Benjamin Paassen
2015-02-02Importing files works nowAndreas Stöckel
2015-01-25Merge branch 'master' of somweyr.de:ousiaAndreas Stöckel
2015-01-25deleted "model" namespaceAndreas Stöckel
2015-01-25added node information to error logging in Document and Domain validation.Benjamin Paassen
2015-01-25removed cardinality type definition from Domain.hpp and made everything ↵Benjamin Paassen
compatible with the Variant cardinality.
2015-01-23Added 'createChild'-style methods to Document and Domain classes.Benjamin Paassen
2015-01-22added move semantics do Domain and Document classes.Benjamin Paassen
2015-01-21added variant content validation for Documents.Benjamin Paassen
2015-01-20added a const where it was possible.Benjamin Paassen
2015-01-20Further work on document validation. More of a finetuning.Benjamin Paassen
2015-01-20finished setter revival in Document classes, hopefully.Benjamin Paassen
2015-01-19reintroduced some setters in Domain, but probably not enough yet.Benjamin Paassen
2015-01-19(re-)introduced setter methods to Document.Benjamin Paassen
2015-01-19fixed some bugs in Document validation and added further tests.Benjamin Paassen
2015-01-18made document validation run forward even if invalidity is already ↵Benjamin Paassen
determined to gather as many error messages as possible.
2015-01-18Using str.empty()Andreas Stöckel
2015-01-18Renamed RttiType to RttiAndreas Stöckel
2015-01-18Merge branch 'master' of somweyr.de:ousiaAndreas Stöckel
2015-01-18Droped Rtti<T> class, using RttiType insteadAndreas Stöckel
2015-01-18improved Document validation process and added some test cases. Further ↵Benjamin Paassen
tests are required, though.
2015-01-18Merge branch 'master' of somweyr.de:ousiaBenjamin Paassen
2015-01-18Changed DocumentEntity::doValidate to work with the effective ↵Benjamin Paassen
FieldDescriptors (including superclass fields). This is not yet tested, though.
2015-01-18Merge branch 'master' of somweyr.de:ousiaAndreas Stöckel
Conflicts: application/src/core/model/Domain.hpp
2015-01-18added Document validation function and finished implementation of ↵Benjamin Paassen
AnnotationEntity validation function. Tests still have to be made, though.
2015-01-18Renamed continueResolve to doResolve for more consistency with other virtual ↵Andreas Stöckel
protected methods
2015-01-17Improved validation systemAndreas Stöckel