index
:
ousia.git
master
Ousía Main Repository
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
core
/
model
/
NodeTest.cpp
Age
Commit message (
Collapse
)
Author
2015-02-07
Unified handling of references to Rtti instances: Now using pointers everywhere
Andreas Stöckel
2015-01-29
Unified signature of resolve functions, passing the "owner" to the callback ↵
Andreas Stöckel
functions in ParserScope::resolve
2015-01-18
Renamed RttiType to Rtti
Andreas Stöckel
2015-01-18
Droped Rtti<T> class, using RttiType instead
Andreas Stöckel
2015-01-18
Renamed continueResolve to doResolve for more consistency with other virtual ↵
Andreas Stöckel
protected methods
2015-01-14
Removed not needed Node.setParent method
Andreas Stöckel
2015-01-14
Using pointer to RttiType instances
Andreas Stöckel
2015-01-11
Forward declaring Rtti stuff for fewer dependencies in the Rtti.hpp header
Andreas Stöckel
2015-01-09
autoformat
Andreas Stöckel
2015-01-09
Added new unit tests for the Node.resolve function and fixed the behaviour ↵
Andreas Stöckel
for not following references if a compositum was found
2015-01-09
Implemented new resolve function
Andreas Stöckel
2015-01-02
Moved NodeTest to model folder
Andreas Stöckel