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
2015-02-07warning fixes (closes #235, closes #236)Philipp A. Hartmann
2015-02-02Add std::string overload to PrettyWriter when RAPIDJSON_HAS_STDSTRING defined.Drew Noakes
2015-02-02Include <string> if RAPIDJSON_HAS_STDSTRING set.Drew Noakes
2015-02-02Add std::string overload to Writer when RAPIDJSON_HAS_STDSTRING defined.Drew Noakes
2015-01-25Use aligned SSE register load intrinsic.Drew Noakes
2015-01-13Correct Value(kStringType) and more assertionsMilo Yip
2015-01-11Reader::Parse{Array,Object}: simplify switchPhilipp A. Hartmann
2015-01-07Fix an issue with Windows x64. Including the rapidjson reader.h requires <int...Erik Martin
2014-12-08fix include orderingPhilipp A. Hartmann
2014-12-08stringbuffer.h: add missing include for std::move (fixes #208)Philipp A. Hartmann
2014-12-08Fix #207 VC2013 imaxdiv_t redefinitionMilo Yip
2014-11-30Merge remote-tracking branch 'origin/master' into issue120floatprecisionMilo Yip
2014-11-30Fix StringBuffer compilation error in VS2013Milo Yip
2014-11-30Merge remote-tracking branch 'origin/master' into issue120floatprecisionMilo Yip
2014-11-30Add RAPIDJSON_PARSE_DEFAULT_FLAGS for customizing kParseDefaultFlagsMilo Yip
2014-11-27GenericValue: improve copying performancePhilipp A. Hartmann
2014-11-23Compile all examples with the Dinkum C++ of QNX 6.6Anton Indrawan
2014-11-23Fix namespace compilation errorsMilo Yip
2014-11-23Minor optimization of strtodMilo Yip
2014-11-23Merge remote-tracking branch 'origin/master' into issue120floatprecision_cust...Milo Yip
2014-11-21GenericDocument: explicitly prohibit copyingPhilipp A. Hartmann
2014-11-17DiyFp: avoid shadowing (closes #195)Philipp A. Hartmann
2014-11-17Writer: declare constructors as explicitPhilipp A. Hartmann
2014-11-17Writer: fix documentation of stackAllocator param (closes #196)Philipp A. Hartmann
2014-11-14Merge remote-tracking branch 'origin/master' into issue120floatprecision_cust...Milo Yip
2014-11-14Fix gcc/clang compilation errors and turn off exhaustive number testMilo Yip
2014-11-14Fixes StrtodDiyFp bugsMilo Yip
2014-11-06*.h: move to namespace macrosPhilipp A. Hartmann
2014-11-06add RAPIDJSON_NAMESPACE + _BEGIN, _ENDPhilipp A. Hartmann
2014-10-31Temp commitmiloyip
2014-10-30MemoryPoolAllocator, Stack: lazily allocate AllocatorsPhilipp A. Hartmann
2014-10-30Stack<>: add _ suffix to member ownAllocator_Philipp A. Hartmann
2014-10-30Add customization macros for global new/deletePhilipp A. Hartmann
2014-10-27Clarify documentation on RemoveMember, EraseMember orderingSean Leather
2014-10-27Merge pull request #177 from spl/use-deprecatedMilo Yip
2014-10-26Use 'deprecated' instead of 'depreciated'Sean Leather
2014-10-24GenericDocument move-assignment now uses std::foward to move-assign the base ...ecorm
2014-10-24Merge branch 'master' into issue123movesupportecorm
2014-10-24Added MemoryPoolAllocator to GenericDocument moveunit tests. Added comment in...ecorm
2014-10-24GenericValue: improve documentation for operator[]Philipp A. Hartmann
2014-10-24GenericValue: improve operator[] disambiguationPhilipp A. Hartmann
2014-10-24Merge branch 'master' into issue123movesupportecorm
2014-10-24Implemented C++11 move semantics for GenericDocumentecorm
2014-10-24Disambiguate GenericValue's [0] and ["string"]Zhihao Yuan
2014-10-24No implicit conversion from Type to GenericValueZhihao Yuan
2014-10-23Fix MemoryStream::Peek() and add test for fixSean Leather
2014-09-19Partial StrtodDiyFp implementation [ci skip]Milo Yip
2014-09-17turn implicit integer conversions into static_casts to avoid -Wconversion war...TyRoXx
2014-09-16Minor refactoring before optimization trialMilo Yip
2014-09-16Minor optimizations in BigIntegerMilo Yip