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
2016-09-22Add StringBuffer::GetLength()Milo 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-14Optimize Writer::WriteString() with SIMDMilo Yip
2016-02-02Add fwd.h and extract stream.hMilo Yip
2016-01-23Fix warnings in clang for C++11Milo Yip
2015-12-31PutReserve() and PutUnsafe() optimisation for WriterMilo Yip
2015-04-03Change copyright owner and related changes.Milo Yip
2014-12-08fix include orderingPhilipp A. Hartmann
2014-12-08stringbuffer.h: add missing include for std::move (fixes #208)Philipp A. Hartmann
2014-11-30Fix StringBuffer compilation error in VS2013Milo Yip
2014-11-06*.h: move to namespace macrosPhilipp A. Hartmann
2014-09-16explicitly qualify C(++) library functionsPhilipp A. Hartmann
2014-08-17Add ShrinkToFit() to StringBuffer and MemoryBufferMilo Yip
2014-08-11Add license and change indents from tab to space.Milo Yip
2014-07-24Use branchlut implementation for itoa conversion.Milo Yip
2014-07-16Start benchmarking different itoa implementationmiloyip
2014-07-06Doxygen: document some UTF-8 typedefsPhilipp A. Hartmann
2014-06-25Fixed some clang -Weverything warnings.Milo Yip
2011-12-03Fixed one decoding/validating bug in UTF8miloyip@gmail.com
2011-11-23Rewrite UTF8::Validate() to obtain better performance.miloyip@gmail.com
2011-11-22Added Flush() to concept stream. Add this new member function to all streams.miloyip@gmail.com
2011-11-18Initial version (0.1)miloyip@gmail.com