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 (Collapse)Author
2014-08-17Add Stack::ShrinkToFit() and some refactoring.Milo Yip
Lazy allocation. (so Document not for parsing don't need to allocate stack). Remove redundant stackCapacity member variable.
2014-08-11Add license and change indents from tab to space.Milo Yip
2014-07-26Make Stack::Push() force inline in normal pathMilo Yip
2014-07-02Fixes warningsMilo Yip
2014-06-25Fixed some clang -Weverything warnings.Milo Yip
2014-06-25Revert "Remove some clang -Weverything warnings."Milo Yip
This reverts commit e4ffa48a7563e892047c27f0a50fdeb6f71e6b8b.
2014-06-25Remove some clang -Weverything warnings.Milo Yip
2011-11-22Added Flush() to concept stream. Add this new member function to all streams.miloyip@gmail.com
Writer and PrettyWriter automatically calls Flush() at the end of JSON text. git-svn-id: https://rapidjson.googlecode.com/svn/trunk@27 c5894555-1306-4e8d-425f-1f6f381ee07c
2011-11-18Initial version (0.1)miloyip@gmail.com
git-svn-id: https://rapidjson.googlecode.com/svn/trunk@2 c5894555-1306-4e8d-425f-1f6f381ee07c