- 11 Jul, 2020 5 commits
-
-
Niels Lohmann authored
-
https://github.com/nlohmann/jsonNiels Lohmann authored
Conflicts: include/nlohmann/detail/input/binary_reader.hpp include/nlohmann/detail/input/json_sax.hpp include/nlohmann/detail/input/lexer.hpp include/nlohmann/detail/input/parser.hpp include/nlohmann/detail/json_pointer.hpp include/nlohmann/detail/output/serializer.hpp include/nlohmann/json.hpp single_include/nlohmann/json.hpp
-
Niels Lohmann authored
-
Niels Lohmann authored
-
Niels Lohmann authored
-
- 10 Jul, 2020 1 commit
-
-
Niels Lohmann authored
-
- 09 Jul, 2020 6 commits
-
-
Niels Lohmann authored
Add pkg-config file
-
Niels Lohmann authored
Make assert configurable via JSON_ASSERT
-
Niels Lohmann authored
-
Érico Rolim authored
-
Palmer Dabbelt authored
The meson builds install a pkg-config file, but the cmake builds don't. This adds a pkg-config file to the cmake builds that is functionally equivalent to the one generated from meson.
-
Niels Lohmann authored
Fix regression from #2181
-
- 08 Jul, 2020 4 commits
-
-
Niels Lohmann authored
-
Niels Lohmann authored
-
Niels Lohmann authored
-
Niels Lohmann authored
-
- 06 Jul, 2020 7 commits
-
-
Niels Lohmann authored
-
-
Niels Lohmann authored
-
Niels Lohmann authored
-
Niels Lohmann authored
-
Niels Lohmann authored
Add specialization of get_to
-
Niels Lohmann authored
Refine documentation of error_handler parameter
-
- 30 Jun, 2020 3 commits
-
-
Niels Lohmann authored
-
Niels Lohmann authored
-
Niels Lohmann authored
-
- 29 Jun, 2020 2 commits
-
-
Niels Lohmann authored
Simplify conversion from/to custom types
-
Niels Lohmann authored
-
- 28 Jun, 2020 1 commit
-
-
Niels Lohmann authored
Remove unused typedefs
-
- 27 Jun, 2020 8 commits
-
-
Niels Lohmann authored
-
https://github.com/nlohmann/jsonNiels Lohmann authored
Conflicts: include/nlohmann/detail/input/binary_reader.hpp include/nlohmann/detail/input/input_adapters.hpp include/nlohmann/detail/input/lexer.hpp include/nlohmann/detail/output/binary_writer.hpp include/nlohmann/json.hpp single_include/nlohmann/json.hpp
-
Niels Lohmann authored
-
Niels Lohmann authored
-
Niels Lohmann authored
-
Niels Lohmann authored
Add option to ignore comments in parse/accept functions
-
Niels Lohmann authored
Enable CMake policy CMP0077
-
Niels Lohmann authored
Fix Clang-Tidy warnings
-
- 26 Jun, 2020 1 commit
-
-
Alex Reinking authored
Projects that import json via [FetchContent](https://cmake.org/cmake/help/latest/module/FetchContent.html) or `add_subdirectory` pointed at a git submodule may want to set `JSON_BuildTests` to "NO". However, this doesn't work without creating an identical `option()` in the importing project. Enabling CMP0077 in supported versions of CMake changes the behavior of `option()` to allow importing projects to set default values for the variables without touching the cache. See the documentation for CMP0077 here: https://cmake.org/cmake/help/latest/policy/CMP0077.html
-
- 24 Jun, 2020 1 commit
-
-
Niels Lohmann authored
Fix consistency in function `int_to_string()`
-
- 23 Jun, 2020 1 commit
-
-
Niels Lohmann authored
Fix issue#1275
-