Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-12-06 | added another unit test for double parsing (works as expected) | Andreas Stöckel | |
2014-12-06 | reimplemented 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-05 | implemented parsing integers and doubles | Andreas Stöckel | |
2014-12-05 | added string reading functions of the Reader class | Andreas Stöckel | |
2014-12-03 | added type conversion functions and creation from nullptr | Andreas Stöckel | |
2014-12-02 | expanded unit test and fixed further stack overflow caused by missuse of ↵ | Andreas Stöckel | |
braced initializer list | |||
2014-12-02 | added new unit test for the Variant class and fixed some bugs | Andreas Stöckel | |