- 25 Mar, 2017 1 commit
-
-
Milo Yip authored
Fixed bug on space hexadecimal encoding
-
- 24 Mar, 2017 1 commit
-
-
Alejandro Martinez authored
-
- 23 Mar, 2017 1 commit
-
-
Alejandro Martinez authored
-
- 22 Mar, 2017 1 commit
-
-
Alejandro Martinez authored
-
- 20 Mar, 2017 2 commits
- 19 Mar, 2017 1 commit
-
-
shadeware authored
-
- 16 Mar, 2017 4 commits
- 15 Mar, 2017 3 commits
-
-
John Stiles authored
Missed PrettyWriter in the initial fix for Issue #889
-
John Stiles authored
This is helpful if you’re writing code that needs to control flush behavior and you don’t want to pass around your buffer object to each handler function alongside the writer. Seems like an easy convenience to add.
-
John Stiles authored
-
- 14 Mar, 2017 2 commits
-
-
John Stiles authored
Merge back
-
Clemens Arth authored
-
- 13 Mar, 2017 7 commits
-
-
John Stiles authored
-
John Stiles authored
v_ has a value assigned to it as part of ParseNext() which happens in the constructor, but that’s not soon enough for GCC
-
John Stiles authored
GCC and Clang cannot agree on what constitutes a good switch statement.
-
Milo Yip authored
Issue 889
-
John Stiles authored
Fix clang -Wswitch-enum warnings. Made NextArrayValue() more robust—now handles error state correctly, will enter error state if an unexpected state is reached. Made separate states for each value type to simplify getters. Simplified implementation of skipping arrays and objects. Skipping an object now works whether you’ve retrieved the key or not.
-
John Stiles authored
It did not support char arrays.
-
John Stiles authored
-
- 09 Mar, 2017 2 commits
-
-
StilesCrisis authored
-
Milo Yip authored
Lookahead Parser
-
- 08 Mar, 2017 7 commits
-
-
John Stiles authored
-
John Stiles authored
-
Milo Yip authored
Fix -Werror=effc++ errors with GNU 6.3.1
-
StilesCrisis authored
-
StilesCrisis authored
-
Ted Lyngmo authored
Fix "'MyHandler::type’ should be initialized in the member initialization list [-Werror=effc++]" errors. https://github.com/miloyip/rapidjson/issues/874
-
Ted Lyngmo authored
Fix "'MyHandler::type’ should be initialized in the member initialization list [-Werror=effc++]" errors. https://github.com/miloyip/rapidjson/issues/874
-
- 06 Mar, 2017 2 commits
-
-
John Stiles authored
-
Milo Yip authored
Use native strlen
-
- 05 Mar, 2017 5 commits
-
-
John Stiles authored
Disambiguate by putting the ENABLEIF on the return value instead of in the argument list.
-
John Stiles authored
Assert in case users attempt to pass a char array to String() or Key() that is not null terminated; that is not the intended use of the API. Null terminate your string buffers.
-
John Stiles authored
Same fix as previous commit, to prettywriter
-
John Stiles authored
No strlen call needs to be made when templates can auto-deduce the string length. No strlen = faster! Unfortunately this needs a touch of SFINAE to allow multiple overrides to coexist cleanly.
-
John Stiles authored
-
- 03 Mar, 2017 1 commit
-
-
Milo Yip authored
Remove executable bit
-