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-05-24gate definition of symmetric equality operators on impl, not libKent Ross
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-04-06Merge pull request #2008 from agate-pris/access-to-allocator-typesMilo 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-02-09Fix the alignment of placement new buffer for GenericValue.Adam Calhoon
2021-11-17Sanitize the code in schema.hMalcolm Tyrrell
2021-10-30use softintrin on arm64ecjedwards
2021-10-12Resolve issue 1948ardb-uk
2021-09-24fix the warningSteve Hanson
2021-08-13Merge pull request #1926 from Kyrega/masterMilo Yip
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-10Added typenameKyrega
2021-08-10Fix RawNumber for longer char typesKyrega
2021-07-28Fix small errors in dtoa output for certain doublesjack_perisich
2021-07-09Merge pull request #1848 from smhdfdl/id-and-refMilo Yip
2021-06-30Uri Parse improvementsSteve Hanson
2021-06-14equiv fix for issue 1899Steve Hanson
2021-06-11Fix Pointer::Append() crash for custom allocator on WindowsMilo Yip
2021-06-09fix coverage againSteve Hanson
2021-06-09fix Uri.Match optional argSteve Hanson
2021-06-09fix coverage, unit test allocators and equalitySteve Hanson
2021-06-08remove temp debug statementsSteve Hanson
2021-06-08make std::string optionalSteve Hanson
2021-05-21remove copyright & debug statementsSteve Hanson
2021-05-20Merge branch 'master' of https://github.com/Tencent/rapidjson into id-and-refSteve Hanson
2021-05-03Fixed -Wshadow warning.N. Kolotov
2021-04-19don't let the GetObject macro rewrite the GetObject method, add a GetObj aliasHendrik Muhs
2021-04-07Set RAPIDJSON_USE_MEMBERSMAP to use a (std::multi)map for object members.ylavic
2021-04-07Merge pull request #1503 from ylavic/sub_value_assignmentMilo Yip
2021-04-04Add rvalue copy and assignment to MemoryPoolAllocator and StdAllocator.ylavic
2021-03-30Don't define StdAllocator<void> from C++17.ylavic
2021-03-29Make StdAllocator C++17-20 compatible.ylavic
2021-03-29Make StdAllocator C++17-20 compatible.ylavic
2021-03-16Provide StdAllocator, STL compatible, for use with STL types.ylavic
2021-03-16Safer GenericValue& operator=(GenericValue& rhs).ylavic
2021-03-12RAPIDJSON_NOEXCEPT_ASSERT should assert regardless of RAPIDJSON_HAS_CXX11_NOE...ylavic