summaryrefslogtreecommitdiff
path: root/src/core/model/Node.hpp
AgeCommit message (Expand)Author
2015-03-01Renamed domain to ontology.Benjamin Paassen
2015-02-07Unified handling of references to Rtti instances: Now using pointers everywhereAndreas Stöckel
2015-01-29Unified signature of resolve functions, passing the "owner" to the callback f...Andreas Stöckel
2015-01-28Added methods for checking a property for acyclicity (or however this is supp...Andreas Stöckel
2015-01-27Removed dependency between "Project" model class and parser/resources. This r...Andreas Stöckel
2015-01-23Made getLocation constAndreas Stöckel
2015-01-23Atatching Location to NodeAndreas Stöckel
2015-01-22made setParent protected to be consistent with move semantics.Benjamin Paassen
2015-01-21added Node::getValidationStateBenjamin Paassen
2015-01-20finished setter revival in Document classes, hopefully.Benjamin Paassen
2015-01-19(re-)introduced setter methods to Document.Benjamin Paassen
2015-01-18Renamed RttiType to RttiAndreas Stöckel
2015-01-18Removed no longer necessary Rtti forward declarationsAndreas Stöckel
2015-01-18Merge branch 'master' of somweyr.de:ousiaAndreas Stöckel
2015-01-18Droped Rtti<T> class, using RttiType insteadAndreas Stöckel
2015-01-18made invalidate and markInvalid const.Benjamin Paassen
2015-01-18Implemented some helper functions to facilitate implementing doValidate metho...Andreas Stöckel
2015-01-18Renamed continueResolve to doResolve for more consistency with other virtual ...Andreas Stöckel
2015-01-17Improved validation systemAndreas Stöckel
2015-01-16first attempt on validation method for Document classes.Benjamin Paassen
2015-01-15fixed clang warnings and errorsAndreas Stöckel
2015-01-14Removed not needed Node.setParent methodAndreas Stöckel
2015-01-11Forward declaring Rtti stuff for fewer dependencies in the Rtti.hpp headerAndreas Stöckel
2015-01-11Renamed RttiBase to RttiTypeAndreas Stöckel
2015-01-09added path function ResolutionResultAndreas Stöckel
2015-01-09Finished node resolution processAndreas Stöckel
2015-01-09Implemented new resolve functionAndreas Stöckel
2015-01-02Using Index per default in NodeVector and NodeMap, added Unit testAndreas Stöckel
2015-01-02Moved Node class to model folderAndreas Stöckel