- 04 Mar, 2016 3 commits
- 18 Dec, 2015 1 commit
-
-
Milo Yip authored
-
- 14 Apr, 2015 1 commit
-
-
miloyip authored
-
- 31 Mar, 2015 1 commit
-
-
Philipp A. Hartmann authored
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.
-
- 23 Nov, 2014 1 commit
-
-
Anton Indrawan authored
QCC -Wall -Wextra -Vgcc_ntoarmv7le -I../include <example>
-
- 24 Oct, 2014 1 commit
-
-
Zhihao Yuan authored
-
- 11 Aug, 2014 1 commit
-
-
Milo Yip authored
-
- 03 Jul, 2014 1 commit
-
-
Philipp A. Hartmann authored
* use MemberIterator instead of plain pointer * check against MemberEnd() instead of NULL
-
- 29 Jun, 2014 1 commit
-
-
Milo Yip authored
Can write d.Parse(...) instead of d.Parse<0>(...) Hope to reduce strangeness and confusion for beginner.
-
- 25 Jun, 2014 2 commits
- 16 Nov, 2012 1 commit
-
-
miloyip@gmail.com authored
git-svn-id: https://rapidjson.googlecode.com/svn/trunk@95 c5894555-1306-4e8d-425f-1f6f381ee07c
-
- 14 Nov, 2012 1 commit
-
-
miloyip@gmail.com authored
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
-
- 18 Nov, 2011 1 commit
-
-
miloyip@gmail.com authored
git-svn-id: https://rapidjson.googlecode.com/svn/trunk@2 c5894555-1306-4e8d-425f-1f6f381ee07c
-