index
:
ousia.git
master
Ousía Main Repository
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
core
/
model
/
Ontology.cpp
Age
Commit message (
Collapse
)
Author
2016-04-25
Implement generic "inheritsFrom" method for Descriptor class
Andreas Stöckel
2016-04-25
Replace NodeVector by ManagedVector where NodeVector functionality is not ↵
Andreas Stöckel
needed. Reduces calls to "Manager.registerEvent" to <10% of original value
2016-04-25
Some small formatting and comment changes, introduce more anonymous ↵
Andreas Stöckel
namespaces in cpp
2016-04-25
Fix getFieldDescriptor with index ignoring inherited fields
Andreas Stöckel
2015-03-04
Renamed "start" and "end" token to "open" and "close" token
Andreas Stöckel
2015-03-03
improved FieldDescriptor validation error messages.
Andreas Stöckel
2015-03-03
Do not allow structs to be transparent and root at the same time
Andreas Stöckel
2015-03-03
Renamed isSubtree to subtree and isRoot to root
Andreas Stöckel
2015-03-03
Storing type and name in the HandlerData once again, using a Token
Andreas Stöckel
Conflicts: application/src/core/parser/stack/Callbacks.hpp
2015-03-01
Renamed domain to ontology.
Benjamin Paassen