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
path: root/test
AgeCommit message (Expand)Author
2022-07-20docs: fix simple typo, perecent -> percentTim Gates
2022-05-24delete unused variableKent Ross
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
2021-10-12Add files via uploadardb-uk
2021-08-13Merge pull request #1926 from Kyrega/masterMilo Yip
2021-08-10Correct WIStreamWrapperKyrega
2021-08-10Using unsigned for WIStreamWrapperKyrega
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, unit test allocators and equalitySteve 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-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-07Tests for Members in std::multimap.ylavic
2021-04-07Merge pull request #1503 from ylavic/sub_value_assignmentMilo Yip
2021-04-04Tests for Allocators copy by rvalue reference.ylavic
2021-04-02Fix would-crash tests if the default allocator used were kNeedFree.ylavic
2021-03-30Don't define StdAllocator<void> from C++17.ylavic
2021-03-29Make StdAllocator C++17-20 compatible.ylavic
2021-03-16Tests for StdAllocator.ylavic
2021-03-16Test assignment from inner Value.ylavic
2021-03-11satisfy all compilers 3Steve Hanson
2021-03-11handle internal refs properlySteve Hanson
2021-02-26fix platform-dependent compiler error with >>Steve Hanson
2021-02-26fix compile errorsSteve Hanson
2021-02-26code and testsSteve Hanson
2021-02-12fix crash where simple type with sub-schema has a bad valueSteve Hanson
2021-02-03work around issue 1089Steve Hanson
2021-01-29restore coverageSteve Hanson
2021-01-29correct workaround for issue 1805Steve Hanson
2021-01-29Revert "revert perftest"Steve Hanson
2021-01-29revert perftestSteve Hanson
2021-01-28code and testsSteve Hanson
2021-01-05Add implicit conversion from Object and Array to Value (#1404)Krystian Chmura
2020-12-27also initialize class memberXuanyi Zhou
2020-12-27add return statement & commentXuanyi Zhou
2020-12-27add body to private copy constructor & copy assignmentXuanyi Zhou
2020-12-27fix schema test compile errorXuanyi Zhou
2020-10-09Remove unnecessary wording from BSD license not needed for MIT license (fixes...Silas S. Brown
2020-08-06fix unit testescherstair