- 30 Mar, 2016 2 commits
- 29 Mar, 2016 1 commit
-
-
Gabi Melman authored
ANSI color sink decorator
-
- 28 Mar, 2016 1 commit
-
-
Gabi Melman authored
Added SQLite3 sink to the solution
-
- 23 Mar, 2016 1 commit
-
-
gabime authored
-
- 22 Mar, 2016 1 commit
-
-
gabime authored
-
- 21 Mar, 2016 7 commits
-
-
gabime authored
-
gabime authored
-
https://github.com/gabime/spdloggabime authored
-
gabime authored
Fixed issue #179 (Conflict with Boost.Asio) (by defining FMT_USE_WINDOWS_H=0 in format.h and preventing include of windows.h)
-
PedroRod authored
assigned nullptr to _database and _query_stmt upon flushing so that if flush gets called again, will not throw an exception
-
PedroRod authored
-
PedroRod authored
-
- 20 Mar, 2016 2 commits
- 18 Mar, 2016 3 commits
-
-
Kevin M. Godby authored
-
Kevin M. Godby authored
-
Kevin M. Godby authored
-
- 16 Mar, 2016 1 commit
-
-
Kevin M. Godby authored
-
- 12 Mar, 2016 2 commits
-
-
Gabi Melman authored
add msvc logging sink
-
Alexander Dalshov authored
-
- 25 Feb, 2016 4 commits
-
-
Gabi Melman authored
Fixed header include problems.
-
Kevin M. Godby authored
-
Kevin M. Godby authored
-
Kevin M. Godby authored
-
- 13 Feb, 2016 2 commits
-
-
Gabi Melman authored
Allow syslog logger on Mac OS X
-
Sebastian Messmer authored
-
- 02 Feb, 2016 1 commit
-
-
gabime authored
-
- 06 Jan, 2016 6 commits
-
-
gabime authored
-
Gabi Melman authored
use default move constructor/assignment for async_log_helper
-
derekxgl authored
-
gabime authored
-
Gabi Melman authored
Fixed issues with time zone UTC offset and daylight saving offset on Windows
-
Andrey Glebov authored
- fixed false error (returning -1) in time zones without daylight saving (checking against TIME_ZONE_ID_INVALID instead of 0) - accounts for daylight saving only when tm::tm_isdst is true - accounts for standard time offset ([DYNAMIC_]TIME_ZONE_INFORMATION::StandardBias) in time zones that need it
-
- 05 Jan, 2016 2 commits
-
-
Gabi Melman authored
Add zf_log to performance tests
-
wonder-mice authored
On my machine I'm getting following results (real time, best of 3): 1 thread 10 threads 100 threads zf_log 0.466s 2.711s 2.608s spdlog 0.747s 5.121s 5.376s
-
- 22 Dec, 2015 4 commits
-
-
gabime authored
-
gabime authored
-
Gabi Melman authored
Added CLOCK_MONOTONIC trick
-
Sergey Kovalevich authored
-