index
:
ousia.git
master
Ousía Main Repository
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
core
/
model
/
Domain.cpp
Age
Commit message (
Expand
)
Author
2015-03-02
integrated syntax tokens in Domain.
Benjamin Paassen
2015-02-18
detected and counteracted cycles in gatherFieldDescriptors and gatherSubclass...
Benjamin Paassen
2015-02-18
Fixed bug #80 and added unit test
Andreas Stöckel
2015-02-16
added return value in addFieldDescriptor related methods to indicate whether ...
Benjamin Paassen
2015-02-15
got rid of some unnecessary warnings.
Benjamin Paassen
2015-02-15
changed order of fields in StructuredClass::getFieldDescriptors
Benjamin Paassen
2015-02-15
added getChildrenWithSubclasses and thus made pathTo and collect more compact.
Benjamin Paassen
2015-02-15
fixed a bug in pathTo functions.
Benjamin Paassen
2015-02-15
added pathTo and getDefaultFields for FieldDescriptors.
Benjamin Paassen
2015-02-13
added domain references to domain.
Benjamin Paassen
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-08
added getFieldDescriptor method.
Benjamin Paassen
2015-02-08
added check for name attribute in Descriptor.
Benjamin Paassen
2015-02-08
set the return type of getFieldDescriptorIndex to ssize_t.
Benjamin Paassen
2015-02-08
restructured the FieldDescriptor mechanism.
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
allowed actual field descriptor references.
Benjamin Paassen
2015-02-04
added child copy (somewhat "deep copy") to the copyFieldDescriptor function. ...
Benjamin Paassen
2015-02-04
set non-empty default field name.
Benjamin Paassen
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 compa...
Benjamin Paassen
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
introduced Domain validation functionality and a Unit test for it.
Benjamin Paassen
2015-01-20
completed setters for Domain classes. setSuperclass even has move semantics!
Benjamin Paassen
2015-01-19
reintroduced some setters in Domain, but probably not enough yet.
Benjamin Paassen
2015-01-18
Renamed RttiType to Rtti
Andreas Stöckel
2015-01-18
Droped Rtti<T> class, using RttiType instead
Andreas Stöckel
2015-01-18
Merge branch 'master' of somweyr.de:ousia
Andreas Stöckel
2015-01-18
added the getEffectiveFieldDescriptors for StructuredClasses which returns th...
Benjamin Paassen
2015-01-18
Renamed continueResolve to doResolve for more consistency with other virtual ...
Andreas Stöckel
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
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
Removed parent mechanism in object graph representation. This is only a relev...
Benjamin Paassen
2015-01-13
First version of 'pathTo' function enabling users to request a Structure Path...
Benjamin Paassen
2015-01-12
normalized NodeVector access in model classes and added some more documentati...
Benjamin Paassen
2015-01-09
adapted to new code
Andreas Stöckel
[next]