- 25 Nov, 2017 3 commits
- 24 Nov, 2017 2 commits
- 14 Nov, 2017 4 commits
-
-
Gabi Melman authored
correct include path for sink/syslog_sink.h
-
Gabi Melman authored
accept msvc_sink on all compilers, add name windebug_sink (fixes #554)
-
JP Cimalando authored
-
JP Cimalando authored
-
- 12 Nov, 2017 1 commit
-
-
gabime authored
-
- 11 Nov, 2017 5 commits
-
-
Gabi Melman authored
modified path on quoted #includes
-
daylanKifky authored
-
daylanKifky authored
-
daylanKifky authored
-
daylanKifky authored
Paths pointing to the root of the library where replaced for ones relatives to each file. For example, inside /include/spdlog/details/file_helper.h: This will look for os.h in /include/spdlog/details/spdlog/details/ which doesn't exists. replaced with:
-
- 06 Nov, 2017 3 commits
-
-
gabime authored
-
Gabi Melman authored
Declare variables as size_t rather than unsigned.
-
Subenlele authored
Modify `unsigned front, front1, back;` to `size_t front, front1, back;`
-
- 04 Nov, 2017 6 commits
-
-
gabime authored
-
gabime authored
-
gabime authored
-
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 3 commits