- 12 Jan, 2019 3 commits
-
-
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
-
- 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.
-
- 18 Dec, 2018 1 commit
-
-
David Avedissian authored
-
- 16 Dec, 2018 1 commit
-
-
Niels Lohmann authored
Feature/add file input adapter
-
- 14 Dec, 2018 1 commit
-
-
Jonathan Dumaresq authored
-
- 12 Dec, 2018 9 commits
-
-
Jonathan Dumaresq authored
-
Jonathan Dumaresq authored
-
Jonathan Dumaresq authored
refactor unit test in case of throw, the fclose will not be called. using unique_ptr with custom destructor will ensure that
-
Jonathan Dumaresq authored
-
Jonathan Dumaresq authored
-
Jonathan Dumaresq authored
-
Jonathan Dumaresq authored
-
Jonathan Dumaresq authored
-
Jonathan Dumaresq authored
-
- 11 Dec, 2018 2 commits
-
-
Jonathan Dumaresq authored
Add the possibility of using FILE * from cstdio library to read a file. This enable the possibility of using low eand device with this library.
-
Jonathan Dumaresq authored
Add the possibility of using FILE * from cstdio library to read a file. This enable the possibility of using low eand device with this library.
-
- 08 Dec, 2018 1 commit
-
-
David Avedissian authored
-
- 04 Dec, 2018 2 commits
-
-
Niels Lohmann authored
Link to issue #958 broken
-
kjpus authored
-
- 02 Dec, 2018 2 commits
-
-
Niels Lohmann authored
recommend using explicit from JSON conversions
-
Niels Lohmann authored
readme: fix typo
-
- 01 Dec, 2018 1 commit
-
-
Manvendra Singh authored
-