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
2018-08-03Wrap all WriteXxx() calls within EndValue(), to ensure a flush after root-lev...Lele Gaifax
2018-02-19Misc. typosluz.paz
2017-03-27Fix #905 unable to set writeFlags for PrettyWriterMilo Yip
2017-03-16Merge pull request #896 from StilesCrisis/writer-flush-apiMilo Yip
2017-03-15Fix template length optimization issue in PrettyWriterJohn Stiles
2017-03-15Provide a Flush() API within WriterJohn Stiles
2017-03-05Fix msvc x64 compilation issueJohn Stiles
2017-03-05Assert that String() and Key() are given null-terminated stringsJohn Stiles
2017-03-05Quoted strings to String() or Key() are auto-sized by templateJohn Stiles
2017-02-28Add matching fix for PrettyWriterStilesCrisis
2017-01-24Fix output character type in writersMilo Yip
2016-09-19Move constructor support for PrettyWriterTall??di Mih??ly
2016-09-03Add preconditions in writer and string functionsMilo Yip
2016-07-27Add std::string overload to PrettyWriter::Key() when RAPIDJSON_HAS_STDSTRING ...Jamie Seward
2016-03-09PrettyWriter formatting options.Cory Omand
2016-03-04Normalize all line endingsMilo Yip
2016-02-28Added PrettyWriter::RawNumber()Sergey Kosarevsky
2016-02-14Add (Pretty)Writer::RawValue()Milo Yip
2016-02-10Add encoding validation option for Writer/PrettyWriterMilo Yip
2015-12-18Fix clang -WeverythingMilo Yip
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