- ca98c98 Add a BUILD.bazel file for //example. (#1602) by bcsgh · 10 weeks ago master
- 037752d Set up for Bazel module builds. (#1597) by bcsgh · 2 months ago
- ba00447 Added Value::findType with String key (#1574) by SwintonStreet · 4 months ago
- 60ccc1f feat: support std::string_view in Value API (#1584) by evalon32 · 4 months ago
- 07a8fe6 Drop pre-C++11 alternatives (#1593) by Billy Donahue · 4 months ago
- dca8a24 Fix comparison warnings caused by 54fc4e2 (#1575) by Jens Mertelmeyer · 6 months ago
- 3f86349 Fix name of static library when targeting MinGW. (#1579) by Markus Mützel · 6 months ago
- 2b3815c the cgi module was removed from Python3.13 (#1578) by Alexandre Detiste · 6 months ago
- bd25fc5 fix(build): remove `check_required_components` for meson build (#1570) by Rui Chen · 8 months ago
- 8214f71 Fix typo in JSONCPP_USE_SECURE_MEMORY vs JSONCPP_USING_SECURE_MEMORY (#1567) by Jacek Galowicz · 8 months ago
- 07e3d1b Fix deallocate for working on old compiers (#1478) by Pavel Tsynk · 8 months ago
- 871f0cc Release 1.9.6 and move versions to 1.9.7 (#1566) by Jordan Bayles · 8 months ago
- 54fc4e2 json_value.cpp bug in the edges of uint/int (#1519) by YaalLek · 8 months ago
- 76ff1db Fixes PreventInSourceBuilds.cmake to work with add_subdirectory (#1383) by Paolo Monteverde · 8 months ago
- 89e2973 Don't use build dir build interfaces (#1419) by Scotty1701 · 9 months ago 1.9.6
- 7f36cdb Added Value::find with String key (#1467) by Timofey · 9 months ago
- 2067f66 cmake export configuration: allow repeating find_package(jsoncpp) calls (#1491) by zeroxia · 9 months ago
- 3aa1192 Introduce CharReaderBuilder::ecma404Mode (#1333) by Alex Beregszaszi · 9 months ago
- 99e8ca6 meson.build: fix the version number (#1432) by Rudi Heitbaum · 9 months ago
- 162ead3 include/json/value.h is changed (#1462) by Kerem TAN · 9 months ago
- 4b1bd44 Create a jsoncppConfig.cmake file, even if building under meson (#1486) by Woodrow Douglass · 9 months ago
- f459022 Update CMakeLists.txt (#1528) by matthieugleg · 9 months ago
- fa0dff1 Protect target JsonCpp::JsonCpp against multi-include (#1435) by Roelof Oomen · 9 months ago
- 48d2e10 Opportunistically take advantage of C++20 move-in/out-of stringstream (#1457) by Bartosz Brachaczek · 9 months ago
- 2072e2b Use current source / binary dir when assuring out of source builds (#1527) by Lars Müller · 9 months ago
- fdb529b Move removeIndex's result instead of copying (#1516) by jedav · 9 months ago
- 8d1ea70 Update cmake.yml by Jordan Bayles · 9 months ago
- d13801e Update meson.yml (#1564) by Jordan Bayles · 9 months ago
- d791737 Create cmake.yml (#1563) by Jordan Bayles · 9 months ago
- a4a083c remove ccache micro management (#1448) by SpaceIm · 9 months ago
- 62f7f3e Add security policy (#1484) by Pedro Kaj Kjellerup Nacht · 9 months ago
- 742c645 Update readFromString.cpp (#1477) by Kapandaria · 9 months ago
- 31754ce Fixed setting JSONCPP_USE_SECURE_MEMORY definition (#1479) by Pavel Tsynk · 9 months ago
- 483f1c3 Fix compile on windows with clang (#1480) by Pavel Tsynk · 9 months ago
- c04c0c2 CharReader: Add StructuredError (#1409) by martinduffy1 · 9 months ago
- c857395 Update link in amalgamate.py (#1335) by NotWearingPants · 9 months ago
- d39b0df Bump CMake policy version to avoid deprecation warning (#1499) by Timo Röhling · 9 months ago
- fd1abe4 build(meson): use find_program('python3') (#1386) by Andrea Pappacoda · 9 months ago
- badbbc7 Update clang-format.yml by Jordan Bayles · 9 months ago
- caf5fb0 Update meson.yml (#1562) by Jordan Bayles · 9 months ago
- 57de64b Add code coverage (#1561) by Jordan Bayles · 9 months ago
- 78893d3 Update clang-format.yml by Jordan Bayles · 9 months ago
- 034976a add a valueToQuotedString overload (#1397) by Philip Top · 9 months ago
- e1a3c64 Fix asserts in Value::setComment (#1445) by vslashg · 9 months ago
- 3c2205c Fix out-of-bounds read. (#1503) by vslashg · 9 months ago
- 0a9b9d9 Fix a parser bug where tokens are misidentified as commas. (#1502) by vslashg · 9 months ago
- c3a9866 Update clang-format.yml by Jordan Bayles · 9 months ago
- 073ad7e Update meson.yml by Jordan Bayles · 9 months ago
- 65d92a4 Update meson.yml (#1554) by Jordan Bayles · 9 months ago
- ccea7db Clang format updates (#1560) by Jordan Bayles · 9 months ago
- 4290915 Update clang-format.yml by Jordan Bayles · 9 months ago
- cc28be0 Update clang-format.yml by Jordan Bayles · 9 months ago
- 255ebc5 Create clang-format.yml by Jordan Bayles · 9 months ago
- c8166dd add comment space directive (#1558) by Jordan Bayles · 9 months ago
- 73c9450 Delete .travis_scripts directory (#1556) by Jordan Bayles · 9 months ago
- d2a9495 Delete .travis.yml (#1557) by Jordan Bayles · 9 months ago
- 5c003ec Fix clang format issues (#1555) by Jordan Bayles · 9 months ago
- 6668fa5 Delete .github/workflows/c-cpp.yml by Jordan Bayles · 9 months ago
- 79ade90 Rename meson_build_and_run to meson.yml by Jordan Bayles · 9 months ago
- 01b11d2 Create meson_build_and_run (#1553) by Jordan Bayles · 9 months ago
- cd8173c Create c-cpp.yml by Jordan Bayles · 9 months ago
- 69098a1 Avoid using cmake glob vars if we are a subproject (#1459) by Mykola · 1 year, 11 months ago
- 3d9bf8e feat: adds front and back methods to Value type (#1458) by Jakob Widauer · 2 years ago
- 8190e06 Fix wrong usage of doxygen groups (#1417) by mwestphal · 2 years, 10 months ago
- 42e892d Use default rather than hard-coded 8 for maximum aggregate member alignment (#1378) by Jessica Clarke · 3 years, 4 months ago
- a1f1613 Fix various typos (#1350) by luzpaz · 3 years, 5 months ago
- 2d55c74 Parse large floats as infinity (#1349) (#1353) by Tero Kinnunen · 3 years, 5 months ago
- 5defb4e Merge pull request #1351 from open-source-parsers/drop-deprecation-warnings by Christopher Dunn · 3 years, 7 months ago 1.9.5
- c4904b2 Bump micro version by Christopher Dunn · 3 years, 7 months ago
- 54a5432 Drop compile-time deprecation warning by Christopher Dunn · 3 years, 7 months ago
- b22302e Merge pull request #1347 from fjtrujy/position_independent_code by Christopher Dunn · 3 years, 7 months ago
- 29f9853 Fix cmake config for POSITION_INDEPENDENT_CODE enabling it just when BUILD_SHARED_LIBS is ON by Francisco Javier Trujillo Mata · 3 years, 7 months ago
- fa747b1 clang-format is not available by default by Christopher Dunn · 3 years, 7 months ago
- 94a6220 Document skipBom in CharReaderBuilder (#1332) by Alex Beregszaszi · 3 years, 8 months ago
- c39fbda minor fix for code examples (#1317) by Jack Ullery · 3 years, 10 months ago
- 65bb1b1 CMake: Remove ancient version checks (#1299) by Frank Dana · 4 years ago
- 375a111 Add support for Bazel build system (#1275) by Mariusz Glebocki · 4 years, 1 month ago
- 5fabc5e conversion errors only if warnings as errors enabled (#1284) by SpaceIm · 4 years, 1 month ago
- ed1ab7a Avoid getline(s, EOF) by Christopher Dunn · 4 years, 1 month ago
- bb34617 Merge branch 'cmake-config-improvements' #1271 by Christopher Dunn · 4 years, 1 month ago
- 993e4e2 - isolated namespace targets into separate file by Sergey Rachev · 4 years, 1 month ago
- 2af4a4c - workaround for CMake < 3.18 ALIAS target limitation to not point to non-GLOBAL IMPORTED target by Sergey Rachev · 4 years, 1 month ago
- a3914b7 - narrowed lines to be aligned with overall file line width by Sergey Rachev · 4 years, 1 month ago
- cee42e0 - empty line at end of file by Sergey Rachev · 4 years, 1 month ago
- 62f3e03 - declare namespaced export target to simplify the library usage by Sergey Rachev · 4 years, 1 month ago
- b640795 - exported targets go to separate generated file and package config file generated from template to use automatic package resolving and resolution logic by Sergey Rachev · 4 years, 1 month ago
- 94cda30 Rearrange Comments::set (#1278) by Billy Donahue · 4 years, 2 months ago
- 1ee39a6 add comment for emitUTF8 in header by PinkD · 4 years, 3 months ago
- b1bd848 fix sign-conversion warning (#1268) by Billy Donahue · 4 years, 3 months ago
- 09c5ecd only append _static suffix for microsoft toolchains by Sven Köhler · 4 years, 3 months ago
- fda274d Fix Value::resize to fill all array elements (#1265) by Billy Donahue · 4 years, 3 months ago
- da9e17d allow selection of Windows MSVC runtime by Yixing Lao · 4 years, 4 months ago
- ac28702 Fixed pkg-config Version by Derick Vigne · 4 years, 4 months ago
- c9a9762 minor fixes for 64 bits and refactor code by GermanAizek · 4 years, 4 months ago
- eab8ebe Disable also Visual Studio warning C4275 (std::exception used as base class in dll-interface class) when building as DLL and JSONCPP_DISABLE_DLL_INTERFACE_WARNING is defined. by Riccardo Corsi · 4 years, 5 months ago
- fe9663e `Json::ValueIterator` operators `*` and `->` need to be const by Billy Donahue · 4 years, 5 months ago
- 5c4219b Update version in dox by Christopher Dunn · 4 years, 5 months ago
- be4a512 Remove trailing space characters (#1256) by Christopher Dunn · 4 years, 5 months ago
- 9409824 Fix a precision bug of valueToString, prevent to give an error result… (#1246) by Lei · 4 years, 5 months ago
- 8954092 ENH: Prevent cmake in source builds (#1091) by Hans Johnson · 4 years, 7 months ago