- 05 Oct, 2018 4 commits
-
-
Niels Lohmann authored
-
Niels Lohmann authored
-
Niels Lohmann authored
-
Niels Lohmann authored
-
- 04 Oct, 2018 3 commits
-
-
Niels Lohmann authored
-
Niels Lohmann authored
-
Niels Lohmann authored
Fix warning C4127: conditional expression is constant
-
- 03 Oct, 2018 7 commits
-
-
Antonio Borondo authored
-
Antonio Borondo authored
-
Antonio Borondo authored
-
Antonio Borondo authored
-
Antonio Borondo authored
-
Antonio Borondo authored
-
Niels Lohmann authored
docs: Add additional CMake documentation
-
- 02 Oct, 2018 3 commits
-
-
Niels Lohmann authored
Turn off additional deprecation warnings for GCC.
-
Chuck Atkins authored
-
Chuck Atkins authored
In follow up from the conversation in #1269, this adds the `-Wno-deprecate-declarations` flag to unit tests to allow them to test deprecated APIs without all the noisy compiler warnings. This also refactors the setting of build properties for test targets to use `target_<...>` commands instead of `set_target_properties()`.
-
- 01 Oct, 2018 3 commits
-
-
Niels Lohmann authored
Fix broken cmake imported target alias
-
Chuck Atkins authored
-
Chuck Atkins authored
-
- 30 Sep, 2018 1 commit
-
-
Chuck Atkins authored
-
- 29 Sep, 2018 9 commits
-
-
Niels Lohmann authored
Fix issue #1237
-
Niels Lohmann authored
-
Niels Lohmann authored
-
Niels Lohmann authored
-
Niels Lohmann authored
Add a get overload taking a parameter.
-
Niels Lohmann authored
Closes #1222
-
-
Niels Lohmann authored
Closes #1222
-
Niels Lohmann authored
unit-testsuites.cpp: fix hangup if file not found
-
- 28 Sep, 2018 3 commits
-
-
knilch authored
If run from the wrong directory, std::ifstream f("test/data/big-list-of-naughty-strings/blns.json"); will not find the file and thus f.eof() will never return true. Use canonical C++ file reading loop from https://gehrcke.de/2011/06/reading-files-in-c-using-ifstream-dealing-correctly-with-badbit-failbit-eofbit-and-perror/ instead.
-
Théo DELRIEU authored
Takes an lvalue reference, and returns the same reference. This allows non-default constructible types to be converted without specializing adl_serializer. This overload does not require CopyConstructible either. Implements #1227
-
Niels Lohmann authored
GCC 48
-
- 27 Sep, 2018 1 commit
-
-
Henry Fredrick Schreiner authored
-
- 25 Sep, 2018 1 commit
-
-
Chris Harris authored
See https://github.com/nlohmann/json/pull/212 for details
-
- 22 Sep, 2018 2 commits
-
-
Niels Lohmann authored
Add version and license to meson.build
-
Niels Lohmann authored
#1179 Reordered the code. It seems to stop clang 3.4.2 in RHEL 7 from crash…
-
- 20 Sep, 2018 2 commits
-
-
Kostiantyn Ponomarenko authored
-
Théo DELRIEU authored
* Make the conversion operator SFINAE correct. * Workaround a GCC bug with some traits in type_traits.hpp The first bullet-point implies that every `get`/`get_ptr` be SFINAE correct as well.
-
- 19 Sep, 2018 1 commit
-
-
Niels Lohmann authored
Use a version check to provide backwards comatible CMake imported target names
-