aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-04-09rapidjson.h: add forgotten ppc64 caseupstream-masterSergey Fedorov
2024-03-08Add RAPIDJSON_BUILD_CXX20 optionBrian Rogers
2024-03-08fix Visual Studio 2022 (using /std:c++20) warning warning C5232: in C++20 thi...Gilles Vollant
2024-03-07tests: Only run valgrind tests if valgrind was foundRichard W.M. Jones
2024-02-09Fix static_cast in regex.hDylan Burr
2024-02-09Fix comparision of two doublesEsther Wang
2024-02-09Fix schema regex preprocessor include logicBryant Ferguson
2023-12-06Use correct format for printfEsther Wang
2023-09-28Add Hasher tests for objects where key eq valueAikawa Yataro
2023-09-28Fix swapped high and low offset basis valuesAikawa Yataro
2023-09-28Fix object hashing in schemaAikawa Yataro
2023-09-21unit tests for 'Stringify NaN, Inf as null'Jeroen Doggen
2023-09-21Fix: 'Stringify NaN, Inf as null'Jeroen Doggen
2023-08-21Rename to fix allocator shadowingAlbert Hung (Embedded)
2023-08-17Eliminate old style cast warningAlbert Hung
2023-08-15Fixing printf format warningAlbert Hung
2023-08-14Merge pull request #1901 from JackBoosY/masterMilo Yip
2023-08-14Remove empty cross-reference in commentAlbert Hung
2023-08-14Merge branch 'master' into pr/1901miloyip
2023-07-17Stringify NaN, Inf as null if needsJihadist
2023-05-17Avoid ptrdiff between pointers to different allocationsLeonard Chan
2023-05-10Check for __GNUC__ definitionAlbert Hung
2023-05-09Eliminate missing prototypes warningAlbert Hung
2023-04-07Resolve conflict with Windows header about max macroFlaviu_
2023-03-06CMakeLists: fix optflags for ppcSergey Fedorov
2023-01-12Use passed in allocator.supperpiccle
2023-01-05Suppress uritestSteve Hanson
2023-01-05fix #1Steve Hanson
2023-01-04fix a typo in error.h: literial -> literalTana0910
2022-12-19do not define operator!= in C++20Kent Ross
2022-12-19review comment updatesSteve Hanson
2022-12-19code & tests for openapi 2.0 & 3.0 suppprtSteve Hanson
2022-12-01small corrections for schema.hSteve Hanson
2022-12-01attempt to fix SEHSteve Hanson
2022-12-01tidy up after merge from masterSteve Hanson
2022-12-01fix build breakSteve Hanson
2022-12-01remove unnecessary templating from schema testsSteve Hanson
2022-12-01correct address.json so tests passSteve Hanson
2022-12-01add dump of unexpected schema errors in schematest.cppSteve Hanson
2022-12-01correctionsSteve Hanson
2022-12-01initialSteve Hanson
2022-08-23Update dtoa.hjwillcox-telework
2022-08-23Update allocators.hjwillcox-telework
2022-07-20docs: fix simple typo, perecent -> percentTim Gates
2022-05-24delete unused variableKent Ross
2022-05-24gate definition of symmetric equality operators on impl, not libKent Ross
2022-05-21fixes for natvisJohnny Shaw
2022-05-21Make schema dtor robust against exceptionsJohnny Shaw
2022-05-19Try to fix MSVC build.Peter Kasting
2022-05-19Include conceptual change from PR 2001.Peter Kasting