Commit Graph

  • 17b9d8c19d
    Merge 8b8dc99b775b3992052aede154ba0f0d3c045898 into ca98c98457b1163cca1f7d8db62827c115fec6d1 qiwei 2025-03-21 10:39:43 +08:00
  • c7e3295a3c
    Merge b40abfb84dc7542c49135328ad9640ef6d1b3033 into ca98c98457b1163cca1f7d8db62827c115fec6d1 Heginio Jr Taeza 2025-03-19 20:31:13 +01:00
  • 2cc42be137
    Merge bb4ac3c6c479b83e2beac305e687c99b2723a7a6 into ca98c98457b1163cca1f7d8db62827c115fec6d1 bcsgh 2025-03-18 18:11:47 -07:00
  • bb4ac3c6c4 Reverse the polarity to fix a bug. bcsgh 2025-03-18 18:11:14 -07:00
  • 8616000f00
    Merge d57ddb67b2a80d96a84647aa55ced5d8d07f904d into ca98c98457b1163cca1f7d8db62827c115fec6d1 nv-jdeligiannis 2025-03-19 00:46:08 +00:00
  • d57ddb67b2
    Merge branch 'master' into master Jordan Bayles 2025-03-18 17:46:06 -07:00
  • 0383d14b76 Add tests to the Bazel builds. bcsgh 2025-03-16 17:46:38 -07:00
  • 8fcfda4f1c Modify runjsontests.py to allow passing a single test case file. bcsgh 2025-03-16 17:41:26 -07:00
  • f16ff00c60
    Merge 8751d1528ec530d00d2d7617d42581ddfb4ca771 into ca98c98457b1163cca1f7d8db62827c115fec6d1 bcsgh 2025-03-18 17:08:15 -07:00
  • 8751d1528e #ifdef stuff that should only be used with JSON_USE_EXCEPTION. bcsgh 2025-03-16 16:09:01 -07:00
  • 1ecfc091f7 Expose JSON_USE_EXCEPTION and JSON_HAS_INT64 as Bazel config flags with defaults that match the existing Bazel build. Switch //:jsoncpp from using copts ro defines for JSON_USE_EXCEPTION and JSON_HAS_INT64 so that rules that depend on it get the same config. Make src/test_lib_json/fuzz.cpp respect JSON_USE_EXCEPTION. bcsgh 2025-03-16 15:49:39 -07:00
  • e21bded0d9
    Merge 94f152714bc467042e2e8545b0c51c1a5c3675de into ca98c98457b1163cca1f7d8db62827c115fec6d1 Jordan Bayles 2025-03-18 17:05:45 -07:00
  • ca98c98457
    Add a BUILD.bazel file for //example. (#1602) master bcsgh 2025-03-18 16:15:37 -07:00
  • 8f9dce6291 Add a BUILD.bazel file for //example. bcsgh 2025-03-17 18:09:52 -07:00
  • 5243d54ea6
    Merge 4dea76dfafd4542e308258252bbae31f07578e7a into 037752d9a1e48c8b7e5a62ee895a352166df03e3 TTF2050 2025-03-17 17:52:13 -07:00
  • e97b2b2a5c
    Merge branch 'master' into master Jordan Bayles 2025-03-12 16:17:57 -07:00
  • 94f152714b remove the copts, that's unusual jsoncpp_test Jordan Bayles 2025-03-12 16:14:20 -07:00
  • 406f7e8ba9 Add jsoncpp_test bazel configuration Jordan Bayles 2025-03-12 16:12:56 -07:00
  • 037752d9a1
    Set up for Bazel module builds. (#1597) bcsgh 2025-03-12 15:57:16 -07:00
  • 3c93762bf8 More tweaks to .gitignore bcsgh 2025-01-25 20:34:26 -08:00
  • ee39fc77fb Set up for Bazel module builds. bcsgh 2025-01-25 20:24:28 -08:00
  • fc6886f6c9 Updaing help text Johannes Deligiannis 2025-01-15 13:40:00 +01:00
  • c250e13b1e Adding a cmake option to exclude the jsoncpp files from install. Useful when used used as a submodule Johannes Deligiannis 2025-01-15 13:32:15 +01:00
  • 8b8dc99b77
    Merge branch 'master' into performance-optimization Jordan Bayles 2025-01-10 15:39:13 -08:00
  • ba004477a6
    Added Value::findType with String key (#1574) SwintonStreet 2025-01-10 23:38:47 +00:00
  • 1342e8a6fb
    Merge branch 'master' into findType Jordan Bayles 2025-01-10 15:26:30 -08:00
  • 60ccc1f5de
    feat: support std::string_view in Value API (#1584) evalon32 2025-01-10 18:25:25 -05:00
  • a4cd18ba62
    Merge branch 'master' into performance-optimization Jordan Bayles 2025-01-10 15:21:20 -08:00
  • f7c2723342
    Merge branch 'master' into findType Jordan Bayles 2025-01-10 15:20:40 -08:00
  • 2b817e7871
    Merge branch 'master' into string-view-compat Jordan Bayles 2025-01-10 15:17:29 -08:00
  • 07a8fe6a23
    Drop pre-C++11 alternatives (#1593) Billy Donahue 2025-01-10 18:17:00 -05:00
  • b4e88e35be valueToString: simplify lookup of special float name issue1591 Billy Donahue 2025-01-08 22:33:40 -05:00
  • a888632781 Assume C++11 Billy Donahue 2025-01-08 22:06:28 -05:00
  • dbff9dba38 feat: support std::string_view in Value API Lev Kandel 2024-12-08 18:14:56 +00:00
  • dca8a24cf8
    Fix comparison warnings caused by 54fc4e2 (#1575) Jens Mertelmeyer 2024-12-05 07:28:16 +01:00
  • 04778f3a48
    Merge branch 'master' into fix_comparison_warning Jordan Bayles 2024-12-02 23:19:42 -08:00
  • 3f86349128
    Fix name of static library when targeting MinGW. (#1579) Markus Mützel 2024-12-03 08:19:05 +01:00
  • d2f141ce80
    Merge branch 'master' into fix_comparison_warning Jordan Bayles 2024-12-02 23:18:35 -08:00
  • 33dbf0ecdc
    Merge branch 'master' into findType Jordan Bayles 2024-12-02 23:17:40 -08:00
  • d350f82862
    Merge branch 'master' into mingw Jordan Bayles 2024-12-02 23:16:56 -08:00
  • 2b3815c90d
    the cgi module was removed from Python3.13 (#1578) Alexandre Detiste 2024-12-03 08:00:25 +01:00
  • 62ea371df1 Fix name of static library when targeting MinGW. Markus Mützel 2024-11-19 15:29:47 +01:00
  • 6b25a7313d the cgi module was removed from Python3.13 Alexandre Detiste 2024-11-15 07:59:11 +01:00
  • c59d81bf16
    Only MSVC have extra suffix for static lib Raed Rizqie 2024-11-10 23:12:58 +08:00
  • fdf2c00af3 Fix comparison warnings caused by 54fc4e2 Jens Mertelmeyer 2024-10-16 11:53:09 +02:00
  • 68729c36ea Added Value::findType with String key Jake Stinson 2024-10-13 11:49:15 +01:00
  • 5d634a519d clang-format qiwei 2024-10-06 15:40:01 +08:00
  • 30ce8e1fa7 clang format qiwei 2024-10-06 13:30:02 +08:00
  • 8eff94f5a9
    Merge branch 'master' into performance-optimization qiwei 2024-10-06 12:21:34 +08:00
  • 58a0d130c2 performance optimization qiwei 2024-10-06 01:57:15 +08:00
  • b40abfb84d update read from streams example Heginio Jr Taeza 2024-10-01 07:58:14 -07:00
  • bd25fc5ea0
    fix(build): remove check_required_components for meson build (#1570) Rui Chen 2024-09-30 18:23:00 -04:00
  • 8d9109992e
    fix(build): remove check_required_components for meson build Rui Chen 2024-09-19 15:10:21 -04:00
  • 8214f717e7
    Fix typo in JSONCPP_USE_SECURE_MEMORY vs JSONCPP_USING_SECURE_MEMORY (#1567) Jacek Galowicz 2024-09-12 19:58:39 +02:00
  • a5b69ef359 Fix typo in JSONCPP_USE_SECURE_MEMORY vs JSONCPP_USING_SECURE_MEMORY Jacek Galowicz 2024-09-12 10:26:35 +02:00
  • 07e3d1b076
    Fix deallocate for working on old compiers (#1478) Pavel Tsynk 2024-09-12 07:43:25 +07:00
  • 71efbc578b
    Merge branch 'master' into fix_secure_allocator_for_old_compilers Jordan Bayles 2024-09-11 17:41:33 -07:00
  • 5d382a790d
    Merge branch 'master' into fix_decimal_separator Jordan Bayles 2024-09-11 17:40:00 -07:00
  • 4dea76dfaf
    Merge branch 'master' into master Jordan Bayles 2024-09-11 17:17:22 -07:00
  • be57b8ed52
    Merge branch 'master' into patch-2 Jordan Bayles 2024-09-11 17:15:20 -07:00
  • fa99e20785
    Merge branch 'master' into fix-cmake Jordan Bayles 2024-09-11 17:14:21 -07:00
  • c036cc82ba
    Merge branch 'master' into bzlmod Jordan Bayles 2024-09-11 17:11:59 -07:00
  • 97f3d86604
    Merge branch 'master' into patch-1 Jordan Bayles 2024-09-11 17:10:49 -07:00
  • a492e1aa0c
    Merge branch 'master' into master Jordan Bayles 2024-09-11 17:08:44 -07:00
  • 871f0cc43b
    Release 1.9.6 and move versions to 1.9.7 (#1566) Jordan Bayles 2024-09-11 17:01:27 -07:00
  • 0eed7840d0 Merge branch '1.9.7' of github.com:open-source-parsers/jsoncpp into 1.9.7 Jordan Bayles 2024-09-11 16:59:20 -07:00
  • 611a5c91ea remove log.txt Jordan Bayles 2024-09-11 16:58:52 -07:00
  • 30b6f4b5f9
    Merge branch 'master' into 1.9.7 Jordan Bayles 2024-09-11 16:58:30 -07:00
  • 443f3dfbbc Release 1.9.6 and move versions to 1.9.7 Jordan Bayles 2024-09-11 16:57:42 -07:00
  • 54fc4e28ed
    json_value.cpp bug in the edges of uint/int (#1519) YaalLek 2024-09-12 02:53:22 +03:00
  • dbf7243f4b
    Merge branch 'master' into patch-1 Jordan Bayles 2024-09-11 16:51:27 -07:00
  • cf8a11eab9
    Merge branch 'master' into master Jordan Bayles 2024-09-11 16:49:57 -07:00
  • fd22e2a389
    Merge branch 'master' into pvs-studio-fix-05-09-2020 Jordan Bayles 2024-09-11 16:49:41 -07:00
  • 76ff1db84d
    Fixes PreventInSourceBuilds.cmake to work with add_subdirectory (#1383) Paolo Monteverde 2024-09-12 01:47:59 +02:00
  • 563e706afa
    Merge branch 'master' into master Jordan Bayles 2024-09-11 16:45:35 -07:00
  • 298ca1eab4 Run clang tidy YaalLek 2024-09-10 10:12:27 +03:00
  • bea8350346
    Merge branch 'open-source-parsers:master' into patch-1 YaalLek 2024-09-10 10:09:29 +03:00
  • a2df4b8783
    Merge branch 'master' into fix_secure_allocator_for_old_compilers Pavel Tsynk 2024-09-10 12:11:53 +07:00
  • 89e2973c75
    Don't use build dir build interfaces (#1419) 1.9.6 Scotty1701 2024-09-09 20:18:29 -07:00
  • bbbe9cbd7f
    Merge branch 'master' into correct_build_interfaces Jordan Bayles 2024-09-09 20:15:53 -07:00
  • 1197f03e6d
    Merge branch 'master' into patch-1 Jordan Bayles 2024-09-09 20:15:26 -07:00
  • 1a4df76561
    Merge branch 'master' into patch-2 Jordan Bayles 2024-09-09 20:14:59 -07:00
  • 7f36cdb3ea
    Added Value::find with String key (#1467) Timofey 2024-09-10 10:14:36 +07:00
  • 2067f66d66
    cmake export configuration: allow repeating find_package(jsoncpp) calls (#1491) zeroxia 2024-09-10 11:14:17 +08:00
  • 62cd357e7a
    Merge branch 'master' into value_find_String_key Jordan Bayles 2024-09-09 20:12:31 -07:00
  • 68035d34d5
    Merge branch 'master' into fix_cmake_double_find Jordan Bayles 2024-09-09 20:12:23 -07:00
  • 3aa1192a00
    Introduce CharReaderBuilder::ecma404Mode (#1333) Alex Beregszaszi 2024-09-10 05:11:44 +02:00
  • 0576e343b6
    Merge branch 'master' into ecma404mode Jordan Bayles 2024-09-09 20:09:51 -07:00
  • 99e8ca69b1
    meson.build: fix the version number (#1432) Rudi Heitbaum 2024-09-10 13:09:10 +10:00
  • 162ead383d
    include/json/value.h is changed (#1462) Kerem TAN 2024-09-10 06:08:55 +03:00
  • 4b1bd4405e
    Create a jsoncppConfig.cmake file, even if building under meson (#1486) Woodrow Douglass 2024-09-09 23:08:12 -04:00
  • 8e041a0992
    Merge branch 'master' into master Jordan Bayles 2024-09-09 20:07:16 -07:00
  • 80f36ca65d
    Merge branch 'master' into patch-1 Jordan Bayles 2024-09-09 20:07:08 -07:00
  • ec70b8d691
    Merge branch 'master' into cmake-meson-shim Jordan Bayles 2024-09-09 20:06:45 -07:00
  • f459022786
    Update CMakeLists.txt (#1528) matthieugleg 2024-09-10 05:06:22 +02:00
  • 1577a34c83
    Merge branch 'master' into master Jordan Bayles 2024-09-09 20:06:02 -07:00
  • fffa35157a
    Merge branch 'master' into cmake-meson-shim Jordan Bayles 2024-09-09 20:05:47 -07:00
  • eec058cb3d Fix codestyle Petukhov Timofey 2024-09-10 10:04:27 +07:00
  • c2d3331192
    Merge branch 'master' into master Jordan Bayles 2024-09-09 20:04:17 -07:00
  • fa0dff18fd
    Protect target JsonCpp::JsonCpp against multi-include (#1435) Roelof Oomen 2024-09-10 05:02:24 +02:00