- 07 Aug, 2020 1 commit
-
-
Jun Jie authored
This fixes #2343
-
- 06 Aug, 2020 2 commits
-
-
Niels Lohmann authored
-
Niels Lohmann authored
-
- 01 Aug, 2020 2 commits
-
-
Niels Lohmann authored
Fix fallthrough warning
-
Niels Lohmann authored
Fix lexer to properly cope with repeated comments
-
- 31 Jul, 2020 4 commits
-
-
Niels Lohmann authored
-
Niels Lohmann authored
-
Niels Lohmann authored
Fix name of Homebrew formula in documentation
-
Niels Lohmann authored
Fix a bug due to missing overloads in ordered_map container
-
- 30 Jul, 2020 3 commits
-
-
Niels Lohmann authored
-
Niels Lohmann authored
fix typo
-
Niels Lohmann authored
-
- 28 Jul, 2020 6 commits
-
-
Niels Lohmann authored
-
I authored
-
Niels Lohmann authored
-
Niels Lohmann authored
cmake: install pkg-config file relative to current_binary_dir
-
Niels Lohmann authored
-
Niels Lohmann authored
Fixed installation of pkg-config file on other than Ubuntu
-
- 27 Jul, 2020 6 commits
-
-
Eli Schwartz authored
When the testsuite is enabled, the "cmake_add_subdirectory" test adds a second copy of the project into the build configuration, and the project files are installed twice. This becomes super problematic when it tries to install a file from CMAKE_BINARY_DIR which is only available in CMAKE_CURRENT_BINARY_DIR and bombs out with the following error message: ``` [...] -- Installing: <DESTDIR>/usr/lib/cmake/nlohmann_json/nlohmann_jsonTargets.cmake CMake Error at test/cmake_add_subdirectory/nlohmann_json/cmake_install.cmake:73 (file): file INSTALL cannot find "......./nlohmann-json/builddir/test/cmake_add_subdirectory/nlohmann_json.pc": No such file or directory. Call Stack (most recent call first): test/cmake_add_subdirectory/cmake_install.cmake:47 (include) test/cmake_install.cmake:49 (include) cmake_install.cmake:94 (include) ```
-
Vitaly Zaitsev authored
distributions. Signed-off-by: Vitaly Zaitsev <vitaly@easycoding.org>
-
Niels Lohmann authored
-
Niels Lohmann authored
-
Niels Lohmann authored
-
Niels Lohmann authored
-
- 26 Jul, 2020 7 commits
-
-
Niels Lohmann authored
-
Niels Lohmann authored
-
Niels Lohmann authored
-
Niels Lohmann authored
-
Niels Lohmann authored
-
Niels Lohmann authored
-
Niels Lohmann authored
Update documentation
-
- 25 Jul, 2020 9 commits
-
-
Niels Lohmann authored
-
Niels Lohmann authored
-
Niels Lohmann authored
-
Niels Lohmann authored
fixes unused variable 'ex' for #2304
-
Niels Lohmann authored
Add support for high-precision numbers in UBJSON encoding
-
-
Niels Lohmann authored
-
-
Niels Lohmann authored
Fix bug in CBOR tag handling
-