- 04 Sep, 2017 2 commits
- 02 Sep, 2017 1 commit
-
-
Crunkle authored
-
- 01 Sep, 2017 1 commit
-
-
Minmin Gong authored
-
- 07 Aug, 2017 4 commits
- 05 Aug, 2017 4 commits
- 28 Jul, 2017 2 commits
-
-
Milo Yip authored
Issue #1028: Visual Studio natvis file.
-
Bart Muzzin authored
-
- 13 Jul, 2017 2 commits
- 11 Jul, 2017 2 commits
- 10 Jul, 2017 6 commits
-
-
Philipp A. Hartmann authored
-
Philipp A. Hartmann authored
* Upgrade to the latest Doxygen version 1.8.13 * Drop unused variable DOXYGEN_BIN * Reenable --single-branch (travis-ci/travis-ci#5225 is closed)
-
Milo Yip authored
Travis: Switch to Ubuntu 14.04 (Trusty)
-
Milo Yip authored
Improve handling of NULL strings
-
Milo Yip authored
ParseResult: improve bool conversion and add operator!=
-
Milo Yip authored
Tutorial: fix typos in examples and broken links
-
- 09 Jul, 2017 4 commits
-
-
Philipp A. Hartmann authored
* Safely assert upon passing NULL string without length (requires usage of RAPIDJSON_ASSERT within an expression) * Allow using a NULL string together with an explicit length 0 (GenericStringRef, GenericValue::SetString, ...), see #817 * Add GenericValue::SetString(StringRefType, Allocator&) overload * Add tests for the various cases
-
Philipp A. Hartmann authored
-
Philipp A. Hartmann authored
-
Philipp A. Hartmann authored
* Use safe-bool idiom for boolean conversion to avoid accidental misuse of ParseResult values (closes #989) * Add operator!= to support more comparison expressions (previously silently/erroneously used operator bool)
-
- 30 Jun, 2017 2 commits
-
-
Leo Mehr authored
-
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 1 commit
-
-
Milo Yip authored
Storage class is not first - encodings.h
-