spdlog/tests
Gabi Melman 1e6250e183
Some checks failed
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) Has been cancelled
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) Has been cancelled
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) Has been cancelled
linux / OS X Clang (C++11, Release) (push) Has been cancelled
macos / macOS Clang (C++11, Release) (push) Has been cancelled
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) Has been cancelled
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) Has been cancelled
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) Has been cancelled
windows / build_2019 (map[BUILD_EXAMPLE:ON BUILD_SHARED:ON BUILD_TYPE:Release CXX_STANDARD:11 FATAL_ERRORS:ON GENERATOR:Visual Studio 16 2019 USE_STD_FORMAT:OFF WCHAR:OFF WCHAR_FILES:OFF]) (push) Has been cancelled
windows / build_2019 (map[BUILD_EXAMPLE:ON BUILD_SHARED:ON BUILD_TYPE:Release CXX_STANDARD:14 FATAL_ERRORS:ON GENERATOR:Visual Studio 16 2019 USE_STD_FORMAT:OFF WCHAR:OFF WCHAR_FILES:OFF]) (push) Has been cancelled
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) Has been cancelled
Gabime/fwrite unlocked (#3276)
* Use locking fwrite_unlocked if possible

* Added compile definitions to header_only
2024-12-01 14:16:52 +02:00
..
CMakeLists.txt Gabime/tsan (#3237) 2024-11-01 15:14:27 +02:00
includes.h utf8_to_wstrbuf now handles invalid utf8 sequences (#3244) 2024-11-05 22:54:01 +02:00
main.cpp update clang format again 2023-09-25 16:40:36 +03:00
test_async.cpp Gabime/async flush (#3235) 2024-11-01 11:26:03 +02:00
test_backtrace.cpp update clang format again 2023-09-25 16:40:36 +03:00
test_bin_to_hex.cpp clang format 2023-09-25 16:08:29 +03:00
test_cfg.cpp clang format 2023-09-25 16:08:29 +03:00
test_circular_q.cpp clang format 2023-09-25 16:08:29 +03:00
test_create_dir.cpp Clang format 2024-04-30 12:28:13 +03:00
test_custom_callbacks.cpp clang format 2023-09-25 16:08:29 +03:00
test_daily_logger.cpp update clang format again 2023-09-25 16:40:36 +03:00
test_dup_filter.cpp update clang format again 2023-09-25 16:40:36 +03:00
test_errors.cpp Fix typos found by codespell (#3011) 2024-02-12 23:02:31 +02:00
test_eventlog.cpp update clang format again 2023-09-25 16:40:36 +03:00
test_file_helper.cpp Fix typos found by codespell (#3011) 2024-02-12 23:02:31 +02:00
test_file_logging.cpp Allow manual rotation of rotating_file_sink (#3269) 2024-11-28 17:37:29 +02:00
test_fmt_helper.cpp clang format 2023-09-25 16:08:29 +03:00
test_macros.cpp update clang format again 2023-09-25 16:40:36 +03:00
test_misc.cpp Gabime/fwrite unlocked (#3276) 2024-12-01 14:16:52 +02:00
test_mpmc_q.cpp update clang format again 2023-09-25 16:40:36 +03:00
test_pattern_formatter.cpp fix/issue-3101: fix the issue where mdc ignores SPDLOG_NO_TLS (#3184) 2024-09-12 22:27:25 +03:00
test_registry.cpp Revert "Added a function to add callbacks that are called when a logger is registered (#2883)" 2023-09-25 20:53:45 +03:00
test_sink.h update clang format again 2023-09-25 16:40:36 +03:00
test_stdout_api.cpp clang format 2023-09-25 16:08:29 +03:00
test_stopwatch.cpp clang format 2023-09-25 16:08:29 +03:00
test_systemd.cpp clang format 2023-09-25 16:08:29 +03:00
test_time_point.cpp update clang format again 2023-09-25 16:40:36 +03:00
utils.cpp update clang format again 2023-09-25 16:40:36 +03:00
utils.h Merge pull request #1414 from BioDataAnalysis/bda_tests_support_empty_eol 2020-02-10 13:12:07 +02:00