- 29 Oct, 2015 2 commits
-
-
-
stunney authored
To create a nupkg, call CoApp's Write-NuGetPackage .\rapidjson.autopkg -defines:MYVERSION=1.0.2 (or whatever version you want to call it)
-
- 28 Oct, 2015 1 commit
-
-
Milo Yip authored
-
- 27 Oct, 2015 3 commits
- 26 Oct, 2015 2 commits
- 22 Oct, 2015 1 commit
-
-
Milo Yip authored
-
- 15 Oct, 2015 3 commits
-
-
Milo Yip authored
Add missing return statement, fix #448
-
etiennebatise authored
-
Milo Yip authored
Add break at default switch case statements fix #444
-
- 14 Oct, 2015 2 commits
-
-
etiennebatise authored
fix issue #444
-
Milo Yip authored
Introduce comments support
-
- 13 Oct, 2015 1 commit
-
-
Andrey authored
* Comments parsing function correctly handles EOF. * Since SkipWhitespaceAndComments can generate errors, its calls should be followed by RAPIDJSON_PARSE_ERROR_EARLY_RETURN macro. * Some tests to make the bug never appear again.
-
- 11 Oct, 2015 1 commit
-
-
Andrey authored
-
- 10 Oct, 2015 1 commit
-
-
FrankHB authored
<algorith> should be <algorithm>.
-
- 09 Oct, 2015 1 commit
-
-
Sean Leather authored
Might help some people see things better when skimming.
-
- 08 Oct, 2015 1 commit
-
-
Milo Yip authored
Keep Document value unchanged on parse error, fixes #437
-
- 07 Oct, 2015 2 commits
-
-
Philipp A. Hartmann authored
-
Philipp A. Hartmann authored
Keeping the DOM unchanged in case of an error is the intended behaviour according to the [documentation] [1]. Instead of forcing the value to `kNullType` before starting the parsing, store the parsed value upon success via regular move. [1]: https://miloyip.github.io/rapidjson/md_doc_dom.html#ParseError
-
- 19 Sep, 2015 1 commit
-
-
Milo Yip authored
Fix UB in GenericDocument::ParseStream
-
- 16 Sep, 2015 3 commits
-
-
Rodion Malinovsky authored
-
Rodion Malinovsky authored
To check is it possible to expose allocator.
-
Rodion Malinovsky authored
-
- 03 Sep, 2015 1 commit
-
-
Milo Yip authored
check return of fwrite to avoid warn_unused_result build failures. Fixed #420. Thank you.
-
- 02 Sep, 2015 1 commit
-
-
Kurt Johnson authored
-
- 01 Sep, 2015 2 commits
- 14 Aug, 2015 1 commit
-
-
Milo Yip authored
BigInteger: guard against self-assignment
-
- 13 Aug, 2015 3 commits
-
-
Philipp A. Hartmann authored
Related-to: #404. Suggested-by: @cosinekitty
-
Milo Yip authored
-
Milo Yip authored
doc: 自定义流应当使用 ParseStream 而不是 Parse
-
- 12 Aug, 2015 1 commit
-
-
Force.Charlie-I authored
-
- 10 Aug, 2015 2 commits
- 07 Aug, 2015 2 commits
- 04 Aug, 2015 1 commit
-
-
Milo Yip authored
Fix include location
-
- 03 Aug, 2015 1 commit
-
-
Ivan Kravets authored
-