- 16 Jun, 2018 6 commits
- 15 Jun, 2018 5 commits
- 01 Jun, 2018 1 commit
-
-
bogaotory authored
again, in relation to solving issue #784, use `SizeType`-typed variable to indicate a none-zero length string has been given in the schema as default value for the json property; added an unittest `Object_Required_PassWithDefault`
-
- 16 May, 2018 1 commit
-
-
Florin Malita authored
When parsing negative exponents, the current implementation takes precautions for |exp| to not underflow int. But that is not sufficient: later on [1], |exp + expFrac| is also stored to an int - so we must ensure that the sum stays within int representable values. Update the exp clamping logic to take expFrac into account. [1] https://github.com/Tencent/rapidjson/blob/master/include/rapidjson/reader.h#L1690
-
- 11 May, 2018 3 commits
-
-
John Stiles authored
-
John Stiles authored
-
John Stiles authored
-
- 09 Apr, 2018 1 commit
-
-
Zoltan Kovago authored
-
- 26 Mar, 2018 3 commits
-
-
Christian Semmler authored
-
Christian Semmler authored
-
Christian Semmler authored
-
- 14 Mar, 2018 1 commit
-
-
MaximeBF authored
Change long/ulong as int/uint on MSC unit tests to be more inline with other templated functions unit tests
-
- 08 Mar, 2018 2 commits
- 13 Feb, 2018 1 commit
-
-
Milo Yip authored
Fix #1152
-
- 13 Jan, 2018 2 commits
- 27 Nov, 2017 1 commit
-
-
Étienne Dupuis authored
-
- 30 Sep, 2017 1 commit
-
-
Yuri Khan authored
-
- 29 Sep, 2017 1 commit
-
-
KaitoHH authored
-
- 24 Sep, 2017 1 commit
-
-
Yuri Khan authored
-
- 23 Sep, 2017 1 commit
-
-
Yuri Khan authored
-
- 16 Sep, 2017 1 commit
-
-
Yuri Khan authored
-
- 13 Sep, 2017 1 commit
-
-
Milo Yip authored
-
- 06 Sep, 2017 1 commit
-
-
Christopher Warrington authored
-
- 07 Aug, 2017 2 commits
- 05 Aug, 2017 2 commits
- 13 Jul, 2017 1 commit
-
-
Milo Yip authored
Gave up using static binding for null handler, because it cannot be used with arbitrary handler type. Change `OutputHandler handler_` to pointer type.
-
- 09 Jul, 2017 1 commit
-
-
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
-