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
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
2017-04-21fix return valuesOliver Hahm
2017-04-07Fix #910 incorrect castingMilo Yip
2017-03-16Fix #899Milo 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-10-31Move GenericValue deep-clone constructor into the class declaration.Milo Yip
2016-10-31Refactor GenericValue deep-clone constructorMilo Yip
2016-10-17Merge pull request #748 from sfinktah/sfinktah-minwindef-fixMilo Yip
2016-10-14Add Value::Value(float) and static_cast for suppressing clang warningMilo Yip
2016-09-25Fix for winmindef.h defining min/max macrosSfinktah Bungholio
2016-08-26Explicitly disable copy assignment operatorJanusz Chorko
2016-08-26Removed non-compiling assignment operator. Fixed #718Janusz Chorko
2016-07-14if define RAPIDJSON_HAS_STDSTRING, FindMember use std::string, but itfuzhufang
2016-07-11fix rapidjson::value::Get<std::string>() may returns wrong datayiteng.nyt
2016-06-23Fix warnings on GCC 6 and later (closes #666)Philipp A. Hartmann
2016-06-14range check in IsLosslessFloat to avoid undefined double->float castEli Fidler
2016-06-14fix undefined double to uint64_t castEli Fidler
2016-04-06Revert formatting of enumMilo Yip
2016-04-05Fix clang compilation errorMilo Yip
2016-04-05Try to fix VC warning C4512Milo Yip
2016-04-05Revert using of static const back to enum due to gcc errorMilo Yip
2016-04-04Try to fix all /W4 warnings in VC2015Milo Yip
2016-03-26Fix #587Milo Yip
2016-03-05Fix #573Milo Yip
2016-03-04Normalize all line endingsMilo Yip
2016-02-28Number() -> RawNumber() to avoid name clashes with the union NumberSergey Kosarevsky
2016-02-28Added GenericDocument::Number()Sergey Kosarevsky
2016-02-22Documentation fix.Kevin Atkinson