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-17Fix a gcc compilation errorMilo Yip
2014-08-17Separate Document's value and stack allocator.Milo Yip
2014-08-17Add ShrinkToFit() to StringBuffer and MemoryBufferMilo Yip
2014-08-11Merge pull request #101 from pah/feature/rfc7159Milo Yip
2014-08-11readertest.cpp: remove remaining use of private functionsPhilipp A. Hartmann
2014-08-11tabs to 4 spaces (following 0dbcc1cf)Philipp A. Hartmann
2014-08-11jsoncheckertest: add checks for iterative parser as wellPhilipp A. Hartmann
2014-08-11readertest.cpp: use CRTP to activate "ADD_FAILURE()" calls in handlersPhilipp A. Hartmann
2014-08-11readertest.cpp: use top-level Parse functions, instead of internal onesPhilipp A. Hartmann
2014-08-11readertest: drop object/array root restriction testsPhilipp A. Hartmann
2014-08-11writertest: add some roundtrip tests for non-compound root valuesPhilipp A. Hartmann
2014-08-11jsoncheckertest: skip "fail1.json", as it is now accepted by RapidJSONPhilipp A. Hartmann
2014-08-11(Pretty)Writer: drop restriction to object/array rootsPhilipp A. Hartmann
2014-08-11fix sign-comparison warning/errorPhilipp A. Hartmann
2014-08-11Add license and change indents from tab to space.Milo Yip
2014-08-09Remove double precision settings API in WriterMilo Yip
2014-08-09Custom dtoa() impleemntationMilo Yip
2014-07-31Try to add erase-remove idiom in unit test but fail to compile on VC2013.Milo Yip
2014-07-31GenericValue: rename Erase(ConstMemberIterator) to EraseMemberPhilipp A. Hartmann
2014-07-31fix missing bracketPhilipp A. Hartmann
2014-07-31GenericValue: add tests for Erase(ConstMemberIterator[, ConstMemberIterator])Philipp 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-30Add a "must underflow" case as suggested by @pahMilo Yip
2014-07-30Fix parsing numbers which are less than 1e-308Milo Yip
2014-07-29Added insitu parsing test for kParseStopWhenDoneFlagmiloyip
2014-07-28Merge pull request #83 from miloyip/issue75stopwhendoneMilo Yip
2014-07-28Merge pull request #84 from miloyip/issue79memorystreambufferMilo Yip
2014-07-27Add MemoryBuffer and MemoryStreamMilo Yip
2014-07-27Add a space in multiple root test for ensuring that whitespace is not consume...Milo Yip
2014-07-27Add kParseStopWhenDoneFlag, its implementation and related unit testsMilo Yip
2014-07-26Remove stack size limit featureMilo Yip
2014-07-17Fix compilation error(signed/unsigned comparison).thebusytypist
2014-07-17Fix compilation error(unused variable, signed/unsigned comparison).thebusytypist
2014-07-16Merge remote-tracking branch 'upstream/master' into TransitionTablethebusytypist
2014-07-16Revise unittests: should not expose implementation details.thebusytypist
2014-07-15Implement stack size limitation for iterative parsing.thebusytypist
2014-07-15Merge conflicts and suppress VC warningsmiloyip
2014-07-14Add unittests for kParserErrorTermination; Fix bugs in last merge.thebusytypist
2014-07-14Merge upstream/master.thebusytypist
2014-07-13Add ASCII encoding which can fulfill #69Milo Yip
2014-07-13Add Writer::IsComplete()Milo Yip
2014-07-13Fixes #66 by adding Writer::Reset() and multiple root checkMilo Yip
2014-07-12Merge pull request #61 from miloyip/issue59terminateMilo Yip
2014-07-11Revise unittests of compound value(array or object)'s initial state transition.thebusytypist
2014-07-11Revise unittests: reset the handler before the transition which we are going ...thebusytypist
2014-07-11Merge remote-tracking branch 'upstream/master' into TransitionTablethebusytypist
2014-07-11Complete unittests for state transition.thebusytypist