Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-02-07 | Unified handling of references to Rtti instances: Now using pointers everywhere | Andreas Stöckel | |
2015-01-25 | Some bugfixes in cardinality conversion and further Variant conversion tests | Benjamin Paassen | |
2015-01-23 | Introduced cardinality type. Tests are still needed, though, especially for ↵ | Benjamin Paassen | |
variantReader and type conversion. | |||
2015-01-18 | Renamed RttiType to Rtti | Andreas Stöckel | |
2015-01-11 | Implemented conversion to more Variant types, implemented ↵ | Andreas Stöckel | |
VariantConverter::convert method | |||
2015-01-11 | Renamed RttiBase to RttiType | Andreas Stöckel | |
2015-01-11 | Renamed Variant::Type to VariantType to allow forward declaration | Andreas Stöckel | |
2015-01-11 | Refactored 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 |