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
2014-08-17Separate Document's value and stack allocator.Milo Yip
2014-08-11Add license and change indents from tab to space.Milo Yip
2014-08-08Fix a compilation error due to INT64_CMilo Yip
2014-08-08Change UINT64_C() to RAPIDJSON_UINT64_C2()Milo Yip
2014-07-31Fixes size type in Value::operator==()Milo Yip
2014-07-31Update documents about erase member/elements, also added some time complexity...Milo Yip
2014-07-31Merge pull request #92 from pah/issue91removeelementMilo Yip
2014-07-31GenericValue: rename Erase(ConstMemberIterator) to EraseMemberPhilipp A. Hartmann
2014-07-31Makes `StringEqual()` more safe by always compares lengths.miloyip
2014-07-31GenericValue: add Erase function for object membersPhilipp A. Hartmann
2014-07-31GenericValue: use generated assignment/destructor for GenericMemberPhilipp A. Hartmann
2014-07-31GenericValue::Erase: pass ConstValueIteratorsPhilipp A. Hartmann
2014-07-31GenericValue: improve Erase documentationPhilipp A. Hartmann
2014-07-31GenericValue: document Array iterator functionsPhilipp A. Hartmann
2014-07-31fix typoPhilipp A. Hartmann
2014-07-31Revert "Add Erase(ConstValueIterator) and Erase(ConstValueIterator,ConstValue...miloyip
2014-07-31Add Erase(ConstValueIterator) and Erase(ConstValueIterator,ConstValueIterator)miloyip
2014-07-31Add equal-to and non-equal-to operatorsmiloyip
2014-07-31Add 2 overloads of Erase() for removing elements of array.miloyip
2014-07-26Remove stack size limit featureMilo Yip
2014-07-15Implement stack size limitation for iterative parsing.thebusytypist
2014-07-12Suppress VS2013 warnings due to #64Milo Yip
2014-07-12Merge branch 'upstream/master' into feature/exception-supportPhilipp A. Hartmann
2014-07-12Merge pull request #61 from miloyip/issue59terminateMilo Yip
2014-07-11update documentation of ParseResult and related functionsPhilipp A. Hartmann
2014-07-11add ParseResultPhilipp A. Hartmann
2014-07-11GenericDocument: simplify error handling in ParseStreamPhilipp A. Hartmann
2014-07-11GenericValue::operator= : fixup assignment operatorPhilipp A. Hartmann
2014-07-10MSVC: fix compiler error in GenericDocumentPhilipp A. Hartmann
2014-07-10Fixes #59 by adding bool return value for each event handler functionMilo Yip
2014-07-09GenericValue: add Move()Philipp A. Hartmann
2014-07-08GenericValue: fixup bool constructorPhilipp A. Hartmann
2014-07-08GenericStringRef: disallow assignment, const string pointerPhilipp A. Hartmann
2014-07-08Add documentation to new string APIPhilipp A. Hartmann
2014-07-08Add a wrapper for constant string referencesPhilipp A. Hartmann
2014-07-08Add RAPIDJSON_DIAG_* macros to handle compiler warningsPhilipp A. Hartmann
2014-07-06GenericDocument: improve Doxygen documentationPhilipp A. Hartmann
2014-07-06GenericMemberIterator::Type -> GenericMemberIterator::IteratorPhilipp A. Hartmann
2014-07-04Fixed a few cppcheck warnings.Milo Yip
2014-07-04Fixes -Wswitch-default warningsMilo Yip
2014-07-03Safer implementation of Swap()Milo Yip
2014-07-03GenericValue: drop duplicate/unneeded codePhilipp A. Hartmann
2014-07-03Parse*: explicitly spell out kParseDefaultFlagsPhilipp A. Hartmann
2014-07-03Added GenericValue::Swap()Milo Yip
2014-07-03GenericMemberIterator: fixup some formatting and documentationPhilipp A. Hartmann
2014-07-03document.h: move inclusion of template meta functionsPhilipp A. Hartmann
2014-07-03GenericValue::FindMember: return MemberEnd, if member doesn't existPhilipp A. Hartmann
2014-07-03document.h: add GenericMemberIteratorPhilipp A. Hartmann
2014-07-02Fixes warningsMilo Yip
2014-06-30Fixes IBM XL C/C++ for AIX issuemiloyip