Commit Graph

  • 832d4b47ba
    Merge 8b8dc99b775b3992052aede154ba0f0d3c045898 into 037752d9a1e48c8b7e5a62ee895a352166df03e3 qiwei 2025-03-12 16:18:57 -07:00
  • e8cafdce90
    Merge e97b2b2a5c42e5c99c01dc2f96286f9bf0fa0c97 into 037752d9a1e48c8b7e5a62ee895a352166df03e3 nv-jdeligiannis 2025-03-12 16:18:00 -07:00
  • e97b2b2a5c
    Merge branch 'master' into master Jordan Bayles 2025-03-12 16:17:57 -07:00
  • b781e8032a
    Merge 94f152714bc467042e2e8545b0c51c1a5c3675de into 037752d9a1e48c8b7e5a62ee895a352166df03e3 Jordan Bayles 2025-03-12 23:15:18 +00: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) master 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
  • 0b86b1d82e
    Merge 4dea76dfafd4542e308258252bbae31f07578e7a into ba004477a6f260dedbe6ef6470b3760192e8d232 TTF2050 2025-01-16 19:58:20 +01: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
  • 64acf6dab8
    Merge b40abfb84dc7542c49135328ad9640ef6d1b3033 into ba004477a6f260dedbe6ef6470b3760192e8d232 Heginio Jr Taeza 2025-01-12 18:45:25 +07: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
  • 3bd7558643
    Merge branch 'master' into multiincludefix Jordan Bayles 2024-09-09 20:00:25 -07:00
  • 48d2e106a7
    Opportunistically take advantage of C++20 move-in/out-of stringstream (#1457) Bartosz Brachaczek 2024-09-10 05:00:06 +02:00
  • b37707049b
    Merge branch 'master' into write-string Jordan Bayles 2024-09-09 19:56:53 -07:00
  • 2072e2b4e3
    Use current source / binary dir when assuring out of source builds (#1527) Lars Müller 2024-09-10 04:56:37 +02:00
  • c985980641
    Merge branch 'master' into master Jordan Bayles 2024-09-09 19:54:13 -07:00
  • fdb529bd06
    Move removeIndex's result instead of copying (#1516) jedav 2024-09-09 19:53:56 -07:00
  • fba97874e2
    Merge branch 'master' into fast_removeindex Jordan Bayles 2024-09-09 19:33:14 -07:00
  • dcd7aeac14
    Merge branch 'master' into master Jordan Bayles 2024-09-09 19:08:33 -07:00
  • 8d1ea7054f
    Update cmake.yml Jordan Bayles 2024-09-09 19:07:04 -07:00
  • d13801e832
    Update meson.yml (#1564) Jordan Bayles 2024-09-09 19:06:30 -07:00