summaryrefslogtreecommitdiff
path: root/src/core/common/Argument.cpp
AgeCommit message (Collapse)Author
2016-04-25Remove tautological comparisonAndreas Stöckel
2015-02-16Implemented support for numeric arguments in ArgumentAndreas Stöckel
2015-02-15Displaying error messages at the location of the argumentAndreas Stöckel
2015-02-07Unified handling of references to Rtti instances: Now using pointers everywhereAndreas Stöckel
2015-02-01Made Argument and Arguments copyableAndreas Stöckel
2015-01-30Added Argument::Cardinality named constructor to ArgumentAndreas Stöckel
2015-01-18Renamed RttiType to RttiAndreas Stöckel
2015-01-15Fixed 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-15Added possibility to construct Arguments in a mode in which no validation is ↵Andreas Stöckel
performed.
2015-01-13auto format + made some functions constAndreas Stöckel
2015-01-12Added unittests for validateArray and validateMap functions, injecting ↵Andreas Stöckel
standard values on failure
2015-01-12Implemented and tested "Any" Argument typeAndreas Stöckel
2015-01-12Merge branch 'master' of somweyr.de:ousiaAndreas Stöckel
Conflicts: application/src/core/model/Document.hpp
2015-01-12Added Argument and Arguments classAndreas Stöckel