mirror of https://github.com/gabime/spdlog.git
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.
* Add test case for #3351 (wrong GMT offset in SunOS/Solaris fallback) * Fix #3352 (Missing test for Apple / POSIX.1-2024 chooses buggy workaround) Apple platforms have had the tm_gmtoff-field at least since Mac OS X 10.0, as are POSIX.1-2024 conforming systems, which are also required to support it. This has the unfortunate effect to use the SunOS/Solaris fallback, which doesn't compute the correct value if the passed value of tm isn't the current system time, i.e. localtime(::time()) (#3351). * Fixed GMT offset test --------- Co-authored-by: toh <toh@ableton.com> |
9 months ago | |
|---|---|---|
| .. | ||
| CMakeLists.txt | 11 months ago | |
| includes.h | 1 year ago | |
| main.cpp | 2 years ago | |
| test_async.cpp | 1 year ago | |
| test_backtrace.cpp | 2 years ago | |
| test_bin_to_hex.cpp | 2 years ago | |
| test_cfg.cpp | 11 months ago | |
| test_circular_q.cpp | 2 years ago | |
| test_create_dir.cpp | 2 years ago | |
| test_custom_callbacks.cpp | 11 months ago | |
| test_daily_logger.cpp | 11 months ago | |
| test_dup_filter.cpp | 2 years ago | |
| test_errors.cpp | 2 years ago | |
| test_eventlog.cpp | 2 years ago | |
| test_file_helper.cpp | 2 years ago | |
| test_file_logging.cpp | 1 year ago | |
| test_fmt_helper.cpp | 2 years ago | |
| test_macros.cpp | 2 years ago | |
| test_misc.cpp | 1 year ago | |
| test_mpmc_q.cpp | 2 years ago | |
| test_pattern_formatter.cpp | 9 months ago | |
| test_registry.cpp | 2 years ago | |
| test_sink.h | 11 months ago | |
| test_stdout_api.cpp | 2 years ago | |
| test_stopwatch.cpp | 2 years ago | |
| test_systemd.cpp | 2 years ago | |
| test_time_point.cpp | 2 years ago | |
| utils.cpp | 2 years ago | |
| utils.h | 6 years ago | |