- 08 Mar, 2017 1 commit
-
-
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 1 commit
-
-
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 7 commits
-
-
Milo Yip authored
Remove executable bit
-
Erik Froseth authored
Remove the executable bit for various .json files
-
John Stiles authored
-
John Stiles authored
-
John Stiles authored
-
John Stiles authored
-
John Stiles authored
-
- 01 Mar, 2017 3 commits
-
-
John Stiles authored
No-op blank line
-
Milo Yip authored
Token-by-token parser documentation
-
John Stiles authored
-
- 28 Feb, 2017 13 commits
-
-
StilesCrisis authored
Compilers generally provide a much smarter strlen than ours.
-
StilesCrisis authored
-
StilesCrisis authored
Make example code var names match API above for consistency
-
StilesCrisis authored
-
Milo Yip authored
Writer EndObject missing-value fix
-
Milo Yip authored
Null handler fix
-
StilesCrisis authored
We should not malloc the null-handler object and cast to OutputHandler; we need to actually invoke the constructor via placement new.
-
StilesCrisis authored
Add unit test for Issue 848 (segfault in ~Document)
-
StilesCrisis authored
PrettyWriter EndObject will now also assert if called when a key is missing its matching value.
-
StilesCrisis authored
Documented existing assertions in EndObject Added new assertion in EndObject to catch error condition where objects are ended with a key but no matching value.
-
StilesCrisis authored
Add unit tests expecting an assertion when writing an object with a key but no value.
-
StilesCrisis authored
-
Milo Yip authored
-
- 26 Feb, 2017 3 commits
- 24 Feb, 2017 3 commits
- 23 Feb, 2017 3 commits
-
-
StilesCrisis authored
-
StilesCrisis authored
A failed half-consume of “NaN” now returns “value invalid” instead of attempting to consume an “Inf”.
-
StilesCrisis authored
Noticed that the reader could over-consume “NaN” if token terminated in the middle.
-
- 07 Feb, 2017 1 commit
-
-
John Stiles authored
Add more tests! Good for coverage.
-