- 14 Jun, 2016 2 commits
-
-
Eli Fidler authored
note that std::numeric_limits<uint64_t>::max() and std::numeric_limits<int64_t>::max() aren't exactly representable in a double, so we need to be strictly less to be definitely lossless UBSAN gave during Value.IsLosslessDouble test: include/rapidjson/document.h:955:42: runtime error: value 1.84467e+19 is outside the range of representable values of type 'unsigned long'
-
Eli Fidler authored
maybe these tests should just be deleted? UBSAN gave: runtime error: signed integer overflow: -9223372036854775808 - 1 cannot be represented in type 'long' runtime error: signed integer overflow: -9223372036854775808 - 2 cannot be represented in type 'long'
-
- 13 Jun, 2016 1 commit
-
-
Eli Fidler authored
specifically, "expression with side effects has no effect in an unevaluated context"
-
- 16 Apr, 2016 1 commit
-
-
Milo Yip authored
-
- 04 Apr, 2016 1 commit
-
-
Milo Yip authored
-
- 05 Mar, 2016 1 commit
-
-
Milo Yip authored
-
- 04 Mar, 2016 1 commit
-
-
Milo Yip authored
-
- 29 Feb, 2016 1 commit
-
-
Sergey Kosarevsky authored
-
- 21 Feb, 2016 2 commits
- 18 Feb, 2016 2 commits
- 15 Feb, 2016 1 commit
-
-
Milo Yip authored
#330
-
- 14 Feb, 2016 1 commit
-
-
Milo Yip authored
-
- 13 Feb, 2016 4 commits
- 12 Feb, 2016 2 commits
- 06 Feb, 2016 1 commit
-
-
Milo Yip authored
-
- 23 Jan, 2016 2 commits
- 18 Dec, 2015 5 commits
- 13 Jul, 2015 1 commit
-
-
Philipp A. Hartmann authored
-
- 21 May, 2015 1 commit
-
-
miloyip authored
-
- 12 May, 2015 1 commit
-
-
miloyip authored
-
- 18 Apr, 2015 1 commit
-
-
miloyip authored
-
- 13 Apr, 2015 3 commits
- 10 Apr, 2015 3 commits
- 10 Mar, 2015 1 commit
-
-
Philipp A. Hartmann authored
As discovered by @felipegb94, there are missing overloads to the `GenericValue::AddMember<T>` template function, taking an explicit `GenericValue&` as a name and accepting arbitrary primitive values. This patch adds the missing overloads. The `StringRefType` overload is needed to disambiguate the addition of a string literal as value. Some tests are added to `TEST(Value, Object)` in `valuetest.cpp`.
-
- 17 Feb, 2015 1 commit
-
-
unknown authored
-