summaryrefslogtreecommitdiff
path: root/src/core/common/VariantConverter.cpp
AgeCommit message (Collapse)Author
2016-04-25AutoformatAndreas Stöckel
2015-02-18changed cardinality toString conversion to be reparseable as cardinality.Benjamin Paassen
2015-02-16Using Variant location in VariantConverter error messagesAndreas Stöckel
2015-02-07Unified handling of references to Rtti instances: Now using pointers everywhereAndreas Stöckel
2015-01-30Fixed conversion to cardinalitiesAndreas Stöckel
2015-01-25Some bugfixes in cardinality conversion and further Variant conversion testsBenjamin Paassen
2015-01-24fixed some bugs in conversion functions and added new conversion functions ↵Benjamin Paassen
for cardinalities.
2015-01-23Introduced cardinality type. Tests are still needed, though, especially for ↵Benjamin Paassen
variantReader and type conversion.
2015-01-18Renamed RttiType to RttiAndreas Stöckel
2015-01-12Improved error messageAndreas Stöckel
2015-01-12Merge branch 'master' of somweyr.de:ousiaAndreas Stöckel
Conflicts: application/src/core/model/Document.hpp
2015-01-12Improved error messages of VariantConverterAndreas Stöckel
2015-01-11Implemented conversion to more Variant types, implemented ↵Andreas Stöckel
VariantConverter::convert method
2015-01-11Renamed Variant::Type to VariantType to allow forward declarationAndreas Stöckel
2015-01-11Refactored conversion routines used in the Typesystem class and the Variant ↵Andreas Stöckel
class into an own class, implemented missing conversion from string to integer/double, implemented proper JSON serialization of variants