- 09 Feb, 2020 5 commits
-
-
Gabi Melman authored
Add eventlog_sink for logging to Windows Event Log (local only)
-
bandana2004 authored
-
bandana2004 authored
-
bandana2004 authored
-
bandana2004 authored
-
- 08 Feb, 2020 2 commits
-
-
Gabi Melman authored
Properly handling SPDLOG_PREVENT_CHILD_FD
-
dominic authored
Removed check for posix version so that missing O_CLOEXEC leads to compiler error. Removed extra function since it hat no real purpose anymore. Error behavior between Windows and Unix now equivalent.
-
- 07 Feb, 2020 10 commits
-
-
dominicpoeschko authored
Using the SPDLOG_PREVENT_CHILD_FD option there where still a race when a other thread was using fork and exec in between the call to fopen and fcntl. Using open and O_CLOEXEC when possible prevents this race. I have no idea if this problem exists on Windows.
-
Gabi Melman authored
Enable running the tests against an installed copy of spdlog
-
Gabi Melman authored
CMakeLists.txt: put GNUInstallDirs after set project language
-
Michael R. Crusoe authored
-
Michael R. Crusoe authored
-
Gabi Melman authored
Don't run spdlog-utests and spdlog-utests-ho in parallel
-
tt4g authored
spdlog-utests and spdlog-utests-ho use the same log output directory, so some tests will randomly fail when run in parallel.
-
bandana2004 authored
-
Gabi Melman authored
tests/utils.h: removed duplicate entry for count_lines()
-
Mario Emmenlauer authored
-
- 03 Feb, 2020 3 commits
-
-
Gabi Melman authored
-
Gabi Melman authored
-
Gabi Melman authored
-
- 02 Feb, 2020 3 commits
-
-
Gabi Melman authored
-
Gabi Melman authored
-
Gabi Melman authored
-
- 30 Jan, 2020 1 commit
-
-
Vitaly Lipatov authored
-
- 19 Jan, 2020 4 commits
-
-
Gabi Melman authored
add max files for rotating days
-
weiy authored
-
weiy authored
-
weiy authored
-
- 13 Jan, 2020 4 commits
-
-
Gabi Melman authored
latest spdlog now available on MacPorts
-
X Nephila authored
I am the maintainer of spdlog on MacPorts, now the latest version(1.4.2) of spdlog is available on MacPorts.
-
Gabi Melman authored
docs: spdlog now available in conan center, bincrafters repo is deprecated
-
Carlos Gomes Martinho authored
-
- 02 Jan, 2020 1 commit
-
-
Gabi Melman authored
meson: add fallback to fmt dependency
-
- 01 Jan, 2020 1 commit
-
-
Łukasz Dańko authored
Now `fmt` library can be used as subproject which helps with cross compilation.
-
- 23 Dec, 2019 2 commits
-
-
Gabi Melman authored
Fix invalid meson option
-
Ahmed Sagdati authored
-
- 22 Dec, 2019 4 commits
-
-
gabime authored
-
Gabi Melman authored
-
Gabi Melman authored
-
Gabi Melman authored
-