- 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 9 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.
-
David P. Sicilia authored
This is needed in order to support usage of this library as a subdirectory in a parent project. In that situation, prior to this change, the inclusion of CTest would unconditionally enable BUILD_TESTING which would then bleed into other parts of the project. Also added some comments explaining how this logic works.
-
- 29 Nov, 2018 1 commit
-
-
gabime authored
-
- 28 Nov, 2018 2 commits
-
-
Gabi Melman authored
Fix some minor warnings found with a recent clang version
-
David P. Sicilia authored
Perhaps this casting should not happen to begin with, but better to make it explicit where it is happening for readability. This fixes a compiler warning.
-