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-04-17Merge pull request #305 from pah/fix/strict-memcpyMilo Yip
2015-04-16Avoid calling memcpy with NULL pointersPhilipp A. Hartmann
2015-04-15Improves coverage of Value::Accept()miloyip
2015-04-13Adjust spacesmiloyip
2015-04-13Fix compilationmiloyip
2015-04-13Remove an invalid Document::ParseInsitu() APImiloyip
2015-04-11Correct the Value::operator==() for double.miloyip
2015-04-10Fix -Wfloat-equal warnings in Value::operator== and valuetestMilo Yip
2015-04-03Change copyright owner and related changes.Milo Yip
2015-03-30document.h: include <string>, iff RAPIDJSON_HAS_STDSTRING==1Philipp A. Hartmann
2015-03-10GenericValue::AddMember<T>: add missing overload (closes #254)Philipp A. Hartmann
2015-01-13Correct Value(kStringType) and more assertionsMilo Yip
2014-11-27GenericValue: improve copying performancePhilipp A. Hartmann
2014-11-21GenericDocument: explicitly prohibit copyingPhilipp A. Hartmann
2014-11-06*.h: move to namespace macrosPhilipp A. Hartmann
2014-10-30Add customization macros for global new/deletePhilipp A. Hartmann
2014-10-27Clarify documentation on RemoveMember, EraseMember orderingSean 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-09-16explicitly qualify C(++) library functionsPhilipp A. Hartmann
2014-09-16GenericValue: drop forced packing pragmaPhilipp A. Hartmann
2014-09-04add `Key()` method to the `Handler` conceptKosta
2014-09-03Merge pull request #128 from pah/feature/cxx11-moveMilo Yip
2014-09-03Merge pull request #127 from pah/feature/value-different-allocatorsMilo Yip
2014-09-02Merge pull request #130 from pah/fixes/capacity-growthMilo Yip
2014-09-01fixed a compiler error not caught by VS2012...Kosta
2014-09-01allow the short string optimization to store one more characterKosta
2014-09-01GenericValue: round up during capacity growthPhilipp A. Hartmann
2014-09-01code cleanup for `StringEqual()`Kosta
2014-09-01short string optimizationKosta
2014-09-01GenericValue: reduce growth factor for array/object reallocationsPhilipp A. Hartmann
2014-09-01GenericStringRef: add NOEXCEPT, add ASSERTPhilipp A. Hartmann
2014-09-01GenericValue: add some more RAPIDJSON_NOEXCEPTPhilipp A. Hartmann
2014-08-31GenericValue: fix comparison of (Ui|I)nt64 numbersPhilipp A. Hartmann
2014-08-31GenericValue: add RAPIDJSON_NOEXCEPTPhilipp A. Hartmann
2014-08-31GenericValue: add rvalue-ref overloads to AddMember/PushBackPhilipp A. Hartmann
2014-08-31always define RAPIDJSON_HAS_STDSTRING (default: 0)Philipp A. Hartmann
2014-08-31detect rvalue reference support (RAPIDJSON_HAS_CXX11_RVALUE_REFS)Philipp A. Hartmann
2014-08-31always include "meta.h", as it is not only used for member iteratorsPhilipp A. Hartmann
2014-08-31GenericValue: add move constructor/move assignmentPhilipp A. Hartmann
2014-08-31GenericValue: add explicit operator!=(const Ch*)Philipp A. Hartmann
2014-08-31GenericValue: add and use IsGenericValue meta functionPhilipp A. Hartmann
2014-08-31GenericValue: accept different allocators for read-only accessPhilipp A. Hartmann