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-05-24gate definition of symmetric equality operators on impl, not libKent Ross
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-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-02-09Fix the alignment of placement new buffer for GenericValue.Adam Calhoon
2021-05-20Merge branch 'master' of https://github.com/Tencent/rapidjson into id-and-refSteve Hanson
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-03-16Safer GenericValue& operator=(GenericValue& rhs).ylavic
2021-02-26mergeSteve Hanson
2021-02-26code and testsSteve Hanson
2021-02-22Fix recursive operator== call in C++20 (#1846)Laurent Stacul
2021-01-05Add implicit conversion from Object and Array to Value (#1404)Krystian Chmura
2020-12-27suppress enum bitwise operation warnings on msvcXuanyi Zhou
2020-12-23Merge pull request #1568 from ericrannaud/ericrannaud/memberiterator-publicMilo Yip
2020-10-09Remove unnecessary wording from BSD license not needed for MIT license (fixes...Silas S. Brown
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-02-25Closes #1643 (#1644)mdamle
2019-09-25Provide default implementations for move constructor/assignment in GenericMemberMilo Yip
2019-09-25Disable copy constructor in GenericMemberMilo Yip
2019-09-12Make GenericMemberIterator::Iterator public again (RAPIDJSON_NOMEMBERITERATOR...Eric Rannaud
2019-06-28Change all GenericMemberIterator from struct to classMilo Yip
2019-02-08Adding swap() for GenericMemberMilo Yip
2019-02-01Correct complexity claimLéonard Gérard
2018-07-18Add RAPIDJSON_NOEXCEPT_ASSERTPhilipp A Hartmann
2018-07-15Fix -Wclass-memaccess warnings/errorsPhilipp A Hartmann
2018-04-09fix compilation on windows with clangZoltan Kovago
2018-03-06Support long and unsined long as int and unsigned on Microsft platformsMaximeBF
2018-02-22Merge pull request #1182 from Romain-Geissler-1A/ignore-gcc-8-warningsMilo Yip
2018-02-19Ignore GCC 8 warnings.Romain Geissler
2018-02-19Misc. typosluz.paz
2018-02-13Revert "Fix API constness"Milo Yip
2018-02-13Fix API constnessMilo Yip
2017-12-12Avoid inheritance from std::iteratorPhilipp A. Hartmann
2017-10-19Add MemberCapacity() and MemberReserve() interface for object type.h46incon
2017-09-07Assert Type enum lower bound as wellChristopher Warrington
2017-09-06Guard against min/max being macros in document.hChristopher Warrington
2017-08-07modifybluehero
2017-08-07modifybluehero
2017-08-07modifybluehero
2017-08-05modifybluehero
2017-07-10GenericStringRef: move assert out of expressionPhilipp A. Hartmann
2017-07-09Improved handling of NULL stringsPhilipp A. Hartmann
2017-05-27Fixup #964 by forwarding copyConstStrings recursivelyPhilipp A. Hartmann
2017-05-18GenericValue::CopyFrom: add option to force copying of stringsPhilipp A. Hartmann