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
2020-03-30Three-way comparison for CLang 10 fix (#1679)Nikolay
2020-03-20Avoid warnings when using -std=c++20 and clang 10: use three way comparision ...Romain Geissler @ Amadeus
2020-03-11Replace RAPIDJSON_CLZLL with internal clzll (#1660)Jun
2020-03-05PrettyWriter constructor uninitialized member (#1654)Milo Yip
2020-03-05Update biginteger.h (#1652)Milo Yip
2020-02-25Closes #1643 (#1644)mdamle
2020-02-13Allow escaped apostrophe in values (#1639)xpahos
2019-12-03Merge pull request #1502 from ylavic/compilation_fixesMilo Yip
2019-12-02Remove shadow typedefJoshua Watt
2019-11-01Merge branch 'master' of https://github.com/Tencent/rapidjsonCharles Milette
2019-10-15Merge pull request #1529 from rkoshy/masterMilo Yip
2019-10-01Use C++17 fallthrough tag instead of disabling warningRoss Younger
2019-09-26Merge pull request #1490 from MalcolmTyrrell/fixCompileErrorInPointerHMilo Yip
2019-09-25Provide default implementations for move constructor/assignment in GenericMemberMilo Yip
2019-09-25Disable copy constructor in GenericMemberMilo Yip
2019-09-11fix template parameterEtienne Laurin
2019-09-11Allow pointer tokens to have non-null-terminated stringsEtienne Laurin
2019-07-26Change #ifdef to #if definedCharles Milette
2019-07-26Update commentCharles Milette
2019-07-26Fix signedness errorCharles Milette
2019-07-25Fix build error under non-Clang compilersCharles Milette
2019-07-25Fix ARM NEON under MSVCCharles Milette
2019-06-28Change all GenericMemberIterator from struct to classMilo Yip
2019-06-22- Fixed a build issue by initializing "index" in the header fileRenny Koshy
2019-05-09RAPIDJSON_NOEXCEPT_ASSERT() should never throw.ylavic
2019-04-29Add missing curly brackets in STDREGEX's CreatePattern().ylavic
2019-04-15Fix vs2017 compile error C2105: '--' needs l-valueMalcolm Tyrrell
2019-04-09add missing header "ios"Liang ZOU
2019-04-03Update allocators.heisaev
2019-03-10Allow user to define custom RAPIDJSON_NOEXCEPT_ASSERT macroLuka Rahne
2019-03-06Merge pull request #727 from mapbox/silence-dereference-null-pointerMilo Yip
2019-02-08Adding swap() for GenericMemberMilo Yip
2019-02-06Merge pull request #1439 from ylavic/schema_pointer_allocatorMilo Yip
2019-02-01Correct complexity claimLéonard Gérard
2019-01-10Use the allocator of the Schema for its Pointer.ylavic
2018-12-18Merge branch 'master' into pointer_less_thanMilo Yip
2018-12-17Allow to (std::)Swap two pointers.ylavic
2018-12-13Speed up Pointer::operator<().ylavic
2018-12-12Rework Pointer::operator<() loop.ylavic
2018-12-11Add less than operator to Pointer.ylavic
2018-12-06Merge pull request #1425 from ylavic/filereadstream_peek4Milo Yip
2018-12-06Merge pull request #1424 from ylavic/file_input_streamsMilo Yip
2018-12-06Fix FileReadStream::Peek4().ylavic
2018-12-06Base buffered BasicIStreamWrapper on the original (better performing) FileRea...ylavic
2018-12-05Optimize FileReadStream and BasicIStreamWrapper.ylavic
2018-12-03GenericRegex: don't throw/abort on syntax error (unclosed parenthesis).ylavic
2018-12-03Merge pull request #1413 from ylavic/schema_regex_leakMilo Yip
2018-12-02Fix a memory leak for invalid std::regex in Schema.ylavic
2018-12-02Use passed in allocator for internal regex parser.ylavic
2018-11-21Fix warning when NDEBUG is defined [-Wunused-variable]Jean-Claude Monnin