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
2021-08-10Fix RawNumber for longer char typesKyrega
2021-08-10Merge pull request #1922 from jack-perisich/grisu2_precisionMilo Yip
2021-07-28Fix small errors in dtoa output for certain doublesjack_perisich
2021-07-09Merge branch 'master' of https://github.com/Tencent/rapidjsonSteve Hanson
2021-07-09Merge pull request #1848 from smhdfdl/id-and-refMilo Yip
2021-06-30Uri Parse improvementsSteve Hanson
2021-06-14Merge pull request #1904 from Tencent/issue1899_pointerappendMilo Yip
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-08remove compiler warningSteve Hanson
2021-06-08make std::string optionalSteve Hanson
2021-05-21remove copyright & debug statementsSteve Hanson
2021-05-20fix coverageSteve Hanson
2021-05-20Merge branch 'master' of https://github.com/Tencent/rapidjson into id-and-refSteve Hanson
2021-05-20rge branch 'master' of https://github.com/Tencent/rapidjsonSteve Hanson
2021-05-07Merge pull request #1885 from saurabhchardereal/masterMilo Yip
2021-05-07Improve documentationSaurabh Charde
2021-05-06Merge pull request #1883 from nkolotov/fix/issues/1882Milo Yip
2021-05-03Fixed -Wshadow warning.N. Kolotov
2021-04-20Merge pull request #1877 from hendrikmuhs/windows-GetObject-conflict-#1418Milo Yip
2021-04-19replace auto with concrete typeHendrik Muhs
2021-04-19don't let the GetObject macro rewrite the GetObject method, add a GetObj aliasHendrik Muhs
2021-04-18add a test that provokes a compile time error on windowsHendrik Muhs
2021-04-08Merge pull request #1485 from ylavic/MemberMapMilo Yip
2021-04-07Turn some Tests to RAPIDJSON_USE_MEMBERSMAP in CI.ylavic
2021-04-07Tests for Members in std::multimap.ylavic
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-07Merge pull request #1870 from ylavic/allocators_rvaluesMilo Yip
2021-04-04Try some tests with -D_GLIBCXX_DEBUG and coverage with -O0.ylavic
2021-04-04Tests for Allocators copy by rvalue reference.ylavic
2021-04-04Add rvalue copy and assignment to MemoryPoolAllocator and StdAllocator.ylavic
2021-04-02Fix would-crash tests if the default allocator used were kNeedFree.ylavic
2021-04-01Merge pull request #1868 from ylavic/cpp17_in_ciMilo Yip
2021-03-30Tests for C++17 with VS 2019.ylavic
2021-03-30Don't define StdAllocator<void> from C++17.ylavic
2021-03-30Handle C++17 (and C++11 with MSVC) in CI.ylavic
2021-03-30Merge pull request #1866 from ylavic/std_allocator_traitsMilo Yip
2021-03-29Make StdAllocator C++17-20 compatible.ylavic
2021-03-29Make StdAllocator C++17-20 compatible.ylavic
2021-03-25Merge pull request #1858 from ylavic/std_allocatorMilo Yip
2021-03-24add traverse as pointer examplemiloyip
2021-03-16Tests for StdAllocator.ylavic
2021-03-16Provide StdAllocator, STL compatible, for use with STL types.ylavic
2021-03-16Test assignment from inner Value.ylavic
2021-03-16Safer GenericValue& operator=(GenericValue& rhs).ylavic