Age | Commit message (Expand) | Author |
---|---|---|
2015-01-01 | Treat Magic type like a string -- only the "isMagic" and "asMagic" methods ca... | Andreas Stöckel |
2014-12-23 | implemented new Magic type used for single-token unescaped strings that could... | Andreas Stöckel |
2014-12-21 | allowing to store Function objects in Variants, added simple unit test for th... | Andreas Stöckel |
2014-12-21 | added Function as new variant type | Andreas Stöckel |
2014-12-20 | additional comment in Variant.cpp | Andreas Stöckel |
2014-12-20 | Variants can now store references to managed objects and act as a Rooted handle | Andreas Stöckel |
2014-12-20 | using stringstream for variant int/double to string conversion | Andreas Stöckel |
2014-12-12 | fixed Variant::toString method | Andreas Stöckel |
2014-12-11 | moved to CharReader everywhere | Andreas Stöckel |