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-04-07Set RAPIDJSON_USE_MEMBERSMAP to use a (std::multi)map for object members.ylavic
2021-03-29Make StdAllocator C++17-20 compatible.ylavic
2021-03-29Make StdAllocator C++17-20 compatible.ylavic
2021-03-12RAPIDJSON_NOEXCEPT_ASSERT should assert regardless of RAPIDJSON_HAS_CXX11_NOE...ylavic
2021-03-12Provide RAPIDJSON_HAS_CXX11 and use it for RAPIDJSON_HAS_CXX11_RVALUE_REFS an...ylavic
2020-10-09Remove unnecessary wording from BSD license not needed for MIT license (fixes...Silas S. Brown
2020-06-23Merge branch 'master' into custom_mallocGaspard Petit
2019-12-03Merge pull request #1502 from ylavic/compilation_fixesMilo Yip
2019-11-01Merge branch 'master' of https://github.com/Tencent/rapidjsonCharles Milette
2019-10-01Use C++17 fallthrough tag instead of disabling warningRoss Younger
2019-07-25Fix build error under non-Clang compilersCharles Milette
2019-05-09RAPIDJSON_NOEXCEPT_ASSERT() should never throw.ylavic
2019-03-10Allow user to define custom RAPIDJSON_NOEXCEPT_ASSERT macroLuka Rahne
2019-02-10Added parameters to RAPIDJSON_MALLOC, RAPIDJSON_REALLOC and RAPIDJSON_FREEGaspard Petit
2019-02-10Adding a single customization point that ensures all allocations within rapid...Gaspard Petit
2018-09-10Update rapidjson.hMilo Yip
2018-09-10Merge branch 'master' into fix-noexceptMilo Yip
2018-09-10Merge pull request #1284 from mobileben/noexcept-assertMilo Yip
2018-07-31Fix SIGBUS due to unaligned accessVeselin Georgiev
2018-07-18Add RAPIDJSON_NOEXCEPT_ASSERTPhilipp A Hartmann
2018-07-03Detect C++11 features for Developer StudioErik Froseth
2018-06-13Autodetect RAPIDJSON_HAS_CXX11_NOEXCEPT and RAPIDJSON_HAS_CXX11_TYPETRAITS fo...Marian Klymov
2018-06-07Handle non-throwing exception specifications that can still throw #1280Benjamin Lee
2018-04-25Merge pull request #1217 from tresorit/win-clang-fixMilo Yip
2018-04-25Use rvalue refs with clang-clStephen Kelly
2018-04-09fix compilation on windows with clangZoltan Kovago
2018-02-19Misc. typosluz.paz
2017-09-01Specifies the endian of msvc ARM64 configuration.Minmin Gong
2017-04-21Added ARM-Neon support for SIMD.SkipWhitespace*Alejandro Martinez
2017-04-17Merge pull request #924 from lichray/fix-gcc7-warningMilo Yip
2017-04-14RAPIDJSON_STATIC_ASSERT: use C++11 static_assert, if availablePhilipp A. Hartmann
2017-04-09Fix a non-type template parameter type mismatchZhihao Yuan
2017-01-24Fix #831 RAPIDJSON_HAS_CXX11_RANGE_FOR is error definedMilo Yip
2016-12-21- replaced RAPIDJSON_NEW with C++98 compatible versionAndrey Glebov
2016-12-21- replaced RAPIDJSON_NEW macro with variadic varientAndrey Glebov
2016-08-25Version 1.1.0Milo Yip
2016-08-01Fix builds on x32 platform.Jordi Mallach
2016-04-25Define RAPIDJSON_HAS_CXX11_RVALUE_REFS directly in clangBruce Stephens
2016-03-04Normalize line endings but not JSON filesMilo Yip
2016-03-04Revert "Normalize all the line endings"Milo Yip
2016-03-04Normalize all the line endingsMilo Yip
2016-03-01Fix RAPIDJSON_(UN)LIKELY for VCMilo Yip
2016-02-26Custom Microsoft headers are necessary only for Visual Studio 2012 and lowerSergey Kosarevsky
2016-02-21Fix VS2010 compilation errorsMilo Yip
2016-02-19Resolve conflictsMilo Yip
2016-02-15Optimize memory consumption with RAPIDJSON_48BITPOINTER_OPTIMIZATIONMilo Yip
2016-02-14Add object helperMilo Yip
2016-02-13Add GenericArray helper class with range-based forMilo Yip
2016-02-02Add fwd.h and extract stream.hMilo Yip
2016-01-22Fix ScanCopyUnescapedString performance issueMilo Yip