- 15 Jan, 2019 1 commit
-
-
Patrick Boettcher authored
Since 6503e83e "Improve dump_integer performance by implementing a more efficient int2ascii" an unused variable and thus a warning existed.
-
- 13 Jan, 2019 6 commits
-
-
Niels Lohmann authored
Closes #1400.
-
Niels Lohmann authored
-
Niels Lohmann authored
-
Niels Lohmann authored
Closes #1405
-
Niels Lohmann authored
- Catch 1.12.0 -> 1.12.2 - Google Benchmark 1.3.0 -> 1.4.1
-
Niels Lohmann authored
Improve dump_integer performance
-
- 12 Jan, 2019 6 commits
-
-
Niels Lohmann authored
Fix x64 target platform for appveyor
-
Isaac Nickaein authored
Add some unit tests for formatting integers to keep code coverage as before.
-
Isaac Nickaein authored
This benchmark is a sample of 1 million "small" integers in range [-1000000 1000000) sampled from uniform distribution.
-
Isaac Nickaein authored
This commits implements a faster int2ascii inspired by "Fastware" talk given by Andrei Alexandrescu. See: https://www.youtube.com/watch?v=o4-CwDo2zpg
-
Isaac Nickaein authored
-
Niels Lohmann authored
Updated year in README.md
-
- 11 Jan, 2019 1 commit
-
-
Jef LeCompte authored
-
- 10 Jan, 2019 2 commits
-
-
Niels Lohmann authored
Fixed broken links in the README file
-
Michele Caini authored
-
- 09 Jan, 2019 5 commits
-
-
Niels Lohmann authored
Fixed broken links in the README file
-
Niels Lohmann authored
Closes #1132.
-
Niels Lohmann authored
docs: typo in README
-
Michele Caini authored
-
Michele Caini authored
-
- 08 Jan, 2019 1 commit
-
-
Mark Beckwith authored
inintended -> unintended
-
- 05 Jan, 2019 1 commit
-
-
Isaac Nickaein authored
-
- 01 Jan, 2019 1 commit
-
-
Niels Lohmann authored
buildsystem: relax requirement on cmake version
-
- 31 Dec, 2018 1 commit
-
-
Yann E. MORIN authored
Commit 73cc5089 (Using target_compile_features to specify C++ 11 standard) bumped the required cmake version, from 3.0 to 3.8, so as to get the definition of target_compile_features(). However, target_compile_features() was introduced in cmake-3.1: https://cmake.org/cmake/help/v3.1/command/target_compile_features.html And using cmake-3.1 is indeed sufficient to properly build. As such, relax the minimum required version down to cmake-3.1, so we can build on oldish, entreprise-grade distributions that only have cmake-3.1 (or at least, don't have up to cmake-3.8). Reported-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com> Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
-
- 30 Dec, 2018 1 commit
-
-
Niels Lohmann authored
"V567 The modification of the 'position.chars_read_current_line' variable is unsequenced relative to another operation on the same variable. This may lead to undefined behavior."
-
- 23 Dec, 2018 1 commit
-
-
Niels Lohmann authored
-
- 21 Dec, 2018 6 commits
-
-
Niels Lohmann authored
-
Niels Lohmann authored
-
Niels Lohmann authored
-
Niels Lohmann authored
-
Niels Lohmann authored
-
Niels Lohmann authored
-
- 20 Dec, 2018 5 commits
-
-
Niels Lohmann authored
-
Niels Lohmann authored
-
Niels Lohmann authored
-
Niels Lohmann authored
-
Niels Lohmann authored
Added Support for Structured Bindings
-
- 19 Dec, 2018 2 commits
-
-
Pratik Chowdhury authored
For further details, read https://github.com/nlohmann/json/issues/1388 and https://blog.tartanllama.xyz/structured-bindings/
-
Niels Lohmann authored
Add a SFINAE friendly iterator_traits and use that instead.
-