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.hpp
Age
Commit message (
Expand
)
Author
2015-02-15
Added "markAsMagic" function, autoformat
Andreas Stöckel
2015-02-07
Unified handling of references to Rtti instances: Now using pointers everywhere
Andreas Stöckel
2015-02-02
Allowing to store SourceLocation from which a Variant was parsed along with t...
Andreas Stöckel
2015-01-30
Added "Cardinality" type and AnyCardinality constant to RangeSet
Andreas Stöckel
2015-01-27
Marked move constructors noexcept (allows move constructor to be used when ty...
Andreas Stöckel
2015-01-24
corrected a minor formatting error in documentation.
Benjamin Paassen
2015-01-23
Introduced cardinality type. Tests are still needed, though, especially for v...
Benjamin Paassen
2015-01-18
Renamed RttiType to Rtti
Andreas Stöckel
2015-01-18
Removed Variant handle constructor (caught to much stuff)
Andreas Stöckel
2015-01-12
Merge branch 'master' of somweyr.de:ousia
Andreas Stöckel
2015-01-12
Fixed Variant::getTypeName not being const
Andreas Stöckel
2015-01-11
Implemented conversion to more Variant types, implemented VariantConverter::c...
Andreas Stöckel
2015-01-11
Added getRttiType function to the Variant class
Andreas Stöckel
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 c...
Andreas Stöckel
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
Variants can now store references to managed objects and act as a Rooted handle
Andreas Stöckel
2014-12-12
Added new version of Typesystem in cooperation with Andreas.
Benjamin Paassen
2014-12-11
moved to CharReader everywhere
Andreas Stöckel