1. 24b5e7a Fix out of bounds read with kParseValidateEncodingFlag by Mikhail Khachayants · 11 months ago master
  2. b1c0c28 CMakeLists: include path fix + compatibility. by Aikawa Yataro · 11 months ago
  3. d621dc9 Fix parsing 0.184467440737095516159 with kParseFullPrecisionFlag by Mikhail Khachayants · 1 year ago
  4. 58c6938 Guard against max being macros in schema.h by SilverPlate3 · 1 year, 1 month ago
  5. 9b5cad1 Cpp version depended if constexpr schema.h by SilverPlate3 · 1 year, 1 month ago
  6. 535636a Cpp depended if constexpr pointer.h by SilverPlate3 · 1 year, 1 month ago
  7. ebd87cb Increase CMake minimum version to 3.5 (fixes #2159) by Christian Fersch · 1 year, 1 month ago
  8. 858451e Fix endif condition to match `NOT MSVC and VALGRIND_FOUND`. by RedContritio · 1 year, 3 months ago
  9. 815e6e7 add test for sso optimized string by Dmitriy Tretyakov · 1 year, 3 months ago
  10. 805d7ed Fix issue 2307 by Dmitriy Tretyakov · 1 year, 3 months ago
  11. 7c73dd7 Fix bug when parsing NaN, Inf with fraction or exponent parts (fixes #2299) by Eyizoha · 1 year, 5 months ago
  12. ab1842a rapidjson.h: add forgotten ppc64 case by Sergey Fedorov · 1 year, 9 months ago
  13. 5ec44fb Add RAPIDJSON_BUILD_CXX20 option by Brian Rogers · 1 year, 10 months ago
  14. 676d99d fix Visual Studio 2022 (using /std:c++20) warning warning C5232: in C++20 this comparison calls ... recursively by Gilles Vollant · 1 year, 10 months ago
  15. 68afb49 tests: Only run valgrind tests if valgrind was found by Richard W.M. Jones · 1 year, 10 months ago
  16. 3f73eda Fix static_cast in regex.h by Dylan Burr · 1 year, 11 months ago
  17. 5a74efa Fix comparision of two doubles by Esther Wang · 1 year, 11 months ago
  18. 060a09a Fix schema regex preprocessor include logic by Bryant Ferguson · 1 year, 11 months ago
  19. 6089180 Use correct format for printf by Esther Wang · 2 years, 1 month ago
  20. f9d5341 Add Hasher tests for objects where key eq value by Aikawa Yataro · 2 years, 3 months ago
  21. 6f79698 Fix swapped high and low offset basis values by Aikawa Yataro · 2 years, 3 months ago
  22. eee82cb Fix object hashing in schema by Aikawa Yataro · 2 years, 3 months ago
  23. b4a6da3 unit tests for 'Stringify NaN, Inf as null' by Jeroen Doggen · 2 years, 3 months ago
  24. e7b6e5a Fix: 'Stringify NaN, Inf as null' by Jeroen Doggen · 2 years, 3 months ago
  25. 476ffa2 Rename to fix allocator shadowing by Albert Hung (Embedded) · 2 years, 4 months ago
  26. 5e17dbe Eliminate old style cast warning by Albert Hung · 2 years, 5 months ago
  27. 956063d Fixing printf format warning by Albert Hung · 2 years, 5 months ago
  28. 30f5456 Merge pull request #1901 from JackBoosY/master by Milo Yip · 2 years, 5 months ago
  29. 516d047 Remove empty cross-reference in comment by Albert Hung · 2 years, 5 months ago
  30. 52dd947 Merge branch 'master' into pr/1901 by miloyip · 2 years, 5 months ago
  31. a95e013 Stringify NaN, Inf as null if needs by Jihadist · 2 years, 6 months ago
  32. 973dc9c Avoid ptrdiff between pointers to different allocations by Leonard Chan · 2 years, 8 months ago
  33. 2a1f586 Check for __GNUC__ definition by Albert Hung · 2 years, 8 months ago
  34. 0e88d5e Eliminate missing prototypes warning by Albert Hung · 2 years, 8 months ago
  35. 949c771 Resolve conflict with Windows header about max macro by Flaviu_ · 2 years, 9 months ago
  36. 083f359 CMakeLists: fix optflags for ppc by Sergey Fedorov · 2 years, 10 months ago
  37. 012be85 Use passed in allocator. by supperpiccle · 3 years ago
  38. 1ce516e Suppress uritest by Steve Hanson · 3 years ago
  39. 778dc8b fix #1 by Steve Hanson · 3 years ago
  40. 76281ff fix a typo in error.h: literial -> literal by Tana0910 · 3 years ago
  41. a98e999 do not define operator!= in C++20 by Kent Ross · 3 years ago
  42. b08672d review comment updates by Steve Hanson · 3 years ago
  43. 55eca66 code & tests for openapi 2.0 & 3.0 suppprt by Steve Hanson · 3 years ago
  44. 80b6d1c small corrections for schema.h by Steve Hanson · 3 years, 1 month ago
  45. 97fd830 attempt to fix SEH by Steve Hanson · 3 years, 1 month ago
  46. 7cad78e tidy up after merge from master by Steve Hanson · 3 years, 1 month ago
  47. 794248e fix build break by Steve Hanson · 3 years, 1 month ago
  48. 2d87923 remove unnecessary templating from schema tests by Steve Hanson · 3 years, 1 month ago
  49. aa1f222 correct address.json so tests pass by Steve Hanson · 3 years, 1 month ago
  50. ecb8d9e add dump of unexpected schema errors in schematest.cpp by Steve Hanson · 3 years, 1 month ago
  51. 89f6717 corrections by Steve Hanson · 3 years, 1 month ago
  52. 338d8de initial by Steve Hanson · 3 years, 1 month ago
  53. 06d58b9 Update dtoa.h by jwillcox-telework · 3 years, 4 months ago
  54. 22a62fc Update allocators.h by jwillcox-telework · 3 years, 4 months ago
  55. 27c3a8d docs: fix simple typo, perecent -> percent by Tim Gates · 3 years, 6 months ago
  56. 232389d delete unused variable by Kent Ross · 3 years, 7 months ago
  57. 64faab2 gate definition of symmetric equality operators on impl, not lib by Kent Ross · 3 years, 7 months ago
  58. 719304b fixes for natvis by Johnny Shaw · 3 years, 8 months ago
  59. dd3f730 Make schema dtor robust against exceptions by Johnny Shaw · 3 years, 8 months ago
  60. 781a4e6 Try to fix MSVC build. by Peter Kasting · 3 years, 8 months ago
  61. 88f8ddd Include conceptual change from PR 2001. by Peter Kasting · 3 years, 8 months ago
  62. 4695953 Avoid exit-time destructors. by Peter Kasting · 3 years, 8 months ago
  63. 0390b1a Avoid exit-time destructors. by Peter Kasting · 3 years, 8 months ago
  64. 2b2c804 encdedstreamtest: fix use-after-free compile error with gcc-12 by Tom Briden · 3 years, 8 months ago
  65. 1f59c69 valuetest: fix potential write of terminating nul past the end of the destination by Tom Briden · 3 years, 8 months ago
  66. 3445e15 Merge branch 'master' into master by Jack·Boos·Yu · 3 years, 8 months ago
  67. fcb23c2 Merge pull request #2008 from agate-pris/access-to-allocator-types by Milo Yip · 3 years, 9 months ago
  68. bdc49ad Merge pull request #2014 from lazydroid/dev/lenik/fix_shadowed_variables by Milo Yip · 3 years, 9 months ago
  69. 6b50098 fix shadowed variable, take 2 by Leonid Terenin · 3 years, 9 months ago
  70. 3988c5e fix shadowed variable by Leonid Terenin · 3 years, 9 months ago
  71. 386d31a Allow access to the template parameter StackAllocator in the GenericDocument by agate-pris · 3 years, 10 months ago
  72. 79d7a44 Allow the macro RAPIDJSON_DEFAULT_STACK_ALLOCATOR to be used in any namespace by agate-pris · 3 years, 10 months ago
  73. 9965ab3 Allow the macro RAPIDJSON_DEFAULT_ALLOCATOR to be used in any namespace by agate-pris · 3 years, 10 months ago
  74. 8261c1d Merge pull request #1969 from MalcolmTyrrell/MalcolmTyrrell/sanitizeSchemaCode by Milo Yip · 3 years, 10 months ago
  75. 0d78b1c Merge pull request #1989 from adamcalhoon/really-fix-placement-new-alignment by Milo Yip · 3 years, 10 months ago
  76. 1dff2ab Fix the alignment of placement new buffer for GenericValue. by Adam Calhoon · 3 years, 11 months ago
  77. e4bde97 Merge pull request #1988 from Tencent/revert-1987-fix-placement-new-alignment by Milo Yip · 3 years, 11 months ago
  78. 88bbd87 Revert "Fix the alignment of placement new buffer for GenericValue." by Milo Yip · 3 years, 11 months ago
  79. bf8ca5d Merge pull request #1987 from adamcalhoon/fix-placement-new-alignment by Milo Yip · 3 years, 11 months ago
  80. 5b242b6 Fix the alignment of placement new buffer for GenericValue. by Adam Calhoon · 3 years, 11 months ago
  81. fd3dc29 Merge pull request #1944 from ilelann/patch-1 by Milo Yip · 4 years, 1 month ago
  82. 53602ec Sanitize the code in schema.h by Malcolm Tyrrell · 4 years, 2 months ago
  83. 0d4517f Merge pull request #1961 from jedwardsol/issue1960_arm64ec_intrinsic by Milo Yip · 4 years, 2 months ago
  84. 060c348 use softintrin on arm64ec by jedwards · 4 years, 2 months ago
  85. 4d6cb08 Merge pull request #1949 from ardb-uk/master by Milo Yip · 4 years, 3 months ago
  86. 033bef3 Merge pull request #1 from ardb-uk/ardb-uk-patch-1 by ardb-uk · 4 years, 3 months ago
  87. befba39 Merge pull request #2 from ardb-uk/ardb-uk-patch-1-1 by ardb-uk · 4 years, 3 months ago
  88. 4bbaf28 Add files via upload by ardb-uk · 4 years, 3 months ago
  89. 14f1e37 Resolve issue 1948 by ardb-uk · 4 years, 3 months ago
  90. e6736d1 Support CMake none targets by Ivan Le Lann · 4 years, 3 months ago
  91. 2e8f5d8 Merge pull request #1940 from smhdfdl/issue-1924 by Milo Yip · 4 years, 3 months ago
  92. 9ea3f45 fix the warning by Steve Hanson · 4 years, 3 months ago
  93. b9ae249 Merge pull request #1941 from DiamondI/patch-1 by Milo Yip · 4 years, 3 months ago
  94. 553a3ea typo on documentation dom.zh-cn.md: "己于" -> "已于" by Andrew · 4 years, 3 months ago
  95. 864e44a Merge branch 'master' of https://github.com/Tencent/rapidjson by Steve Hanson · 4 years, 3 months ago
  96. 00dbcf2 Merge pull request #1926 from Kyrega/master by Milo Yip · 4 years, 5 months ago
  97. 22ee8b0 Correct WIStreamWrapper by Kyrega · 4 years, 5 months ago
  98. a3d52c7 No default template parameter for older compilers by Kyrega · 4 years, 5 months ago
  99. 19b55c9 No default template parameter for older compilers by Kyrega · 4 years, 5 months ago
  100. 128b103 Use rapidjson internal::SelectIf by Kyrega · 4 years, 5 months ago