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