index
:
ousia.git
master
Ousía Main Repository
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
core
/
common
/
Variant.cpp
Age
Commit message (
Collapse
)
Author
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
2015-01-01
Treat Magic type like a string -- only the "isMagic" and "asMagic" methods ↵
Andreas Stöckel
can distinguish between the two.
2014-12-23
implemented new Magic type used for single-token unescaped strings that ↵
Andreas Stöckel
could be an identifier
2014-12-21
allowing to store Function objects in Variants, added simple unit test for ↵
Andreas Stöckel
the Method class
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