spdlog/tests
gabime d808eb8eca
Some checks are pending
linux / ${{ matrix.config.compiler}} ${{ matrix.config.version }} (C++${{ matrix.config.cppstd }} ${{ matrix.config.build_type }} ${{ matrix.config.asan == 'ON' && 'ASAN' || '' }}${{ matrix.config.tsan == 'ON' && 'TSAN' || '' }}) (map[asan:ON build_type:Debug … (push) Waiting to run
linux / ${{ matrix.config.compiler}} ${{ matrix.config.version }} (C++${{ matrix.config.cppstd }} ${{ matrix.config.build_type }} ${{ matrix.config.asan == 'ON' && 'ASAN' || '' }}${{ matrix.config.tsan == 'ON' && 'TSAN' || '' }}) (map[build_type:Debug compiler… (push) Waiting to run
linux / ${{ matrix.config.compiler}} ${{ matrix.config.version }} (C++${{ matrix.config.cppstd }} ${{ matrix.config.build_type }} ${{ matrix.config.asan == 'ON' && 'ASAN' || '' }}${{ matrix.config.tsan == 'ON' && 'TSAN' || '' }}) (map[build_type:Release compil… (push) Waiting to run
linux / OS X Clang (C++17, Release) (push) Waiting to run
macos / macOS Clang (C++17, Release) (push) Waiting to run
windows / build (map[BUILD_EXAMPLE:OFF BUILD_SHARED:ON BUILD_TYPE:Release CXX_STANDARD:20 FATAL_ERRORS:ON GENERATOR:Visual Studio 17 2022 USE_STD_FORMAT:ON WCHAR:OFF WCHAR_FILES:OFF]) (push) Waiting to run
windows / build (map[BUILD_EXAMPLE:OFF BUILD_SHARED:ON BUILD_TYPE:Release CXX_STANDARD:20 FATAL_ERRORS:ON GENERATOR:Visual Studio 17 2022 USE_STD_FORMAT:ON WCHAR:ON WCHAR_FILES:ON]) (push) Waiting to run
windows / build (map[BUILD_EXAMPLE:ON BUILD_SHARED:ON BUILD_TYPE:Release CXX_STANDARD:17 FATAL_ERRORS:ON GENERATOR:Visual Studio 17 2022 USE_STD_FORMAT:OFF WCHAR:OFF WCHAR_FILES:OFF]) (push) Waiting to run
windows / build_2019 (map[BUILD_EXAMPLE:ON BUILD_SHARED:ON BUILD_TYPE:Release CXX_STANDARD:17 FATAL_ERRORS:ON GENERATOR:Visual Studio 16 2019 USE_STD_FORMAT:OFF WCHAR:OFF WCHAR_FILES:OFF]) (push) Waiting to run
windows / build_2019 (map[BUILD_EXAMPLE:ON BUILD_SHARED:ON BUILD_TYPE:Release CXX_STANDARD:20 FATAL_ERRORS:ON GENERATOR:Visual Studio 17 2022 USE_STD_FORMAT:OFF WCHAR:OFF WCHAR_FILES:OFF]) (push) Waiting to run
fix comment
2024-11-26 13:48:25 +02:00
..
CMakeLists.txt Gabime/tsan (#3237) 2024-11-26 11:20:40 +02:00
includes.h Cleaned tests 2023-09-29 00:45:09 +03:00
main.cpp update clang format again 2023-09-25 16:40:05 +03:00
test_async.cpp clang format 2024-01-13 18:20:08 +02:00
test_bin_to_hex.cpp clang format 2024-01-13 09:37:32 +02:00
test_cfg.cpp Clang format sort includes 2023-09-29 00:20:26 +03:00
test_circular_q.cpp update clang format again 2023-09-25 16:40:05 +03:00
test_create_dir.cpp fix comment 2024-11-26 13:48:25 +02:00
test_custom_callbacks.cpp clang format 2024-01-13 09:37:32 +02:00
test_daily_and_rotation_loggers.cpp clang format 2024-01-13 18:20:08 +02:00
test_dup_filter.cpp clang format 2024-01-13 09:37:32 +02:00
test_errors.cpp clang format 2024-01-13 18:20:08 +02:00
test_eventlog.cpp clang format 2024-01-13 18:20:08 +02:00
test_file_helper.cpp Fix typos found by codespell (#3011) 2024-03-16 16:38:55 +02:00
test_file_logging.cpp clang format 2024-01-13 18:20:08 +02:00
test_fmt_helper.cpp Updated clang-format 2023-09-25 16:11:53 +03:00
test_include_sinks.cpp Remove global console mutex (wip) 2023-10-01 12:20:48 +03:00
test_log_level.cpp clang format 2024-01-13 18:20:08 +02:00
test_macros.cpp clang format 2024-01-13 09:37:32 +02:00
test_misc.cpp Fixed race condition in tests 2024-11-26 11:14:03 +02:00
test_mpmc_q.cpp update clang format again 2023-09-25 16:40:05 +03:00
test_pattern_formatter.cpp clang-format 2024-05-03 18:30:46 +03:00
test_registry.cpp clang-format 2024-05-03 18:30:46 +03:00
test_ringbuffer_sink.cpp clang format 2024-01-13 09:37:32 +02:00
test_sink.h Clang format sort includes 2023-09-29 00:20:26 +03:00
test_source_location.cpp clang format 2024-01-13 09:37:32 +02:00
test_stdout_api.cpp Remove global console mutex (wip) 2023-10-01 12:20:48 +03:00
test_stopwatch.cpp Fixed stopwatch test 2023-12-25 00:18:25 +02:00
test_systemd.cpp Updated clang-format 2023-09-25 16:11:53 +03:00
test_time_point.cpp Clang format sort includes 2023-09-29 00:20:26 +03:00
utils.cpp Clang format sort includes 2023-09-29 00:20:26 +03:00
utils.h Merge pull request #1414 from BioDataAnalysis/bda_tests_support_empty_eol 2020-02-10 13:12:07 +02:00