index
:
ousia.git
master
Ousía Main Repository
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
core
/
variant
Age
Commit message (
Collapse
)
Author
2014-12-09
added comparison operators for Variant.
Benjamin Paassen
2014-12-07
implemented parseArray
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 a resetPeek in Reader to prevent undefined behaviour.
Benjamin Paassen
2014-12-05
added string reading functions of the Reader class
Andreas Stöckel
2014-12-05
fixed conflict
Andreas Stöckel
2014-12-05
added reader class for microformats
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
2014-12-02
added revamped variant type
Andreas Stöckel