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
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
this fixed cmake error for me
2015-04-14Remove depreciated FileStreammiloyip
2015-04-03TypoMilo Yip
2015-04-02Merge pull request #279 from pah/fix/pedanticMilo Yip
Fixes for GCC with -pedantic
2015-04-01messagereader.cpp: drop trailing commaPhilipp A. Hartmann
2015-03-31tutorial.cpp: fix insitu parsing (closes #273)Philipp A. Hartmann
The insitu parsing example in the tutorial is using a local char buffer inside a nested scope. After leaving the scope, the resulting Document object still references this (now invalid) memory locations. Some compilers reuse this space on the stack for other local variables later in the function, corrupting the original document. Drop the local scope to extend the lifetime of the buffer.
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
CMake support
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
QCC -Wall -Wextra -Vgcc_ntoarmv7le -I../include <example>
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
* Support for both in-source and out-of-source builds * Set library version to 0.12 to map Debian package * Add separate options to build tests, examples and documentation * Add pkgconfig lookup support (if installed with `make install`) * Add CMake lookup support (if isntalled with `make install`) * Add Google Test Source lookup * Add CTest support for running tests (use `make test` or `ctest -V`)
2014-10-24Merge pull request #172 from lichray/patch-1Milo Yip
Demonstrate CRTP in SAX example
2014-10-24Demonstrate CRTP in SAX exampleZhihao Yuan
Closes: https://github.com/miloyip/rapidjson/issues/142
2014-10-24Disambiguate GenericValue's [0] and ["string"]Zhihao Yuan
2014-09-04finally fixing `Reader::ParseString()`Kosta
It was a copy-n-paste error for the last argument of `Key()` and `String()`...
2014-09-04more changesKosta
2014-09-04fix for `Reader::ParseString()` implementation plus some minor code cleanups ↵Kosta
and additions
2014-09-04add `Key()->String()` forwarding to the `capitalize` exampleKosta
2014-09-04fix `simplereader.cpp` and the `Key()->String()` forwarding in ↵Kosta
`BaseReaderHandler`
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