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/tests
VayuDev 911480e1c3 Add %N pattern formatter for logging the thread name using pthreads
This commit adds the SPDLOG_NO_PTHREAD_ID CMake option for enabling
saving of the pthread handle. This can be used in conjunction with the
%N pattern formatter for logging the name of the thread. This can be
really useful if you have a large application with many threads that are
hard to differentiate.

The option is disabled by default as I'm sure this won't work on
windows.

This patch also adds a test for testing the new flag.
4 years ago
..
CMakeLists.txt clang-format 5 years ago
catch.hpp fixed #2058 by updating catch2 to v2.13.7 4 years ago
catch.license Updated tests to catch v2.8.0 6 years ago
includes.h Moved pattern formatter from spdlog/details to spdlog/ 6 years ago
main.cpp Added unit tests (catch based) 10 years ago
test_async.cpp Fix build errors 5 years ago
test_backtrace.cpp Fix #1967 4 years ago
test_cfg.cpp Added cfg tests 5 years ago
test_create_dir.cpp clang-format 4 years ago
test_daily_logger.cpp clang-format 4 years ago
test_dup_filter.cpp clang-format 4 years ago
test_errors.cpp replace FormatString template argument with fmt::basic_format_string 4 years ago
test_eventlog.cpp clang-format 4 years ago
test_file_helper.cpp clang-format 4 years ago
test_file_logging.cpp Better support for / separators on Windows, improve wchar filename coverage 5 years ago
test_fmt_helper.cpp Update test_fmt_helper.cpp 5 years ago
test_macros.cpp clang-format 4 years ago
test_misc.cpp Revert "added spdlog::level::set_string_view to enable alternate log level names without changing the build via SPDLOG_LEVEL_NAMES" 4 years ago
test_mpmc_q.cpp Twice tolerance waiting time with MinGW 5 years ago
test_pattern_formatter.cpp Add %N pattern formatter for logging the thread name using pthreads 4 years ago
test_registry.cpp Fix build errors 5 years ago
test_sink.h Unified usage of fmt::memory_buffer across the codebase 6 years ago
test_stdout_api.cpp replace FormatString template argument with fmt::basic_format_string 4 years ago
test_stopwatch.cpp Added some stopwatch tests 5 years ago
test_systemd.cpp Updated systemd sink and tests 6 years ago
test_time_point.cpp clang-format 5 years ago
utils.cpp clang-format 4 years ago
utils.h Merge pull request #1414 from BioDataAnalysis/bda_tests_support_empty_eol 6 years ago