- 25 Oct, 2017 5 commits
-
-
Gabi Melman authored
Adding additional build environments for AppVeyor
-
Gabi Melman authored
Fix typos. Thanks @berkus
-
Gabi Melman authored
rethrow unwind exception
-
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.
-
Gabi Melman authored
Fix warnings which are caused by C style cast
-
- 24 Oct, 2017 5 commits
-
-
knowledge4igor authored
-
Berkus Decker authored
-
Berkus Decker authored
-
Berkus Decker authored
-
Berkus Decker authored
-
- 17 Oct, 2017 2 commits
-
-
Gabi Melman authored
Update README.md
-
Vitor Alves authored
Updated install section for Arch Linux. Added yaourt instead of pacman.
-
- 12 Oct, 2017 6 commits
-
-
gabime authored
-
gabime authored
-
gabime authored
-
https://github.com/gabime/spdloggabime authored
-
gabime authored
-
Gabi Melman authored
-
- 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 3 commits
-
-
Gabi Melman authored
-
gabime authored
-
gabime authored
-