You can not 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/details
gabime 1b8bf35acc
Micro optimize: don't init log_msg.msg_id on construction. It will be set anyway later
7 years ago
..
async_logger_impl.h Reverted const qualifier to log_msg& args, fixed issue #849, and added counter tests 7 years ago
circular_q.h Fix broken build 7 years ago
console_globals.h Change console_globals include to windows.h only 7 years ago
file_helper.h Update file_helper.h 7 years ago
fmt_helper.h pad3 small optimization 7 years ago
log_msg.h Micro optimize: don't init log_msg.msg_id on construction. It will be set anyway later 7 years ago
logger_impl.h Reverted const qualifier to log_msg& args, fixed issue #849, and added counter tests 7 years ago
mpmc_blocking_q.h Fix broken build 7 years ago
null_mutex.h formatting 8 years ago
os.h WIN32: Don't deny access to file sinks from other processes 7 years ago
pattern_formatter.h Micro optimize: don't init log_msg.msg_id on construction. It will be set anyway later 7 years ago
periodic_worker.h code formatting and clang tidy warnings fixes 7 years ago
registry.h Moved spdlog::make_unique to spdlog::details::make_unique and prevent T to be array 7 years ago
thread_pool.h Changed forward<log_msg> to std::move(log_msg) in thread pool 7 years ago