You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
spdlog/include/spdlog
Alok Priyadarshi 067e34c5f6 feat(mpmc_blocking_q): add blocking dequeue without timeout
Use the new blocking dequeue to avoid unnecessarily waking up the
thread pool every 10s.

Fixes #2587 by replacing std::condition_variable::wait_for with
std::condition_variable::wait as a workaroung for gcc 11.3 issue 101978.
3 years ago
..
cfg clang-format 4 years ago
details feat(mpmc_blocking_q): add blocking dequeue without timeout 3 years ago
fmt Bundle fmt 9.1.0's std.h, and provide a header to include either it or the external fmt's version (#2539) 3 years ago
sinks Fixed variable name (#2573) 3 years ago
async.h Bump fmt to version 8.1.1 and run clang-format 4 years ago
async_logger-inl.h Switch additional information to source location of bad log message 4 years ago
async_logger.h clang-format 4 years ago
common-inl.h Replace iterator difference with std::distance 3 years ago
common.h Support compile-time format string checking with std::format (#2544) 3 years ago
formatter.h "#include" <spdlog/.*> instead of "spdlog/.*" 6 years ago
fwd.h Allow forward-declaration of level_enum 4 years ago
logger-inl.h Unnecessary backtrace begin/end logs (#2568) 3 years ago
logger.h Support compile-time format string checking with std::format (#2544) 3 years ago
pattern_formatter-inl.h Re-introduce redundant std::move at return for old GCC (before version 5) inside an ifdef for e.g. CentOS 7 3 years ago
pattern_formatter.h Allow overriding need_localtime for custom formatter 3 years ago
spdlog-inl.h Expend support for any std::chrono::duration in `spdlog::flush_every` 3 years ago
spdlog.h clang format 3 years ago
stopwatch.h Fix #2434 3 years ago
tweakme.h Support compile-time format string checking with std::format (#2544) 3 years ago
version.h Version 1.11.0 3 years ago