- 04 Nov, 2017 3 commits
-
-
gabime authored
-
Gabi Melman authored
Allow compilation on platforms with unwind (android)
-
Costin Manolache authored
Based on review feedback.
-
- 03 Nov, 2017 1 commit
-
-
Costin Manolache authored
-
- 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 1 commit
-
-
Gabi Melman authored
SPDLOG_BUILD_TESTING now depends on BUILD_TESTING
-