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-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
Also modify premake to add all projects in example folder.
2014-07-03tutorial.cpp: update for FindMember changePhilipp A. Hartmann
* use MemberIterator instead of plain pointer * check against MemberEnd() instead of NULL
2014-07-02Fixes warningsMilo Yip
2014-06-30Merge branch 'master' into issue23errorcodemiloyip
Conflicts: example/condense/condense.cpp include/rapidjson/reader.h test/unittest/readertest.cpp
2014-06-29Added overloaded functions for default parseFlagsMilo Yip
Can write d.Parse(...) instead of d.Parse<0>(...) Hope to reduce strangeness and confusion for beginner.
2014-06-29Minor adjustment to simpledom exampleMilo Yip
Showing the type Value and preventing member lookup twice.
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
Parse errors is represented as enum type `ParseErrorCode`. Error texts are optional for user. Added `GetParseError_En()` in `error/en.h`, user can localize this file into other files. User may dynamically change the locale in runtime.
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
2012-11-16Remove warnings in examplesmiloyip@gmail.com
git-svn-id: https://rapidjson.googlecode.com/svn/trunk@95 c5894555-1306-4e8d-425f-1f6f381ee07c
2012-11-14Fixed Issue 7: GenericValue& operator[](const Ch* name) - bug if key not foundmiloyip@gmail.com
Makes GenericValue::FindMember() public. Added array element and object member iteration APIs in examples. git-svn-id: https://rapidjson.googlecode.com/svn/trunk@83 c5894555-1306-4e8d-425f-1f6f381ee07c
2011-12-03Added prettyauto example, which can handle ↵miloyip@gmail.com
UTF-8/UTF-16LE/UTF-16BE/UTF-32LE/UTF-32BE Fixed a bug for using Reader with AutoUTFInputStream git-svn-id: https://rapidjson.googlecode.com/svn/trunk@50 c5894555-1306-4e8d-425f-1f6f381ee07c
2011-11-29Added EncodedInputStream, AutoUTFInputStream, AutoUTFmiloyip@gmail.com
git-svn-id: https://rapidjson.googlecode.com/svn/trunk@40 c5894555-1306-4e8d-425f-1f6f381ee07c
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-21Added missing Flush() in examples. Flush() will be called in Writer later.miloyip@gmail.com
git-svn-id: https://rapidjson.googlecode.com/svn/trunk@25 c5894555-1306-4e8d-425f-1f6f381ee07c
2011-11-21Implemented FileWriteStream with bufferingmiloyip@gmail.com
git-svn-id: https://rapidjson.googlecode.com/svn/trunk@23 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