summaryrefslogtreecommitdiff
path: root/test/core/variant
AgeCommit message (Collapse)Author
2014-12-06added another unit test for double parsing (works as expected)Andreas Stöckel
2014-12-06reimplemented number parsing (previous implementation was suboptimal, as it ↵Andreas Stöckel
was not securely capable of detecting wheter a number is an integer or an double value
2014-12-05implemented parsing integers and doublesAndreas Stöckel
2014-12-05added string reading functions of the Reader classAndreas Stöckel
2014-12-03added type conversion functions and creation from nullptrAndreas Stöckel
2014-12-02expanded unit test and fixed further stack overflow caused by missuse of ↵Andreas Stöckel
braced initializer list
2014-12-02added new unit test for the Variant class and fixed some bugsAndreas Stöckel