Skip to content

Commit

Permalink
Bump third_party/jsoncpp/repo from 69098a1 to 8214f71
Browse files Browse the repository at this point in the history
Bumps [third_party/jsoncpp/repo](https://github.com/open-source-parsers/jsoncpp) from `69098a1` to `8214f71`.
- [Release notes](https://github.com/open-source-parsers/jsoncpp/releases)
- [Commits](open-source-parsers/jsoncpp@69098a1...8214f71)

---
updated-dependencies:
- dependency-name: third_party/jsoncpp/repo
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Sep 17, 2024
1 parent 4f35706 commit fb31d8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion third_party/jsoncpp/repo
Submodule repo updated 41 files
+1 −1 .clang-format
+20 −0 .github/workflows/clang-format.yml
+18 −0 .github/workflows/cmake.yml
+65 −0 .github/workflows/meson.yml
+0 −71 .travis.yml
+0 −130 .travis_scripts/cmake_builder.sh
+0 −83 .travis_scripts/meson_builder.sh
+0 −356 .travis_scripts/run-clang-format.py
+0 −4 .travis_scripts/run-clang-format.sh
+0 −8 .travis_scripts/travis.before_install.linux.sh
+0 −0 .travis_scripts/travis.before_install.osx.sh
+0 −5 .travis_scripts/travis.install.linux.sh
+0 −1 .travis_scripts/travis.install.osx.sh
+11 −13 CMakeLists.txt
+17 −0 SECURITY.md
+3 −3 amalgamate.py
+1 −1 example/readFromString/readFromString.cpp
+2 −2 include/PreventInSourceBuilds.cmake
+13 −2 include/json/allocator.h
+1 −1 include/json/config.h
+36 −5 include/json/reader.h
+14 −7 include/json/value.h
+4 −5 include/json/version.h
+5 −7 include/json/writer.h
+9 −7 jsoncpp-namespaced-targets.cmake
+1 −1 jsoncppConfig.cmake.in
+8 −0 jsoncppConfig.cmake.meson.in
+41 −4 meson.build
+5 −2 src/jsontestrunner/main.cpp
+1 −4 src/lib_json/CMakeLists.txt
+89 −77 src/lib_json/json_reader.cpp
+30 −13 src/lib_json/json_value.cpp
+10 −5 src/lib_json/json_writer.cpp
+1 −1 src/test_lib_json/jsontest.cpp
+1 −1 src/test_lib_json/jsontest.h
+47 −12 src/test_lib_json/main.cpp
+4 −0 test/data/fail_strict_comment_01.json
+4 −0 test/data/fail_strict_comment_02.json
+3 −0 test/data/fail_strict_comment_03.json
+1 −0 test/data/fail_test_object_02.json
+6 −3 test/runjsontests.py

0 comments on commit fb31d8e

Please sign in to comment.