- 27 Jan, 2019 1 commit
-
-
Gabi Melman authored
-
- 24 Jan, 2019 5 commits
-
-
Gabi Melman authored
Pwm1234/rotate on open
-
Philip Miller authored
-
Philip Miller authored
-
Philip Miller authored
and improve test for rotate_on_open=true
-
Philip Miller authored
-
- 23 Jan, 2019 4 commits
-
-
Gabi Melman authored
Add method to filesinks to return filename
-
Mark Niebur authored
-
Gabi Melman authored
Disable building benchmarks by default
-
Pius Raeder authored
Building the benchmarks requires google-benchmark to be installed which is not the case for most of the build systems. The option now has a tiny hint what the requirement is and where to get it. closes #975
-
- 18 Jan, 2019 1 commit
-
-
gabime authored
-
- 17 Jan, 2019 2 commits
-
-
gabime authored
-
Gabi Melman authored
Update log_msg.h
-
- 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
-
- 11 Jan, 2019 1 commit
-
-
Philip Miller 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 3 commits
-
-
Gabi Melman authored
Fix typos
-
Jerome Meyer authored
-
gabime authored
-