index
:
ousia.git
master
Ousía Main Repository
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
core
/
model
/
DocumentTest.cpp
Age
Commit message (
Expand
)
Author
2015-03-04
massively reworked demo html output.
Benjamin Paassen
2015-03-03
prevented cycles in DocumentEntity::searchStartAnchor
Benjamin Paassen
2015-03-03
added a method to find the matching start anchor for some end anchor.
Andreas Stöckel
2015-03-01
Renamed domain to ontology.
Benjamin Paassen
2015-02-16
added return value in addFieldDescriptor related methods to indicate whether ...
Benjamin Paassen
2015-02-12
Anchors do not have a name anymore and have a unique mapping to their Annotat...
Benjamin Paassen
2015-02-11
made isSubtree (fieldType) and primitivity orthogonal concepts: PRIMITIVE is ...
Benjamin Paassen
2015-02-08
restructured the FieldDescriptor mechanism.
Benjamin Paassen
2015-02-06
changed name of text field from content to default.
Benjamin Paassen
2015-02-06
corrected attributes descriptor handling.
Benjamin Paassen
2015-02-04
set non-empty default field name.
Benjamin Paassen
2015-02-03
removed references to variant::cardinality where I did not need them.
Benjamin Paassen
2015-01-28
Renamed add* and include* methods for referencing another Typesystem/Domain d...
Andreas Stöckel
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 compa...
Benjamin Paassen
2015-01-24
Moved Terminal and TerminalLogger to own classes in new frontent folder
Andreas Stöckel
2015-01-21
added variant content validation for Documents.
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
improved Document validation process and added some test cases. Further tests...
Benjamin Paassen
2015-01-12
Tried to introduce another StructureNode class as common superclass for Struc...
Benjamin Paassen
2015-01-11
Forward declaring Rtti stuff for fewer dependencies in the Rtti.hpp header
Andreas Stöckel
2015-01-09
Refactored building convenience methods to TestDocumentBuilder, added error l...
Benjamin Paassen
2015-01-05
corrected RTTI for domain und document and added a reference to system type s...
Benjamin Paassen
2015-01-04
fixed a nasty bug in the getField method of DocumentEntity. Also corrected so...
Benjamin Paassen
2014-12-28
Finished StructType implementation, started to write unit tests
Andreas Stöckel
2014-12-19
added convenience function for document construction and tested them.
Benjamin Paassen
2014-12-17
Some (slight) changes to existing structures and first attempts on a test to ...
Benjamin Paassen
2014-12-17
First draft of Cardinality. There are still semantic improvements to be made,...
Benjamin Paassen