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
2020-10-09Remove unnecessary wording from BSD license not needed for MIT license (fixes...Silas S. Brown
2018-02-13Add transcoding/validation to Writer::RawValue()issue1153_rawvalueencodingMilo Yip
2017-03-24Changed error code for invalid special ascii chars, fixed writer testsAlejandro Martinez
2017-03-23Added unittests for invalid ascii control charsAlejandro Martinez
2017-03-13Add unit test for Issue 889John Stiles
2017-02-28Unit testStilesCrisis
2016-10-05Remove unncessary std::move()Milo Yip
2016-09-21Remove lambda expression in (pretty)writertestMilo Yip
2016-09-19Tests for Writer, PrettyWriter move constructorsTallódi Mihály
2016-06-14avoid division by zero, which is undefined behaviorEli Fidler
2016-05-21Allow options for writing and parsing NaN/InfinityMichael Thon
2016-04-16Another trial on writer coverageMilo Yip
2016-04-15Adjust ScanWriteUnescapedString test caseMilo Yip
2016-04-15Add Writer. ScanWriteUnescapedString to try to improve coverageMilo Yip
2016-04-15Improve UTF8::Encode() coverage via writing to AutoUTFMilo Yip
2016-04-15Improve encodings coverageMilo Yip
2016-03-04Normalize line endings but not JSON filesMilo Yip
2016-03-04Revert "Normalize all the line endings"Milo Yip
2016-03-04Normalize all the line endingsMilo Yip
2016-02-14Add (Pretty)Writer::RawValue()Milo Yip
2016-02-10Add encoding validation option for Writer/PrettyWriterMilo Yip
2016-02-09Merge pull request #510 from miloyip/issue509_writingnaninfMilo Yip
2015-04-18Update license headers for testsmiloyip
2015-04-14Add more test numbers for writermiloyip
2015-04-14Improve dtoa coveragemiloyip
2015-04-13Improve coverage for Writer and PrettyWritermiloyip
2015-04-13Add tests for Writer API for RAPIDJSON_HAS_STDSTRINGmiloyip
2015-04-13Add a missing error handling for Writer, and add tests for invalid encoding.miloyip
2015-04-13Add Tests for WriteUInt64(), WriteInt64() of generic streammiloyip
2015-04-10Fix #289 negative zero roundtrip (double only)Milo Yip
2014-09-14Makes gcc x64 runnable, but failed on one case. [ci skip]Milo Yip
2014-08-17Add ShrinkToFit() to StringBuffer and MemoryBufferMilo Yip
2014-08-11tabs to 4 spaces (following 0dbcc1cf)Philipp A. Hartmann
2014-08-11writertest: add some roundtrip tests for non-compound root valuesPhilipp A. Hartmann
2014-08-11(Pretty)Writer: drop restriction to object/array rootsPhilipp 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-15Merge conflicts and suppress VC warningsmiloyip
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-10Fixes #59 by adding bool return value for each event handler functionMilo Yip
2014-07-04Fixes compilation error.Milo Yip
2014-07-04Adds unit tests about streams.Milo Yip
2014-06-25DoublePrecision: add a unit test for the precision handlingPhilipp A. Hartmann
2012-11-13Fixed a lots of vc2008/vs2010 and gcc3/4 warnings with the maximum warning le...miloyip@gmail.com
2012-02-28Added GenericStringBuffer::GetSize() within unit test, as in 0.1x branch.miloyip@gmail.com
2011-12-03Added transcoding support in Writer and PrettyWritermiloyip@gmail.com
2011-11-18Initial version (0.1)miloyip@gmail.com