Skip to content

Tags: bolabola/jsoncpp

Tags

0.10.5

Toggle 0.10.5's commit message
merged from 1.6.5

0.10.4

Toggle 0.10.4's commit message
gcc-4.6 in Travis

and clang-3.0, the default

0.10.2-p1

Toggle 0.10.2-p1's commit message

1.6.2

Toggle 1.6.2's commit message
1.6.2 <- 1.6.1

Fix UTF-8 for old (deprecated) Writers.

* Do not truncate at embedded zeroes.

0.10.2

Toggle 0.10.2's commit message
partially revert 'Added features that allow the reader to accept comm…

…on non-standard JSON.'

revert '642befc836ac5093b528e7d8b4fd66b66735a98c',
but keep the *added* methods for `decodedNumber()` and `decodedDouble()`.

1.6.1

Toggle 1.6.1's commit message
1.6.1 <- 1.6.0

0.10.1

Toggle 0.10.1's commit message
partially revert 'Added features that allow the reader to accept comm…

…on non-standard JSON.'

revert '642befc836ac5093b528e7d8b4fd66b66735a98c',
but keep the *added* methods for `decodedNumber()` and `decodedDouble()`.

1.6.0

Toggle 1.6.0's commit message
Merge pull request open-source-parsers#221 from btolfa/forgotten-virt…

…ual-dtor

Added forgotten virtual dtor for `Json::CharReader::Factory`.

(Without this, the destructor of the derived `CharReaderBuilder` would not be called, which is a small memory leak.)

0.10.0

Toggle 0.10.0's commit message
partially revert 'Added features that allow the reader to accept comm…

…on non-standard JSON.'

revert '642befc836ac5093b528e7d8b4fd66b66735a98c',
but keep the *added* methods for `decodedNumber()` and `decodedDouble()`.