- 16 Jan, 2019 1 commit
-
-
scribam authored
`SPDLOG_NO_THREAD_ID` should only affect thread retrieval.
-
- 14 Jan, 2019 3 commits
-
-
Gabi Melman authored
Fix #961 benchmark link error
-
myd7349 authored
-
Gabi Melman authored
-
- 10 Jan, 2019 5 commits
-
-
gabime authored
-
gabime authored
-
gabime authored
-
gabime authored
-
Gabi Melman authored
Allow filename/line number at all levels. Add function name %! support.
-
- 09 Jan, 2019 5 commits
-
-
possiblyhuman authored
-
possiblyhuman authored
Removed SPDLOG_SOURCE_MACROS_ON and SPDLOG_FUNCTION_SUFFIX.
-
Gabi Melman authored
-
https://github.com/gabime/spdloggabime authored
-
gabime authored
-
- 08 Jan, 2019 7 commits
-
-
possiblyhuman authored
-
Gabi Melman authored
Fix typo in file_helper.h
-
Ben Ridder authored
* "extenstion" -> "extension"
-
gabime authored
-
gabime authored
-
gabime authored
-
gabime authored
-
- 17 Dec, 2018 2 commits
-
-
Gabi Melman authored
Fix handling of external fmt lib
-
Carsten Neumann authored
Using an external fmt lib should cause the spdlog::spdlog target to have a dependency on fmt lib - so that a consuming project does not need to call find_package(fmt) and target_link_libraries(... fmt::fmt). To this end a new cmake option SPDLOG_FMT_EXTERNAL is introduced which makes spdlog depend on fmt lib and defines the SPDLOG_FMT_EXTERNAL macro to avoid using the bundled fmt lib. The value of SPDLOG_FMT_EXTERNAL is also stored in the installed spdlogConfig.cmake and if it is ON find_dependency() is used to ensure the fmt::fmt target is imported.
-
- 06 Dec, 2018 6 commits
-
-
Gabi Melman authored
Fix typos
-
Jerome Meyer authored
-
gabime authored
-
gabime authored
-
Gabi Melman authored
Corrected the text alignment in the example
-
Budo Zindovic authored
I've changed the alignment character in the example to illustrate left alignment of text.
-
- 05 Dec, 2018 1 commit
-
-
gabime authored
-
- 04 Dec, 2018 2 commits
-
-
https://github.com/gabime/spdloggabime authored
-
gabime authored
-
- 02 Dec, 2018 8 commits
-
-
gabime authored
-
gabime authored
-
Gabi Melman authored
-
Gabi Melman authored
-
Gabi Melman authored
-
gabime authored
-
Gabi Melman authored
CMake: include(CTest) only when building tests.
-
David P. Sicilia authored
This is needed because ENABLE_TESTING is no longer enabled by default.
-