Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/miloyip/rapidjson.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-08-23Update dtoa.hHEADmasterjwillcox-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
2022-05-19Avoid exit-time destructors.Peter Kasting
2022-05-19Avoid exit-time destructors.Peter Kasting
2022-05-16encdedstreamtest: fix use-after-free compile error with gcc-12Tom Briden
2022-05-16valuetest: fix potential write of terminating nul past the end of the destina...Tom Briden
2022-04-06Merge pull request #2008 from agate-pris/access-to-allocator-typesMilo Yip
2022-04-06Merge pull request #2014 from lazydroid/dev/lenik/fix_shadowed_variablesMilo Yip
2022-04-06fix shadowed variable, take 2Leonid Terenin
2022-04-06fix shadowed variableLeonid Terenin
2022-03-18Allow access to the template parameter StackAllocator in the GenericDocumentagate-pris
2022-03-18Allow the macro RAPIDJSON_DEFAULT_STACK_ALLOCATOR to be used in any namespaceagate-pris
2022-03-18Allow the macro RAPIDJSON_DEFAULT_ALLOCATOR to be used in any namespaceagate-pris
2022-03-09Merge pull request #1969 from MalcolmTyrrell/MalcolmTyrrell/sanitizeSchemaCodeMilo Yip
2022-03-08Merge pull request #1989 from adamcalhoon/really-fix-placement-new-alignmentMilo Yip
2022-02-09Fix the alignment of placement new buffer for GenericValue.Adam Calhoon
2022-02-09Merge pull request #1988 from Tencent/revert-1987-fix-placement-new-alignmentMilo Yip
2022-02-09Revert "Fix the alignment of placement new buffer for GenericValue."Milo Yip
2022-02-09Merge pull request #1987 from adamcalhoon/fix-placement-new-alignmentMilo Yip
2022-02-08Fix the alignment of placement new buffer for GenericValue.Adam Calhoon
2021-11-24Merge pull request #1944 from ilelann/patch-1Milo Yip
2021-11-17Sanitize the code in schema.hMalcolm Tyrrell
2021-10-31Merge pull request #1961 from jedwardsol/issue1960_arm64ec_intrinsicMilo Yip
2021-10-30use softintrin on arm64ecjedwards
2021-10-15Merge pull request #1949 from ardb-uk/masterMilo Yip
2021-10-12Merge pull request #1 from ardb-uk/ardb-uk-patch-1ardb-uk
2021-10-12Merge pull request #2 from ardb-uk/ardb-uk-patch-1-1ardb-uk
2021-10-12Add files via uploadardb-uk
2021-10-12Resolve issue 1948ardb-uk
2021-10-02Support CMake none targetsIvan Le Lann
2021-09-24Merge pull request #1940 from smhdfdl/issue-1924Milo Yip
2021-09-24fix the warningSteve Hanson
2021-09-24Merge pull request #1941 from DiamondI/patch-1Milo Yip
2021-09-24typo on documentation dom.zh-cn.md: "己于" -> "已于"Andrew
2021-09-23Merge branch 'master' of https://github.com/Tencent/rapidjsonSteve Hanson
2021-08-13Merge pull request #1926 from Kyrega/masterMilo Yip
2021-08-10Correct WIStreamWrapperKyrega
2021-08-10No default template parameter for older compilersKyrega
2021-08-10No default template parameter for older compilersKyrega
2021-08-10Use rapidjson internal::SelectIfKyrega
2021-08-10Do not depend on c++11 conditionalKyrega
2021-08-10Using unsigned for WIStreamWrapperKyrega
2021-08-10Added typenameKyrega