- 10 May, 2017 1 commit
-
-
Hartwig authored
-
- 04 May, 2017 3 commits
-
-
Milo Yip authored
Add fallthrough attribute to suppress GCC 7.1 warning
-
Harry Wong authored
-
Harry Wong authored
-
- 30 Apr, 2017 1 commit
-
-
Milo Yip authored
typo
-
- 29 Apr, 2017 1 commit
-
-
Matthew Early authored
-
- 24 Apr, 2017 1 commit
-
-
Milo Yip authored
Added ARM-Neon support for SIMD.SkipWhitespace*
-
- 22 Apr, 2017 1 commit
-
-
Milo Yip authored
Minor fixes
-
- 21 Apr, 2017 3 commits
-
-
Oliver Hahm authored
-
Oliver Hahm authored
-
Alejandro Martinez authored
Change-Id: Iaf210d029758723a7eeb7f28fc10cab7467889a9 Signed-off-by: Jun He <jun.he@arm.com>
-
- 17 Apr, 2017 1 commit
-
-
Milo Yip authored
Fix a non-type template parameter type mismatch
-
- 16 Apr, 2017 1 commit
-
-
Milo Yip authored
RAPIDJSON_STATIC_ASSERT: use C++11 static_assert, if available
-
- 14 Apr, 2017 1 commit
-
-
Philipp A. Hartmann authored
-
- 09 Apr, 2017 1 commit
-
-
Zhihao Yuan authored
This issues a warning in gcc7.
-
- 07 Apr, 2017 2 commits
- 27 Mar, 2017 2 commits
- 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 5 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.
-