- 25 Oct, 2018 1 commit
-
-
Niels Lohmann authored
-
- 23 Oct, 2018 2 commits
-
-
Niels Lohmann authored
-
Niels Lohmann authored
-
- 18 Oct, 2018 2 commits
-
-
Niels Lohmann authored
add new is_constructible_* traits used in from_json
-
Niels Lohmann authored
Add Meson related info to README
-
- 17 Oct, 2018 4 commits
-
-
Kostiantyn Ponomarenko authored
Add more information about how one can get a Meson wrap file. Signed-off-by: Kostiantyn Ponomarenko <konstantin.ponomarenko@gmail.com>
-
Niels Lohmann authored
Improve diagnostic messages for binary formats
-
Niels Lohmann authored
This commit is the equivalent of #1282 for CBOR, MessagePack, and UBJSON.
-
Théo DELRIEU authored
-
- 16 Oct, 2018 1 commit
-
-
Théo DELRIEU authored
is_compatible_* traits were used in from_json, but it made no sense whatsoever. It used to work because of non-SFINAE correctness + json_ref unconstrained variadic template constructor. SFINAE checks are becoming quite complex, we need a specification of some sort describing: * which concepts the library uses * how the conversion to/from json works in detail Having such a specification would really help simplifying the current code (as well as having meaningful checks). Fixes !1299
-
- 12 Oct, 2018 2 commits
-
-
Niels Lohmann authored
add constraints for variadic json_ref constructors
-
Théo DELRIEU authored
Fixes #1292
-
- 08 Oct, 2018 3 commits
-
-
Niels Lohmann authored
Improve diagnostic messages
-
Niels Lohmann authored
Removed linter warnings
-
Niels Lohmann authored
-
- 07 Oct, 2018 7 commits
-
-
Niels Lohmann authored
-
Niels Lohmann authored
-
Niels Lohmann authored
-
Niels Lohmann authored
-
Niels Lohmann authored
-
Niels Lohmann authored
-
Niels Lohmann authored
This is a follow-up to #1210.
-
- 06 Oct, 2018 3 commits
-
-
Niels Lohmann authored
Thirdparty benchmark: Fix Clang detection.
-
Niels Lohmann authored
-
Niels Lohmann authored
-
- 05 Oct, 2018 5 commits
-
-
Niels Lohmann authored
-
Niels Lohmann authored
-
Niels Lohmann authored
-
Niels Lohmann authored
-
Gregorio Litenstein authored
CMake 3.0+ refers to macOS’ Clang as AppleClang, which would fail a STREQUAL check. Fixed by changing it to MATCHES.
-
- 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
-