index
:
ousia.git
master
Ousía Main Repository
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
core
/
model
/
DomainTest.cpp
Age
Commit message (
Expand
)
Author
2015-03-01
Renamed domain to ontology.
Benjamin Paassen
2015-02-18
detected and counteracted cycles in gatherFieldDescriptors and gatherSubclass...
Benjamin Paassen
2015-02-16
added return value in addFieldDescriptor related methods to indicate whether ...
Benjamin Paassen
2015-02-15
Fixed GCC 4.9 warnings
Andreas Stöckel
2015-02-12
added Descriptor::getPermittedChildren.
Benjamin Paassen
2015-02-12
added a method to retrieve all reachable default fields from a given descriptor.
Benjamin Paassen
2015-02-12
further revised pathTo. Now only the TREE field is used in further exploration.
Benjamin Paassen
2015-02-12
restructured pathTo. Also fixed some issues with that method and made it more...
Benjamin Paassen
2015-02-11
improved pathto
Benjamin Paassen
2015-02-11
changed semantics of default field, now referring to the only TREE field.
Benjamin Paassen
2015-02-11
made isSubtree (fieldType) and primitivity orthogonal concepts: PRIMITIVE is ...
Benjamin Paassen
2015-02-07
Unified handling of references to Rtti instances: Now using pointers everywhere
Andreas Stöckel
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-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-29
Unified signature of resolve functions, passing the "owner" to the callback f...
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-22
added move semantics do Domain and Document classes.
Benjamin Paassen
2015-01-21
introduced Domain validation functionality and a Unit test for it.
Benjamin Paassen
2015-01-18
Renamed RttiType to Rtti
Andreas Stöckel
2015-01-16
validate function for Domain::Descriptor.
Benjamin Paassen
2015-01-15
supported more automatic registration behaviour, checked for internal name co...
Benjamin Paassen
2015-01-14
finished pathTo function with rather nasty test.
Benjamin Paassen
2015-01-14
Merge branch 'master' of somweyr.de:ousia
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 noticed...
Benjamin Paassen
2015-01-13
First version of 'pathTo' function enabling users to request a Structure Path...
Benjamin Paassen
2015-01-11
Renamed RttiBase to RttiType
Andreas Stöckel
2015-01-09
Adapted code to new resolve function
Andreas Stöckel
2015-01-05
corrected RTTI for domain und document and added a reference to system type s...
Benjamin Paassen
2015-01-04
small changes to test files
Andreas Stöckel
2015-01-02
reformated comments
Andreas Stöckel
2014-12-28
Finished StructType implementation, started to write unit tests
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
Introduced global type variables for model classes and used them in the Domai...
Benjamin Paassen
2014-12-19
refactored DomainTest somewhat to prevent an unused function warning.
Benjamin Paassen
2014-12-18
Finished the Domain test for now. Resolving mechanism works as expected (or a...
Benjamin Paassen
2014-12-18
Hopefully implemented a working version of the Domain resolve mechanism.
Benjamin Paassen