- 30 Jun, 2017 1 commit
-
-
Leo Mehr authored
In the move example, the code uses `contacts` when the diagrams use `contact` (no 's') The code in the example: ``` Value contacts(kArrayType); // adding elements to contacts array. // ... o.AddMember("contacts", contacts, d.GetAllocator()); // deep clone contacts (may be with lots of allocations) // destruct contacts. ```
-
- 28 Jun, 2017 2 commits
- 21 Jun, 2017 2 commits
- 15 Jun, 2017 1 commit
-
-
kyb authored
Fixed #985 : Unittest failed with MinGWx64. And few small improvement were done while looking for mistakes. Problem was because of Windows uses backslashes '\', not Unix '/'
-
- 09 Jun, 2017 2 commits
- 28 May, 2017 1 commit
-
-
Milo Yip authored
Fixup #964 by forwarding copyConstStrings recursively
-
- 27 May, 2017 1 commit
-
-
Philipp A. Hartmann authored
As reported by @Llerd in #962, the `copyConstStrings` parameter has not been forwarded recursively to the constructors of object members and array elements.
-
- 25 May, 2017 3 commits
-
-
Milo Yip authored
Storage class is not first - encodings.h
-
Tomasz Noczynski (Linux) authored
warning #1879: unimplemented pragma ignored: #pragma intrinsic(_BitScanReverse64) warning #1879: unimplemented pragma ignored: #pragma intrinsic(_umul128)
-
Tomasz Noczynski (Linux) authored
If storage class is not specified as first in declaration then Intel C++ Compiler 2017 generates message: message #82: storage class is not first
-
- 19 May, 2017 1 commit
-
-
Milo Yip authored
GenericValue::CopyFrom: add option to force copying of strings
-
- 18 May, 2017 1 commit
-
-
Philipp A. Hartmann authored
Copying the result of an in-situ parsing into another value/document currently requires that the original buffer - still holding the strings from the parsing, outlives the destination object as well. In order to obtain a "full" copy of a GenericValue, this commit adds an optional flag `copyConstStrings` to `CopyFrom`, which then forces to take a copy of all embedded strings in the source value. This solves the problem discussed in #962.
-
- 12 May, 2017 3 commits
- 11 May, 2017 2 commits
- 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
-