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
2016-02-08Try fixing 64-bit printf macroMilo Yip
2016-02-08Add jsonx exampleMilo Yip
2016-01-31Change indentation to spaceMilo Yip
2016-01-29Add schema validator exampleMilo Yip
2016-01-23Try to fix a clang missing assignment warningMilo Yip
2016-01-23Fix warnings in clang for C++11Milo Yip
2015-12-18Try to fix clang and gcc warnings problems againMilo Yip
2015-12-18Fix clang -WeverythingMilo Yip
2015-08-10added missing fields of CMakeList.txtZiyang LI
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