- 29 Sep, 2018 6 commits
-
-
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 1 commit
-
-
Kostiantyn Ponomarenko authored
-
- 19 Sep, 2018 1 commit
-
-
Niels Lohmann authored
Use a version check to provide backwards comatible CMake imported target names
-
- 18 Sep, 2018 5 commits
-
-
David Guthrie authored
-
Chuck Atkins authored
-
Niels Lohmann authored
See https://lgtm.com/projects/g/nlohmann/json
-
Niels Lohmann authored
Better error 305
-
- 17 Sep, 2018 1 commit
-
-
Ben Berman authored
-
- 10 Sep, 2018 2 commits
-
-
Niels Lohmann authored
Move lambda out of unevaluated context
-
mandreyel authored
-
- 09 Sep, 2018 2 commits
-
-
Niels Lohmann authored
-
Niels Lohmann authored
Remove static asserts
-
- 07 Sep, 2018 12 commits
-
-
Théo DELRIEU authored
-
Théo DELRIEU authored
-
Théo DELRIEU authored
-
Théo DELRIEU authored
-
Théo DELRIEU authored
-
Théo DELRIEU authored
-
Théo DELRIEU authored
-
Théo DELRIEU authored
-
Théo DELRIEU authored
-
Théo DELRIEU authored
-
Théo DELRIEU authored
-
Théo DELRIEU authored
-
- 06 Sep, 2018 1 commit
-
-
Niels Lohmann authored
-
- 30 Aug, 2018 2 commits
-
-
Ben Berman authored
-
Ben Berman authored
Addresses #1220
-