summaryrefslogtreecommitdiff
path: root/src/core/model/Ontology.cpp
AgeCommit message (Expand)Author
2016-04-25Implement generic "inheritsFrom" method for Descriptor classAndreas Stöckel
2016-04-25Replace NodeVector by ManagedVector where NodeVector functionality is not nee...Andreas Stöckel
2016-04-25Some small formatting and comment changes, introduce more anonymous namespace...Andreas Stöckel
2016-04-25Fix getFieldDescriptor with index ignoring inherited fieldsAndreas Stöckel
2015-03-04Renamed "start" and "end" token to "open" and "close" tokenAndreas Stöckel
2015-03-03improved FieldDescriptor validation error messages.Andreas Stöckel
2015-03-03Do not allow structs to be transparent and root at the same timeAndreas Stöckel
2015-03-03Renamed isSubtree to subtree and isRoot to rootAndreas Stöckel
2015-03-03Storing type and name in the HandlerData once again, using a TokenAndreas Stöckel
2015-03-01Renamed domain to ontology.Benjamin Paassen