summaryrefslogtreecommitdiff
path: root/src/core/common/VariantConverter.hpp
AgeCommit message (Collapse)Author
2015-02-07Unified handling of references to Rtti instances: Now using pointers everywhereAndreas Stöckel
2015-01-25Some bugfixes in cardinality conversion and further Variant conversion testsBenjamin Paassen
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-11Implemented conversion to more Variant types, implemented ↵Andreas Stöckel
VariantConverter::convert method
2015-01-11Renamed RttiBase to RttiTypeAndreas Stöckel
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