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-14Remove depreciated FileStreammiloyip
2015-04-03TypoMilo Yip
2015-04-02Merge pull request #279 from pah/fix/pedanticMilo Yip
2015-04-01messagereader.cpp: drop trailing commaPhilipp A. Hartmann
2015-03-31tutorial.cpp: fix insitu parsing (closes #273)Philipp A. Hartmann
2015-02-23Fix definitions for VS compilerAndrii Senkovych
2015-02-19Backport compiler options from premake configuration. Refs #240.Andrii Senkovych
2015-02-11Merge pull request #192 from jollyroger/cmakeMilo Yip
2015-02-02Example uses std::string Writer overload if RAPIDJSON_HAS_STDSTRING set.Drew Noakes
2015-02-02TypoDrew Noakes
2014-11-23Compile all examples with the Dinkum C++ of QNX 6.6Anton Indrawan
2014-11-11Add separate targets for examples and testsAndriy Senkovych
2014-11-11Set separate directory to place binariesAndriy Senkovych
2014-11-11Add initial CMake supportAndriy Senkovych
2014-10-24Merge pull request #172 from lichray/patch-1Milo Yip
2014-10-24Demonstrate CRTP in SAX exampleZhihao Yuan
2014-10-24Disambiguate GenericValue's [0] and ["string"]Zhihao Yuan
2014-09-04finally fixing `Reader::ParseString()`Kosta
2014-09-04more changesKosta
2014-09-04fix for `Reader::ParseString()` implementation plus some minor code cleanups ...Kosta
2014-09-04add `Key()->String()` forwarding to the `capitalize` exampleKosta
2014-09-04fix `simplereader.cpp` and the `Key()->String()` forwarding in `BaseReaderHan...Kosta
2014-08-11Add license and change indents from tab to space.Milo Yip
2014-07-13Suppress VC2013 warning in capitalizeMilo Yip
2014-07-12Add capitalize exampleMilo Yip
2014-07-12Suppress effc++ warning in messagereaderMilo Yip
2014-07-12Add messagereader exampleMilo Yip
2014-07-12Fixes main() return should be int in new examplesMilo Yip
2014-07-12Add simplereader, simplewriter examples.Milo Yip
2014-07-03tutorial.cpp: update for FindMember changePhilipp A. Hartmann
2014-07-02Fixes warningsMilo Yip
2014-06-30Merge branch 'master' into issue23errorcodemiloyip
2014-06-29Added overloaded functions for default parseFlagsMilo Yip
2014-06-29Minor adjustment to simpledom exampleMilo Yip
2014-06-28Fixes comment mistakesMilo Yip
2014-06-28Added a simple example and a diagram showing the process.Milo Yip
2014-06-26Add parse error codes and API for converting error code to text.Milo Yip
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-16Remove warnings in examplesmiloyip@gmail.com
2012-11-14Fixed Issue 7: GenericValue& operator[](const Ch* name) - bug if key not foundmiloyip@gmail.com
2011-12-03Added prettyauto example, which can handle UTF-8/UTF-16LE/UTF-16BE/UTF-32LE/U...miloyip@gmail.com
2011-11-29Added EncodedInputStream, AutoUTFInputStream, AutoUTFmiloyip@gmail.com
2011-11-22Added Flush() to concept stream. Add this new member function to all streams.miloyip@gmail.com
2011-11-21Added missing Flush() in examples. Flush() will be called in Writer later.miloyip@gmail.com
2011-11-21Implemented FileWriteStream with bufferingmiloyip@gmail.com
2011-11-18Initial version (0.1)miloyip@gmail.com