index
:
ousia.git
master
Ousía Main Repository
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
core
/
common
/
ArgumentTest.cpp
Age
Commit message (
Expand
)
Author
2015-02-16
Implemented support for numeric arguments in Argument
Andreas Stöckel
2015-02-07
Unified handling of references to Rtti instances: Now using pointers everywhere
Andreas Stöckel
2015-02-01
Made Argument and Arguments copyable
Andreas Stöckel
2015-01-24
Moved Terminal and TerminalLogger to own classes in new frontent folder
Andreas Stöckel
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
Removed Variant handle constructor (caught to much stuff)
Andreas Stöckel
2015-01-15
Fixed bug in Argument validation when missing values are inserted (string typ...
Andreas Stöckel
2015-01-15
Added possibility to construct Arguments in a mode in which no validation is ...
Andreas Stöckel
2015-01-13
allowing validated methods
Andreas Stöckel
2015-01-12
Added unittests for validateArray and validateMap functions, injecting standa...
Andreas Stöckel
2015-01-12
Improved error message
Andreas Stöckel
2015-01-12
Implemented and tested "Any" Argument type
Andreas Stöckel
2015-01-12
Finished tests for the "Argument" class
Andreas Stöckel
2015-01-12
Merge branch 'master' of somweyr.de:ousia
Andreas Stöckel
2015-01-12
Added (not yet done) unit test for the Argument class
Andreas Stöckel