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
2016-02-21Fix VS2010 compilation errorsMilo Yip
2016-02-19Merge branch 'master' into issue158_parsestdstringMilo Yip
2016-02-19Resolve conflictsMilo Yip
2016-02-18Add noexcept to the constructorsMilo Yip
2016-02-18Add implicit constructors of GenericValue for GenercArray|ObjectMilo Yip
2016-02-18Change pointer to reference in GenericArray|ObjectMilo Yip
2016-02-17Return value type for GenericObject/Array member functionsMilo Yip
2016-02-17Fix return type of GenericObject::AddMember()Milo Yip
2016-02-17Fixed typos pointed out by @pahMilo Yip
2016-02-15Optimize the new Parse() interfacesMilo Yip
2016-02-15Add Document::Parse() overloadsMilo Yip
2016-02-15Fix C++03 compilation error about sizeof()Milo Yip
2016-02-15Fix compilation errors on 32-bit gcc/clangMilo Yip
2016-02-15Optimize memory consumption with RAPIDJSON_48BITPOINTER_OPTIMIZATIONMilo Yip
2016-02-14Fix another compilation errorMilo Yip
2016-02-14Fix compilation errorsMilo Yip
2016-02-14Add object helperMilo Yip
2016-02-14Fix gcc compilation errorMilo Yip
2016-02-13Let constness of GenericArray::ValueItaertor depending on ValueTypeMilo Yip
2016-02-13Rectify constness of ArrayMilo Yip
2016-02-13Add GenericArray helper class with range-based forMilo Yip
2016-02-13Merge branch 'master' into issue316_templatedaccessorsMilo Yip
2016-02-13Another try with volatileissue341_floatMilo Yip
2016-02-12Try fixing unit test in release configurationMilo Yip
2016-02-12Add templated accessors for C stringMilo Yip
2016-02-12Add templated accessorsMilo Yip
2016-02-12Fix Value::GetFloat()Milo Yip
2016-02-12Add Value::GetFloat(), Value::IsLossLessFloat/Double()Milo Yip
2016-02-02Fix #472 Template specialization failure with SunOS compilerMilo Yip
2016-01-30Add RAPIDJSON_UNLIKELY in Value::Accept()Milo Yip
2016-01-27Fix schema tests and added SchemaValidatingReaderMilo Yip
2016-01-23Fix warnings in clang for C++11Milo Yip
2015-12-18Try to fix clang and gcc warnings problems again x7Milo Yip
2015-12-18Try to fix clang and gcc warnings problems againMilo Yip
2015-12-18Try to fix clang and gcc warnings problemsMilo Yip
2015-12-18Fix clang -WeverythingMilo Yip
2015-11-27GenericDocument: add implicit conversion to ParseResultPhilipp A. Hartmann
2015-11-25fix Document::Parse(const Ch*) for transcodingMichael Haubenwallner
2015-10-14Add break at default switch case statementsetiennebatise
2015-10-07Keep Document value unchanged on parse error, fixes #437Philipp A. Hartmann
2015-09-16Fix the usage of the stack::GetAllocatorRodion Malinovsky
2015-09-16Add asserts to prevent UBRodion Malinovsky
2015-07-17prohibit C++11 move from Document to ValuePhilipp A. Hartmann
2015-07-13Merge pull request #376 from pah/feature/document-swapMilo Yip
2015-07-13add documentation for 'swap' friend functionsPhilipp A. Hartmann
2015-07-13add free inline `swap` functionsPhilipp A. Hartmann
2015-07-10add and use simplified "internal::Swap"Philipp A. Hartmann
2015-07-04add GenericDocument<>::SwapPhilipp A. Hartmann
2015-07-01Add explicit specifier to GenericDocument ctor.Mateusz Łoskot
2015-06-30Add documentation for new GenericDocument ctor taking object type.Mateusz Loskot