index
:
ousia.git
master
Ousía Main Repository
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
core
/
model
/
TestDomain.hpp
Age
Commit message (
Expand
)
Author
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-11
made isSubtree (fieldType) and primitivity orthogonal concepts: PRIMITIVE is ...
Benjamin Paassen
2015-02-06
changed name of text field from content to default.
Benjamin Paassen
2015-02-06
made cardinality to an own class instead of using.
Benjamin Paassen
2015-02-06
corrected attributes descriptor handling.
Benjamin Paassen
2015-02-03
removed references to variant::cardinality where I did not need them.
Benjamin Paassen
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-15
supported more automatic registration behaviour, checked for internal name co...
Benjamin Paassen
2015-01-12
normalized NodeVector access in model classes and added some more documentati...
Benjamin Paassen
2015-01-08
slight changes to Domain and Document. Started to add a more advanced test do...
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-23
some more work on the Typesystem front (documentation and unit tests, still n...
Andreas Stöckel
2014-12-21
fixed crash bug in TestDomain -- if a class has an Owned handle the owner mus...
Andreas Stöckel
2014-12-21
First draft of book domain example and slight changes to the book domain: _al...
Benjamin Paassen
2014-12-19
refactored DomainTest somewhat to prevent an unused function warning.
Benjamin Paassen