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
2015-04-13Improve coverage for Writer and PrettyWritermiloyip
2015-04-13Add tests for Writer API for RAPIDJSON_HAS_STDSTRINGmiloyip
2015-04-03Change copyright owner and related changes.Milo Yip
2015-02-02Add std::string overload to PrettyWriter when RAPIDJSON_HAS_STDSTRING defined.Drew Noakes
2014-11-06*.h: move to namespace macrosPhilipp A. Hartmann
2014-09-04fix for `Reader::ParseString()` implementation plus some minor code cleanups ...Kosta
2014-09-04add `Key()` method to `Writer` and `PrettyWriter`Kosta
2014-08-28Change PrettyWriter Allocator=MemoryPoolAllocator<> to StackAllocator = CrtAl...Milo Yip
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-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-08Add RAPIDJSON_DIAG_* macros to handle compiler warningsPhilipp A. Hartmann
2014-07-06(Pretty)Writer: improve doxygen documentationPhilipp A. Hartmann
2014-07-02Fixes warningsMilo Yip
2014-06-25Writer: add Double(d,precision) for one-shot double outputPhilipp A. Hartmann
2014-06-25Writer: add SetDoublePrecision to control number of significant digitsPhilipp A. Hartmann
2014-06-25Fixed some clang -Weverything warnings.Milo Yip
2014-06-25Revert "Remove some clang -Weverything warnings."Milo Yip
2014-06-25Remove some clang -Weverything warnings.Milo Yip
2012-11-13Fixed a lots of vc2008/vs2010 and gcc3/4 warnings with the maximum warning le...miloyip@gmail.com
2011-12-03Added RAPIDJSON_STATIC_ASSERT() and applied it to check size of character typ...miloyip@gmail.com
2011-12-03Added transcoding support in Writer and PrettyWritermiloyip@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