- 25 Oct, 2017 1 commit
-
-
manuel-schiller authored
On Linux with pthread library spdlog causes an SIGABORT and crashes the application in case it catches a thread specific cancellation exception in a critical execution phase while in a try/catch block in spdlog/detail/logger_impl.h The exception is caught by some general catch(...) clause where it is NOT rethrown. However rethrowing these kind of exception is mandatory, otherwise an abort will be caused by the glibc.
-
- 10 Oct, 2017 1 commit
-
-
Gabi Melman authored
Support for printf-style logging
-
- 09 Oct, 2017 1 commit
-
-
fogo authored
-
- 05 Oct, 2017 2 commits
- 29 Sep, 2017 1 commit
-
-
Gabi Melman authored
-
- 28 Sep, 2017 2 commits
-
-
Gabi Melman authored
Fix SPDLOG_WCHAR_TO_UTF8_SUPPORT wchar_t logging
-
John Andre Hestad authored
-
- 18 Sep, 2017 2 commits
-
-
Gabi Melman authored
add formatter for unix epoch time in seconds.
-
Jason Beach authored
-
- 29 Aug, 2017 1 commit
-
-
Gabi Melman authored
-
- 25 Aug, 2017 4 commits
-
-
Gabi Melman authored
Compiler-dependent line numbering
-
El El authored
-
Gabi Melman authored
Feature/improve cmake lists
-
Adrian Antonana authored
-
- 24 Aug, 2017 3 commits
-
-
Adrian Antonana authored
-
Adrian Antonana authored
-
Adrian Antonana authored
* support CMake user registry package registration * use GNUInstallDirs to set installation firectories * use spdlog namespace in both build and install interfaces
-
- 23 Aug, 2017 2 commits
-
-
Gabi Melman authored
SPDLOG_BUILD_TESTING now depends on BUILD_TESTING
-
Lectem authored
I encountered an issue when using spdlog through add_subdirectory. Since SPDLOG_BUILD_TESTING is ON by default, it now adds tests to my project, even if BUILD_TESTING (the official CTest variable) is set to OFF. cmake_dependent_option makes it so that if someone enables BUILD_TESTING then SPDLOG_BUILD_TESTING will be set to ON by default. This way one can disable all external tests by setting BUILD_TESTING before using add_subdirectory and then setting it back to its original value. The only change for those using the library directly is that they now use BUILD_TESTING instead of SPDLOG_BUILD_TESTING when configuring.
-
- 19 Aug, 2017 4 commits
-
-
Gabi Melman authored
-
gabime authored
-
gabime authored
-
gabime authored
-
- 16 Aug, 2017 1 commit
-
-
Gabi Melman authored
Issue-488: warning for missing enumeration value
-
- 12 Aug, 2017 2 commits
-
-
Gabi Melman authored
readme: Add Gentoo package name
-
George Gaydarov authored
-
- 04 Aug, 2017 1 commit
-
-
Asit Kumar Dhal authored
-
- 30 Jul, 2017 1 commit
-
-
Gabi Melman authored
Background color unchanged
-
- 29 Jul, 2017 1 commit
-
-
Gabriel Vaduva authored
Keep the background color unchaged on Windows console when using colored loggers.
-
- 23 Jul, 2017 2 commits
-
-
Gabi Melman authored
Added TRACE/DEBUG_IF macro definitions when TRACE/DEBUG_ON aren't defined
-
Matt Crane authored
-
- 12 Jul, 2017 2 commits
-
-
Gabi Melman authored
fixed length and upper case log level tags(after suggestion)
-
Asit Kumar Dhal authored
-
- 29 Jun, 2017 3 commits
-
-
gabime authored
-
Gabi Melman authored
code formatting (astyle and dos2unix)
-
Alexei Pastuchov authored
it aims to solve the issue #467
-
- 27 Jun, 2017 1 commit
-
-
Gabi Melman authored
Add set_color to ansicolor_sink
-
- 26 Jun, 2017 1 commit
-
-
Cyres authored
It is now possible again to set the color in the ansicolor_sink with set_color
-
- 24 Jun, 2017 1 commit
-
-
Gabi Melman authored
More meaningful thread id for OSX
-