Commits on Source 5
-
Christof Kaufmann authored
-
Christof Kaufmann authored
-
Christof Kaufmann authored
spdlog can use the bundled header-only fmt lib or a shared lib. However, compatibility to the external fmt lib is somewhat fragile. But when using e. g. the package from the linux distribution we cannot decide to use the bundled fmt lib (it is not bundled in the package). With this commit, we just test whether logging custom types work with a preinstalled spdlog. If it works, we use it. If it does not work or if it is not even installed, we build spdlog using the bundled fmt lib from git.
-
Christof Kaufmann authored
-
Christof Kaufmann authored
Showing
- CMakeLists.txt 22 additions, 2 deletionsCMakeLists.txt
- README.md 219 additions, 131 deletionsREADME.md
- cmake/spdlog-compile-test/CMakeLists.txt 12 additions, 0 deletionscmake/spdlog-compile-test/CMakeLists.txt
- cmake/spdlog-compile-test/main.cpp 33 additions, 0 deletionscmake/spdlog-compile-test/main.cpp
- doc/doxyfile 150 additions, 69 deletionsdoc/doxyfile
- doc/doxyfileinternal 150 additions, 69 deletionsdoc/doxyfileinternal
- include/datafusor.h 3 additions, 3 deletionsinclude/datafusor.h
- include/image.h 17 additions, 17 deletionsinclude/image.h
- include/logging.h 17 additions, 15 deletionsinclude/logging.h
- include/parallelizer.h 6 additions, 3 deletionsinclude/parallelizer.h
- include/proxy.h 2 additions, 1 deletioninclude/proxy.h
- include/staarch.h 19 additions, 10 deletionsinclude/staarch.h
cmake/spdlog-compile-test/CMakeLists.txt
0 → 100644
cmake/spdlog-compile-test/main.cpp
0 → 100644
This diff is collapsed.
This diff is collapsed.