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 (Collapse)Author
2016-09-22Add StringBuffer::GetLength()Milo Yip
Fix #744
2016-03-04Normalize line endings but not JSON filesMilo Yip
2016-03-04Revert "Normalize all the line endings"Milo Yip
This reverts commit 6047e3ce128954ec594e9a893ef2125c9f9b61c7.
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
Add move constructor and prohibit copy constructor and assignment operator.
2014-11-06*.h: move to namespace macrosPhilipp A. Hartmann
2014-09-16explicitly qualify C(++) library functionsPhilipp A. Hartmann
Some compilers do not export the standard C library functions to the global namespace, in case the C++ header variants are included (<cstdlib>, <cstring>). RapidJSON currently uses: * malloc, realloc, free * memcpy, memmove, memset, memcpy Add an explicit namespace qualification to avoid lookup problems.
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
Fixed one decoding/validating buf in UTF16 Fixed incorrect return type in StringBuffer::GetString() Added unit tests for encoding/decoding/validating of different encodings git-svn-id: https://rapidjson.googlecode.com/svn/trunk@46 c5894555-1306-4e8d-425f-1f6f381ee07c
2011-11-23Rewrite UTF8::Validate() to obtain better performance.miloyip@gmail.com
git-svn-id: https://rapidjson.googlecode.com/svn/trunk@35 c5894555-1306-4e8d-425f-1f6f381ee07c
2011-11-22Added Flush() to concept stream. Add this new member function to all streams.miloyip@gmail.com
Writer and PrettyWriter automatically calls Flush() at the end of JSON text. git-svn-id: https://rapidjson.googlecode.com/svn/trunk@27 c5894555-1306-4e8d-425f-1f6f381ee07c
2011-11-18Initial version (0.1)miloyip@gmail.com
git-svn-id: https://rapidjson.googlecode.com/svn/trunk@2 c5894555-1306-4e8d-425f-1f6f381ee07c