summaryrefslogtreecommitdiff
path: root/src/core/common/Variant.cpp
AgeCommit message (Expand)Author
2015-01-01Treat Magic type like a string -- only the "isMagic" and "asMagic" methods ca...Andreas Stöckel
2014-12-23implemented new Magic type used for single-token unescaped strings that could...Andreas Stöckel
2014-12-21allowing to store Function objects in Variants, added simple unit test for th...Andreas Stöckel
2014-12-21added Function as new variant typeAndreas Stöckel
2014-12-20additional comment in Variant.cppAndreas Stöckel
2014-12-20Variants can now store references to managed objects and act as a Rooted handleAndreas Stöckel
2014-12-20using stringstream for variant int/double to string conversionAndreas Stöckel
2014-12-12fixed Variant::toString methodAndreas Stöckel
2014-12-11moved to CharReader everywhereAndreas Stöckel