spdlog/tests
Charles Milette 4f80077339
Support compile-time format string checking with std::format (#2544)
* Support compile-time format string checking with std::format

* Fix pre-VS 17.5 compilation

* Fix compilation without wchar_t support

* What am I doing

* Bring back fmt optimization

* Move to_string_view to common.h

* Fix SPDLOG_CONSTEXPR_FUNC emitting duplicate symbol errors when building in C++11

* Also add inline on VS 2013

* Appender doesn't work on wide strings
2022-11-12 23:07:11 +02:00
..
catch.hpp fixed #2058 by updating catch2 to v2.13.7 2021-09-08 13:23:36 +03:00
catch.license Updated tests to catch v2.8.0 2019-06-04 16:35:34 +03:00
CMakeLists.txt clang-format 2020-09-26 15:34:05 +03:00
includes.h clang format 2022-10-31 17:09:45 +02:00
main.cpp clang format 2022-10-31 17:09:45 +02:00
test_async.cpp Update test_async.cpp 2021-12-11 16:42:17 +02:00
test_backtrace.cpp Fix #1967 2021-06-07 22:39:42 +03:00
test_cfg.cpp Added cfg tests 2020-09-27 02:10:52 +03:00
test_create_dir.cpp clang-format 2021-07-19 00:50:51 +03:00
test_daily_logger.cpp Replace fmt_helper::to_string by a macro 2022-04-26 23:25:35 -04:00
test_dup_filter.cpp clang-format 2021-07-19 00:50:51 +03:00
test_errors.cpp Switch to vformat_to 2022-04-21 21:59:02 -04:00
test_eventlog.cpp clang-format 2021-07-19 00:50:51 +03:00
test_file_helper.cpp Fix fopen_s error reporting with PREVENT_CHILD_FD 2022-03-11 19:22:45 +00:00
test_file_logging.cpp Throw if rotating_file_sink constructor receives max_size==0 as arg 2022-02-05 17:37:55 +02:00
test_fmt_helper.cpp Support compile-time format string checking with std::format (#2544) 2022-11-12 23:07:11 +02:00
test_macros.cpp Bump fmt to version 8.1.1 and run clang-format 2022-02-12 13:20:15 +02:00
test_misc.cpp fix clone async test 2022-05-07 12:30:41 +02:00
test_mpmc_q.cpp Twice tolerance waiting time with MinGW 2020-06-10 23:44:30 +03:00
test_pattern_formatter.cpp Support compile-time format string checking with std::format (#2544) 2022-11-12 23:07:11 +02:00
test_registry.cpp Fix build errors 2021-01-06 18:55:57 -05:00
test_sink.h Unified usage of fmt::memory_buffer across the codebase 2019-08-28 18:46:09 +03:00
test_stdout_api.cpp replace FormatString template argument with fmt::basic_format_string 2021-07-22 16:23:56 +01:00
test_stopwatch.cpp test_stopwatch: fix on mingw 2022-06-25 19:07:36 -07:00
test_systemd.cpp Updated systemd sink and tests 2019-06-28 17:29:52 +03:00
test_time_point.cpp clang-format 2020-04-19 11:33:36 +03:00
utils.cpp Use lower-case "windows.h" for case-sensitive file systems 2022-09-26 12:42:01 +02:00
utils.h Merge pull request #1414 from BioDataAnalysis/bda_tests_support_empty_eol 2020-02-10 13:12:07 +02:00