1. 8190e06 Fix wrong usage of doxygen groups (#1417) by mwestphal · 3 years ago master
  2. 42e892d Use default rather than hard-coded 8 for maximum aggregate member alignment (#1378) by Jessica Clarke · 3 years, 6 months ago
  3. a1f1613 Fix various typos (#1350) by luzpaz · 3 years, 7 months ago
  4. 2d55c74 Parse large floats as infinity (#1349) (#1353) by Tero Kinnunen · 3 years, 7 months ago
  5. 5defb4e Merge pull request #1351 from open-source-parsers/drop-deprecation-warnings by Christopher Dunn · 3 years, 9 months ago 1.9.5
  6. c4904b2 Bump micro version by Christopher Dunn · 3 years, 9 months ago
  7. 54a5432 Drop compile-time deprecation warning by Christopher Dunn · 3 years, 9 months ago
  8. b22302e Merge pull request #1347 from fjtrujy/position_independent_code by Christopher Dunn · 3 years, 9 months ago
  9. 29f9853 Fix cmake config for POSITION_INDEPENDENT_CODE enabling it just when BUILD_SHARED_LIBS is ON by Francisco Javier Trujillo Mata · 3 years, 9 months ago
  10. fa747b1 clang-format is not available by default by Christopher Dunn · 3 years, 9 months ago
  11. 94a6220 Document skipBom in CharReaderBuilder (#1332) by Alex Beregszaszi · 3 years, 10 months ago
  12. c39fbda minor fix for code examples (#1317) by Jack Ullery · 4 years ago
  13. 65bb1b1 CMake: Remove ancient version checks (#1299) by Frank Dana · 4 years, 1 month ago
  14. 375a111 Add support for Bazel build system (#1275) by Mariusz Glebocki · 4 years, 2 months ago
  15. 5fabc5e conversion errors only if warnings as errors enabled (#1284) by SpaceIm · 4 years, 2 months ago
  16. ed1ab7a Avoid getline(s, EOF) by Christopher Dunn · 4 years, 2 months ago
  17. bb34617 Merge branch 'cmake-config-improvements' #1271 by Christopher Dunn · 4 years, 2 months ago
  18. 993e4e2 - isolated namespace targets into separate file by Sergey Rachev · 4 years, 3 months ago
  19. 2af4a4c - workaround for CMake < 3.18 ALIAS target limitation to not point to non-GLOBAL IMPORTED target by Sergey Rachev · 4 years, 4 months ago
  20. a3914b7 - narrowed lines to be aligned with overall file line width by Sergey Rachev · 4 years, 4 months ago
  21. cee42e0 - empty line at end of file by Sergey Rachev · 4 years, 5 months ago
  22. 62f3e03 - declare namespaced export target to simplify the library usage by Sergey Rachev · 4 years, 5 months ago
  23. 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, 5 months ago
  24. 94cda30 Rearrange Comments::set (#1278) by Billy Donahue · 4 years, 4 months ago
  25. 1ee39a6 add comment for emitUTF8 in header by PinkD · 4 years, 5 months ago
  26. b1bd848 fix sign-conversion warning (#1268) by Billy Donahue · 4 years, 5 months ago
  27. 09c5ecd only append _static suffix for microsoft toolchains by Sven Köhler · 4 years, 6 months ago
  28. fda274d Fix Value::resize to fill all array elements (#1265) by Billy Donahue · 4 years, 5 months ago
  29. da9e17d allow selection of Windows MSVC runtime by Yixing Lao · 4 years, 6 months ago
  30. ac28702 Fixed pkg-config Version by Derick Vigne · 4 years, 6 months ago
  31. c9a9762 minor fixes for 64 bits and refactor code by GermanAizek · 4 years, 6 months ago
  32. 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, 7 months ago
  33. fe9663e `Json::ValueIterator` operators `*` and `->` need to be const by Billy Donahue · 4 years, 7 months ago
  34. 5c4219b Update version in dox by Christopher Dunn · 4 years, 6 months ago
  35. be4a512 Remove trailing space characters (#1256) by Christopher Dunn · 4 years, 6 months ago
  36. 9409824 Fix a precision bug of valueToString, prevent to give an error result… (#1246) by Lei · 4 years, 7 months ago
  37. 8954092 ENH: Prevent cmake in source builds (#1091) by Hans Johnson · 4 years, 8 months ago
  38. ceae0e3 Fix clang-tidy warnings (#1231) by Marcel Opprecht · 4 years, 8 months ago
  39. 30170d6 Fix c++20 compilation problem for clang10 and fix potential bug due to compiler optimization by Christian Ledergerber · 4 years, 9 months ago
  40. 5f4e104 Merge pull request #1229 from open-source-parsers/pypi by Christopher Dunn · 4 years, 9 months ago
  41. bb9db78 Do not allow failures on osx by Christopher Dunn · 4 years, 9 months ago pypi
  42. 1664b6b Try meson/ninja from pypi by Christopher Dunn · 4 years, 9 months ago
  43. 5d1cb30 clang-format by Christopher Dunn · 4 years, 9 months ago
  44. c60ebf7 test: ensure the version numbers agree by Ben Boeckel · 4 years, 10 months ago
  45. 72db276 version.h: fix the version number in the header by Ben Boeckel · 4 years, 10 months ago
  46. 9059f5c Roll version numbers for 1.9.4 release (#1223) by Jordan Bayles · 4 years, 10 months ago 1.9.4
  47. 45733df meson: Don't specifically look for python3 by Daniel Engberg · 5 years ago
  48. 5be07bd Fix generation of pkg-config file with absolute includedir/libdir. (#1199) by Ben Wolsieffer · 5 years ago
  49. bf0cfa5 hot fix for building static lib (#1203) by Chen · 5 years ago
  50. cfc1ad7 Enhance cmake script (#1197) by Chen · 5 years ago
  51. c8453d3 Delete nullptr Json::Value constructor (#1194) by nathanruiz · 5 years ago
  52. 632044a Billy donahue avoid isprint (#1191) by Billy Donahue · 5 years ago
  53. b3189a0 avoid isprint, because it is locale specific (#1189) by Billy Donahue · 5 years ago
  54. 9be5895 Issue 1182: Fix fuzzing bug (#1183) by Jordan Bayles · 5 years ago
  55. 6aba23f Fixes Oss-Fuzz issue: 21916 (#1180) by kabeer27 · 5 years ago 1.9.3
  56. c161f4a Escape control chars even if emitting UTF8 (#1178) by Billy Donahue · 5 years ago
  57. 75b360a spot fix #1171: isprint argument must be representable as unsigned char (#1173) by Billy Donahue · 5 years ago
  58. e36cff1 clang-tidy + any_of usage (#1171) by Rosen Penev · 5 years ago
  59. b8cb888 Added current dir specifier for PowerShell (#1169) by Edward Brey · 5 years ago
  60. d2d4c74 Update README.md and add dota17 to AUTHORS list. (#1168) by Chen · 5 years ago
  61. 8b7ea09 Bump soversion to 24 (#1167) by Chen · 5 years ago
  62. a4fb5db Put ".exe" and ".dll" together to make test usable in build dir. (#1166) by xkszltl · 5 years ago
  63. d517d59 Merge pull request #1165 from mrjoel/mrjoel/cmake-updates by Christopher Dunn · 5 years ago
  64. e9b0b96 Remove redundant cmake_minimum_required from example by Joel Johnson · 5 years ago
  65. 3f0d63b Use internal CMake compiler version directly by Joel Johnson · 5 years ago
  66. 524234e Use non-version checked add_compile_options by Joel Johnson · 5 years ago
  67. 9abf119 Remove unused CMake variable by Joel Johnson · 5 years ago
  68. 8a5e792 Add Clang support, be explicit about MSVC flags by Joel Johnson · 6 years ago
  69. 30eb5ce Check compiler using CMAKE_CXX_COMPILER_ID by Joel Johnson · 6 years ago
  70. 12ceb01 Always use consistent CXX_STANDARD by Joel Johnson · 6 years ago
  71. edc6239 Not needed to specify CMAKE_MACOSX_RPATH by Joel Johnson · 6 years ago
  72. 5a0152a Only set CMAKE_BUILD_TYPE for single config generators by Joel Johnson · 6 years ago
  73. c648b03 Consolidate setting of jsoncpp target properties by Joel Johnson · 5 years ago
  74. a3afd74 Don't use unique variable for postfix by Joel Johnson · 5 years ago
  75. 2cb16b3 allowBom -> skipBom (#1162) by Chen · 5 years ago
  76. 83946a2 Ignore byte order mark in the head of UTF-8 text. (#1149) by Chen · 5 years ago
  77. 91f1553 Make throwRuntimeError/throwLogicError print msg when built with JSON_USE_EXCEPTION=0 by bcsgh · 5 years ago
  78. 5813ab1 Merge branch 'fixup-tests' into 'master' (#1102) by Christopher Dunn · 5 years ago
  79. a0b8c3e Do not run colliding tests at same time by Christopher Dunn · 5 years ago
  80. b349221 Cleanup test configurations by Jordan Bayles · 6 years ago
  81. 9e23f66 Issue 1102: Fixup test suite, fix broken tests by Jordan Bayles · 6 years ago
  82. 411d88f Stop checking status; raise instead by Christopher Dunn · 5 years ago
  83. 1ff6bb6 ninja test by Christopher Dunn · 5 years ago
  84. 8b20b7a amalgamate: add version.h and allocator.h to the forwards header by Ben Boeckel · 6 years ago
  85. 2e54e8f adding myself to AUTHORS as per commits (#1109) by Stefano Fiorentino · 5 years ago
  86. 90ca694 clang-tidy fixes again (#1155) by Rosen Penev · 5 years ago
  87. 3beb37e revert trailing comma in old Reader (#1126) by Chen · 5 years ago
  88. dc180eb Remove '=delete' from template methods for Xcode 8 (#1133) by David Gobbi · 5 years ago
  89. a6fe8e2 Use ccache right (#1139) by Claus Klein · 5 years ago
  90. edf528e clang-tidy fixes again (#1087) by Rosen Penev · 5 years ago
  91. 6317f9a fix compile warnning using cmake (#1132) by Chen · 5 years ago
  92. 6bc55ec Meson updates (#1124) by David Seifert · 6 years ago
  93. f11611c json_writer: fix inverted sense in isAnyCharRequiredQuoting (#1120) by Andrew Childs · 6 years ago
  94. 8f7f35c Replace Raw Unicode in Testcase (#1127) by Chen · 6 years ago
  95. 7e5485a Add option JSONCPP_WITH_EXAMPLE (#1099) by theirix · 6 years ago
  96. 92d9025 fix Reader bug and add testcase (#1122) by Chen · 6 years ago
  97. d6c4a8f tweak to avoid implicit narrowing warning. (#1114) by Billy Donahue · 6 years ago
  98. a3c8642 Add test cases for Reader (#1108) by Chen · 6 years ago
  99. 2983f5a Run Clang-tidy with modernize-use-auto (#1077) by Chen · 6 years ago
  100. a0bd9ad Add an insert overload function (#1110) by Chen · 6 years ago