Skip to content

Tags: open-source-parsers/jsoncpp

Tags

1.9.7

Toggle 1.9.7's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Update bazel config for 9.x (#1655) * Update bazel config for 9.x Bazel 9.x+ requires explicit load statements for things that were previously included in bazel. I automatically added these with `buildifier` and added some reasonable minimum versions to the MODULE.bazel file. * Fix tests for Bazel 9.x sandbox --------- Co-authored-by: Jordan Bayles <jophba@chromium.org> Co-authored-by: Jordan Bayles <bayles.jordan@gmail.com>

1.9.6

Toggle 1.9.6's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Don't use build dir build interfaces (#1419) Do not export a location in the build directory as a build interface. This location is not created until the build step is run and can interfere with the CMake configuration step if including in another project. Co-authored-by: Jordan Bayles <bayles.jordan@gmail.com>

1.9.5

Toggle 1.9.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #1351 from open-source-parsers/drop-deprecation-wa… …rnings Drop compile-time deprecation warning

1.9.4

Toggle 1.9.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Roll version numbers for 1.9.4 release (#1223) 

1.9.3

Toggle 1.9.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fixes Oss-Fuzz issue: 21916 (#1180) * Fix heap-buffer-overflow in json_reader

00.11.0

Toggle 00.11.0's commit message
update README 

1.9.2

Toggle 1.9.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
some test coverage for Value::iterator (#1093) 

1.9.1

Toggle 1.9.1's commit message
\#979 Fix parseFromStream definition This patch fixes issue #979, where the parseFromStream definition in the header is different from the implementation.

1.9.0

Toggle 1.9.0's commit message
Medium size release containing bug fixes, enhancements 

0.10.7

Toggle 0.10.7's commit message
BORLAND compatible