Commit fcd80c8
- .github/workflows/linux.yml+26-18
- .github/workflows/macos.yml+38
- .github/workflows/windows.yml+148
- CMakeLists.txt+155-111
- README.md+14-4
- bench/async_bench.cpp+1-1
- bench/bench.cpp+2-2
- cmake/utils.cmake+13-2
- example/example.cpp+14-4
- include/spdlog/async_logger-inl.h+5-7
- include/spdlog/cfg/env.h+2-2
- include/spdlog/common.h+1-6
- include/spdlog/details/file_helper-inl.h+2-1
- include/spdlog/details/mpmc_blocking_q.h+3-3
- include/spdlog/details/os-inl.h+15-3
- include/spdlog/details/os.h+4
- include/spdlog/details/thread_pool-inl.h+3-8
- include/spdlog/details/thread_pool.h+3-14
- include/spdlog/fmt/bin_to_hex.h+1-1
- include/spdlog/fmt/bundled/args.h+74-89
- include/spdlog/fmt/bundled/base.h+3.0k
- include/spdlog/fmt/bundled/chrono.h+664-566
- include/spdlog/fmt/bundled/color.h+94-127
- include/spdlog/fmt/bundled/compile.h+90-74
- include/spdlog/fmt/bundled/core.h+4-3.0k
- include/spdlog/fmt/bundled/format-inl.h+332-61
- include/spdlog/fmt/bundled/format.h+1.4k-1.7k
- include/spdlog/fmt/bundled/locale.h-2
- include/spdlog/fmt/bundled/os.h+122-150
- include/spdlog/fmt/bundled/ostream.h+63-142
- include/spdlog/fmt/bundled/printf.h+185-227
- include/spdlog/fmt/bundled/ranges.h+354-242
- include/spdlog/fmt/bundled/std.h+330-141
- include/spdlog/fmt/bundled/xchar.h+192-78
- include/spdlog/mdc.h+4
- include/spdlog/pattern_formatter-inl.h+16-2
- include/spdlog/sinks/ansicolor_sink-inl.h+12-6
- include/spdlog/sinks/ansicolor_sink.h+5-4
- include/spdlog/sinks/base_sink.h+4-4
- include/spdlog/sinks/basic_file_sink-inl.h+6
- include/spdlog/sinks/basic_file_sink.h+1
- include/spdlog/sinks/callback_sink.h+1-1
- include/spdlog/sinks/daily_file_sink.h+2
- include/spdlog/sinks/hourly_file_sink.h+2
- include/spdlog/sinks/msvc_sink.h+1-1
- include/spdlog/sinks/null_sink.h+1-1
- include/spdlog/sinks/rotating_file_sink-inl.h+7-1
- include/spdlog/sinks/rotating_file_sink.h+1
- include/spdlog/sinks/stdout_sinks-inl.h+5-4
- include/spdlog/sinks/syslog_sink.h+3-2
- include/spdlog/sinks/wincolor_sink-inl.h+9
- include/spdlog/tweakme.h+7
- include/spdlog/version.h+1-1
- src/bundled_fmtlib_format.cpp+16-10
- tests/CMakeLists.txt+6-7
- tests/includes.h+6-1
- tests/test_async.cpp-44
- tests/test_cfg.cpp+9
- tests/test_custom_callbacks.cpp+2-1
- tests/test_daily_logger.cpp+3-5
- tests/test_file_logging.cpp+40
- tests/test_misc.cpp+55-2
- tests/test_pattern_formatter.cpp+2
- tests/test_sink.h+2-1
- .github/workflows/cmake.yml+4-4
- .github/workflows/nmake.yml+2
- .github/workflows/pigz.yml+1-1
- .github/workflows/pkgcheck.yml+3-6
- .gitignore+8
- CMakeLists.txt+28-21
- Makefile.in+1-1
- README.md+1-2
- arch/arm/arm_functions.h+2-2
- arch/arm/chunkset_neon.c+4-11
- arch/arm/compare256_neon.c+1-1
- arch/arm/crc32_acle.c+20-22
- arch/generic/Makefile.in+2-2
- arch/generic/chunkset_c.c+6-6
- arch/generic/compare256_c.c+15-165
- arch/generic/compare256_p.h+123
- arch/generic/generic_functions.h+4-53
- arch/power/chunkset_power8.c+4-9
- arch/power/compare256_power9.c+1-1
- arch/power/power_functions.h+1-1
- arch/riscv/adler32_rvv.c+7-3
- arch/riscv/compare256_rvv.c+1-1
- arch/riscv/riscv_functions.h+1-1
- arch/s390/README.md+21-33
- arch/s390/self-hosted-builder/actions-runner+58
- arch/s390/self-hosted-builder/actions-runner-rebuild.sh+43
- arch/s390/self-hosted-builder/actions-runner.Dockerfile+7-9
- arch/s390/self-hosted-builder/actions-runner.service+2-2
- arch/s390/self-hosted-builder/entrypoint
- arch/s390/self-hosted-builder/fs/usr/bin/actions-runner-40
- arch/s390/self-hosted-builder/runner-global.json-5
- arch/s390/self-hosted-builder/runner-s390x.patch-243
- arch/x86/Makefile.in+10-3
- arch/x86/avx2_tables.h+44
- arch/x86/chunkset_avx2.c+41-50
- arch/x86/chunkset_avx512.c+172
- arch/x86/chunkset_sse2.c+4-11
- arch/x86/chunkset_ssse3.c+4-11
- arch/x86/compare256_avx2.c+1-1
- arch/x86/compare256_sse2.c+1-1
- arch/x86/x86_features.c+3-1
- arch/x86/x86_features.h+1
- arch/x86/x86_functions.h+12-3
- chunkset_tpl.h+129-46
- cmake/detect-arch.c+1-1
- cmake/detect-intrinsics.cmake+6-6
- cmake/detect-sanitizer.cmake+1-10
- compare256_rle.h+28-29
- configure+7-16
- deflate.h+6-5
- deflate_quick.c+1-1
- deflate_rle.c+8-10
- functable.c+13-6
- functable.h+1-1
- infback.c+7-2
- inffast_tpl.h+28-23
- inflate.c+20-11
- inflate.h+25-18
- inflate_p.h+9-25
- insert_string_tpl.h+6-13
- match_tpl.h+14-48
- test/CMakeLists.txt+4-7
- test/add-subdirectory-project/CMakeLists.txt+1-1
- test/benchmarks/CMakeLists.txt+9-3
- test/benchmarks/benchmark_compare256.cc+8-9
- test/benchmarks/benchmark_compare256_rle.cc+6-9
- test/fuzz/CMakeLists.txt+1-1
- test/infcover.c+1-1
- test/pkgcheck.sh+5-2
- test/test_compare256.cc+8-9
- test/test_compare256_rle.cc+6-9
- test/test_compress_bound.cc+1-1
- test/test_crc32.cc+34
- win32/Makefile.a64+2-2
- win32/Makefile.arm+2-2
- win32/Makefile.msc+4-4
- zbuild.h+32-16
- zlib-ng.h.in+4-4
- zlib.h.in+4-4
- zmemory.h+99
- zutil.c+1-1
- zutil_p.h-29
0 commit comments