index
:
ousia.git
master
Ousía Main Repository
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
core
/
common
/
Argument.cpp
Age
Commit message (
Collapse
)
Author
2016-04-25
Remove tautological comparison
Andreas Stöckel
2015-02-16
Implemented support for numeric arguments in Argument
Andreas Stöckel
2015-02-15
Displaying error messages at the location of the 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-30
Added Argument::Cardinality named constructor to Argument
Andreas Stöckel
2015-01-18
Renamed RttiType to Rtti
Andreas Stöckel
2015-01-15
Fixed bug in Argument validation when missing values are inserted (string ↵
Andreas Stöckel
types got "null" as default value and not ""), added corresponding unit test
2015-01-15
Added possibility to construct Arguments in a mode in which no validation is ↵
Andreas Stöckel
performed.
2015-01-13
auto format + made some functions const
Andreas Stöckel
2015-01-12
Added unittests for validateArray and validateMap functions, injecting ↵
Andreas Stöckel
standard values on failure
2015-01-12
Implemented and tested "Any" Argument type
Andreas Stöckel
2015-01-12
Merge branch 'master' of somweyr.de:ousia
Andreas Stöckel
Conflicts: application/src/core/model/Document.hpp
2015-01-12
Added Argument and Arguments class
Andreas Stöckel