Public
  1. Public

rapidjson

Public
AuthorCommitMessageCommit dateIssues
Milo YipGitHubMilo Yip
b1a4d91a53eMMerge pull request #1779 from pavel-pimenov/fix-1778-part-1fix 1778 (part 1)
Milo YipGitHubMilo Yip
8be64594f22MMerge pull request #1847 from stac47/fix_1846Fix recursive operator== call in C++20 (#1846)
Laurent StaculLaurent Stacul
24ebd51287fFix recursive operator== call in C++20 (#1846)
Milo YipGitHubMilo Yip
8bce684cdadMMerge pull request #1844 from smhdfdl/multiple-validation-failures-and-validation-messagesAfter PR 1837, fix crash where simple type with sub-schema has a bad value
Steve HansonSteve Hanson
9bb81e20ff5fix crash where simple type with sub-schema has a bad value
Milo YipGitHubMilo Yip
13dfc96c9c2MMerge pull request #1837 from smhdfdl/multiple-validation-failures-and-validation-messagesFixes for issues #1835 & #1836 - Multiple validation failures and readable validation messages
Steve HansonSteve Hanson
167efb4fa06work around issue 1089
Steve HansonSteve Hanson
28dc42d8d37restore coverage
Steve HansonSteve Hanson
a3757456febcorrect workaround for issue 1805
Steve HansonSteve Hanson
7fee368be36Revert "revert perftest"This reverts commit 221e8d5364d817f3ea89ec0e124e2fa68a696952.
Steve HansonSteve Hanson
221e8d5364drevert perftest
Steve HansonSteve Hanson
f89e75af754remove C++ 11 std::string to_string() syntax
Steve HansonSteve Hanson
c491dd52132remove C++ 11 enum syntax
Steve HansonSteve Hanson
6f3cccd6e17remove debug std::cout, handle empty error object in example
Steve HansonSteve Hanson
05e7b339775code and tests
Steve HansonGitHubSteve Hanson
5d17b24e53eMMerge pull request #1 from Tencent/masterPR for commits 2021/01/12
Milo YipGitHubMilo Yip
585042c02baMMerge pull request #1821 from slsyy/masterAdd implicit conversion from Object and Array to Value (#1404)
Krystian ChmuraKrystian Chmura
cbf62de55d6Add implicit conversion from Object and Array to Value (#1404)Allows resolution of JSON Pointer on Object and Array
Milo YipGitHubMilo Yip
3cdd3c8370aMMerge pull request #1817 from lukedan/lukedan_cpp20Fix #1721
Xuanyi ZhouXuanyi Zhou
5e50f27ed1dalso initialize class member
Xuanyi ZhouXuanyi Zhou
1e4f59d3aedadd return statement & comment
Xuanyi ZhouXuanyi Zhou
d742a030aa1add body to private copy constructor & copy assignment
Xuanyi ZhouXuanyi Zhou
30069262310suppress enum bitwise operation warnings on msvc
Xuanyi ZhouXuanyi Zhou
13f5ab4f443fix schema test compile error
Milo YipGitHubMilo Yip
56f215e5c36MMerge pull request #1568 from ericrannaud/ericrannaud/memberiterator-publicMake GenericMemberIterator::Iterator public again (RAPIDJSON_NOMEMBER…
Milo YipGitHubMilo Yip
0ccdbf364c5MMerge pull request #1786 from ssb22/masterRemove unnecessary wording from BSD license not needed for MIT license (fixes #528)
Silas S. BrownSilas S. Brown
b7734d97c0cRemove unnecessary wording from BSD license not needed for MIT license (fixes #528)
Pave PimenovPave Pimenov
3a65e2dd7f3fix https://github.com/Tencent/rapidjson/issues/1778 (part 1)
Milo YipGitHubMilo Yip
ce81bc9edfeMMerge pull request #1760 from escherstair/fix_ce6_supportfix _BitScanReverse() usage for CE6
escherstairescherstair
5fbf8bf89cefix unit test
escherstairescherstair
7f559ec80abfix naive implementation for clzll()
escherstairescherstair
58e29648561add unit test for clzll()
escherstairescherstair
aa5dd608651fix naive version implementation
escherstairescherstair
91940e84b13fallback to the naive version for CE6
escherstairescherstair
6364c8e5ab1fix _BitScanReverse() usage for CE6
Milo YipGitHubMilo Yip
f56928de85dMMerge pull request #1744 from lklein53/improve-surrogate-handlingImprove surrogate handling (#1738)
Lars KleinLars Klein
6694c996b9eAdd test case for low surrogate handling
Lars KleinLars Klein
ed73d7bdb4cImprove surrogate handlingReport a single low surrogate as kParseErrorStringUnicodeSurrogateInvalid.
Milo YipGitHubMilo Yip
88bd956d66dMMerge pull request #1453 from eidosmontreal/custom_mallocAdding a single customization point that ensures all allocations within rapidjson can be performed with a custom memory allocator
Gaspard PetitGaspard Petit
004e8e61a0eMMerge branch 'master' into custom_malloc
Milo YipGitHubMilo Yip
1a803826f11MMerge pull request #1720 from madeso/masterFixes issue #1718
GustavGustav
ac0fc79c76fFixes issue #1718
Milo YipGitHubMilo Yip
8f4c021fa2fMMerge pull request #1689 from g199209/masterAdd CMake minimum version required.
Gao MingfeiGao Mingfei
1ce28f454bfAdd CMake minimum version required.Interface Libraries feature is not available before CMake 3.0 Signed-off-by: Gao Mingfei <mingfei.gao@ucloud.cn>
Matteo SettenviniGitHubMatteo Settenvini
f376690822cAdd a target to RapidJSONConfig.cmake.in (#1350)This way, users can call target_link_libraries against the imported target, which is the recommended way of doing things.
JunGitHubJun
234ff044f4eci: upgrade distro to xenial and add arm64 test cases (#1662)Start from xenial, Travis supports multiple CPU architectures. To bump to this version allows expand test coverage for more architectures. See: https://docs.travis-ci.com/user/reference/overview/#virtualisation-environment-vs-operating-system Add arm64 test cases to matrix. Change-Id: If61e2d38223dad70b542d6ec0afcf4a433c9debf Signed-off-by: Jun He <jun.he@arm.com> Co-authored-by: Jun He <jun....
ioannis-eGitHubioannis-e
36481c30b32Update Visual Studio Visualizer (#1665)1. Determine the correct type of string based on encoding 2. Omit string pointer address
仓鼠GitHub仓鼠
d4f03d0d049Doc: Fix some typos.(#1675)
NikolayGitHubNikolay
ebcbd04484fThree-way comparison for CLang 10 fix (#1679)C++20 features must enable additional functionality, not to change interface completely
Romain Geissler @ AmadeusGitHubRomain Geissler @ Amadeus
2661a17c7eaAvoid warnings when using -std=c++20 and clang 10: use three way comparision for iterators when possible. (#1667)/data/mwrep/res/osp/RapidJson/20-0-0-0/include/rapidjson/document.h:729:58: error: use of overloaded operator '!=' is ambiguous (with operand types 'rapidjson::GenericValue<rapidjson::UTF8<char>, rapidjson::MemoryPoolAllocator<rapidjson::CrtAllocator> >::MemberIterator' (aka 'rapidjson::GenericMemberIterator<false, rapidjson::UTF8<char>, rapidjson::MemoryPoolAllocator<rapidjson::CrtAllocator> >...