- 16 Dec, 2016 7 commits
-
-
Niels Lohmann authored
-
Niels Lohmann authored
-
Niels Lohmann authored
-
Niels Lohmann authored
-
Niels Lohmann authored
-
Niels Lohmann authored
-
Niels Lohmann authored
-
- 14 Dec, 2016 2 commits
-
-
Niels Lohmann authored
-
Niels Lohmann authored
Replace class iterator and const_iterator by using a single template class to reduce code.
-
- 13 Dec, 2016 11 commits
-
-
Niels Lohmann authored
-
Niels Lohmann authored
🔀 fix issue #380: Signed integer overflow check -
Niels Lohmann authored
See https://travis-ci.org/nlohmann/json/jobs/183684093 for a failing build.
-
Bosswestfalen authored
-
Niels Lohmann authored
-
Niels Lohmann authored
-
Niels Lohmann authored
-
Niels Lohmann authored
-
Yixin Zhang authored
Use static_cast on digit.
-
Yixin Zhang authored
-
Yixin Zhang authored
Instead of checking something like `x * y + z > max` where `x * y` can overflow, check for `x > (max - z) / y` instead.
-
- 12 Dec, 2016 6 commits
-
-
Niels Lohmann authored
-
Bosswestfalen authored
Replaced class iterator and class const_iterator with aliases of template <typename U> iter_impl. iter_impl has operator const_iterator to create an const_iterator from an iterator.
-
Niels Lohmann authored
-
Niels Lohmann authored
-
Niels Lohmann authored
-
Niels Lohmann authored
-
- 11 Dec, 2016 9 commits
-
-
Niels Lohmann authored
-
Niels Lohmann authored
-
Niels Lohmann authored
-
Niels Lohmann authored
-
Niels Lohmann authored
-
Niels Lohmann authored
-
Niels Lohmann authored
Clang: quiet a warning
-
Niels Lohmann authored
-
Niels Lohmann authored
-
- 10 Dec, 2016 5 commits
-
-
Niels Lohmann authored
-
Niels Lohmann authored
-
Niels Lohmann authored
-
Jared Grubb authored
-
Niels Lohmann authored
-