- 10 Feb, 2020 6 commits
-
-
Vyacheslav authored
-
v.reshetnikov authored
-
Gabi Melman authored
Make tests support empty SPDLOG_EOL
-
Mario Emmenlauer authored
-
Mario Emmenlauer authored
-
Gabi Melman authored
-
- 09 Feb, 2020 10 commits
-
-
Gabi Melman authored
adding additional log overload to prevent unnecessary fmt::format
-
gabime authored
-
gabime authored
-
gabime authored
-
gabime authored
-
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 3 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.
-
dominicpoeschko authored
calling log with a string_view as msg called ``` template<typename... Args> void log(source_loc loc, level::level_enum lvl, string_view_t fmt, const Args &... args) ``` instead of ``` template<class T, typename std::enable_if<std::is_convertible<const T &, spdlog::string_view_t>::value, T>::type * = nullptr> void log(source_loc loc, level::level_enum lvl, const T &msg) ``` which lead to an unnecessary call to fmt::format
-
- 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
-