Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-01-18 | Implemented some helper functions to facilitate implementing doValidate ↵ | Andreas Stöckel | |
methods. This includes the "validateName" function (which makes sure the Node has a valid identifier), the "continueValidation" function (which descends into the given list of child nodes) and the "continueValidationCheckDuplicates" which descends into the given child list and makes sure the names of the child nodes are unique. | |||
2015-01-18 | Renamed continueResolve to doResolve for more consistency with other virtual ↵ | Andreas Stöckel | |
protected methods | |||
2015-01-17 | Improved validation system | Andreas Stöckel | |
2015-01-16 | first attempt on validation method for Document classes. | Benjamin Paassen | |
2015-01-15 | fixed clang warnings and errors | Andreas Stöckel | |
2015-01-14 | Removed not needed Node.setParent method | Andreas Stöckel | |
2015-01-11 | Forward declaring Rtti stuff for fewer dependencies in the Rtti.hpp header | Andreas Stöckel | |
2015-01-11 | Renamed RttiBase to RttiType | Andreas Stöckel | |
2015-01-09 | added path function ResolutionResult | Andreas Stöckel | |
2015-01-09 | Finished node resolution process | Andreas Stöckel | |
2015-01-09 | Implemented new resolve function | Andreas Stöckel | |
2015-01-02 | Using Index per default in NodeVector and NodeMap, added Unit test | Andreas Stöckel | |
2015-01-02 | Moved Node class to model folder | Andreas Stöckel | |