index
:
ousia.git
master
Ousía Main Repository
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
core
/
model
/
Node.cpp
Age
Commit message (
Expand
)
Author
2015-01-30
Beautify error message
Andreas Stöckel
2015-01-29
Unified signature of resolve functions, passing the "owner" to the callback f...
Andreas Stöckel
2015-01-29
Improved error message
Andreas Stöckel
2015-01-29
Removed unneeded function stub
Andreas Stöckel
2015-01-28
Added methods for checking a property for acyclicity (or however this is supp...
Andreas Stöckel
2015-01-23
Referencing the nodes in which the validation fails
Andreas Stöckel
2015-01-21
bugfixed Node::setParent and Node::validate.
Benjamin Paassen
2015-01-20
finished setter revival in Document classes, hopefully.
Benjamin Paassen
2015-01-19
(re-)introduced setter methods to Document.
Benjamin Paassen
2015-01-18
Renamed RttiType to Rtti
Andreas Stöckel
2015-01-18
Merge branch 'master' of somweyr.de:ousia
Andreas Stöckel
2015-01-18
Droped Rtti<T> class, using RttiType instead
Andreas Stöckel
2015-01-18
made invalidate and markInvalid const.
Benjamin Paassen
2015-01-18
Merge branch 'master' of somweyr.de:ousia
Andreas Stöckel
2015-01-18
Improved validation error message
Andreas Stöckel
2015-01-18
changed the cycle error message.
Benjamin Paassen
2015-01-18
Implemented some helper functions to facilitate implementing doValidate metho...
Andreas Stöckel
2015-01-18
Renamed continueResolve to doResolve for more consistency with other virtual ...
Andreas Stöckel
2015-01-17
Improved validation system
Andreas Stöckel
2015-01-15
lambdas are so much cooler
Andreas Stöckel
2015-01-15
fixed clang warnings and errors
Andreas Stöckel
2015-01-14
Registered properties for the Node class
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
removed resolve debug printouts and simplified resolve method in Document.
Benjamin Paassen
2015-01-09
Added new unit tests for the Node.resolve function and fixed the behaviour fo...
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