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
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