Skip to content

Commit

Permalink
chore(3rdparty): Bump spdlog to v1.15.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Nicolas Arnaud-Cormos committed Feb 26, 2025
1 parent a2119be commit ffaab89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 3rdparty/spdlog
Submodule spdlog updated 64 files
+26 −18 .github/workflows/linux.yml
+38 −0 .github/workflows/macos.yml
+148 −0 .github/workflows/windows.yml
+155 −111 CMakeLists.txt
+14 −4 README.md
+1 −1 bench/async_bench.cpp
+2 −2 bench/bench.cpp
+13 −2 cmake/utils.cmake
+14 −4 example/example.cpp
+5 −7 include/spdlog/async_logger-inl.h
+2 −2 include/spdlog/cfg/env.h
+1 −6 include/spdlog/common.h
+2 −1 include/spdlog/details/file_helper-inl.h
+3 −3 include/spdlog/details/mpmc_blocking_q.h
+15 −3 include/spdlog/details/os-inl.h
+4 −0 include/spdlog/details/os.h
+3 −8 include/spdlog/details/thread_pool-inl.h
+3 −14 include/spdlog/details/thread_pool.h
+1 −1 include/spdlog/fmt/bin_to_hex.h
+74 −89 include/spdlog/fmt/bundled/args.h
+2,961 −0 include/spdlog/fmt/bundled/base.h
+664 −566 include/spdlog/fmt/bundled/chrono.h
+94 −127 include/spdlog/fmt/bundled/color.h
+90 −74 include/spdlog/fmt/bundled/compile.h
+4 −2,968 include/spdlog/fmt/bundled/core.h
+332 −61 include/spdlog/fmt/bundled/format-inl.h
+1,363 −1,664 include/spdlog/fmt/bundled/format.h
+0 −2 include/spdlog/fmt/bundled/locale.h
+122 −150 include/spdlog/fmt/bundled/os.h
+63 −142 include/spdlog/fmt/bundled/ostream.h
+185 −227 include/spdlog/fmt/bundled/printf.h
+354 −242 include/spdlog/fmt/bundled/ranges.h
+330 −141 include/spdlog/fmt/bundled/std.h
+192 −78 include/spdlog/fmt/bundled/xchar.h
+4 −0 include/spdlog/mdc.h
+16 −2 include/spdlog/pattern_formatter-inl.h
+12 −6 include/spdlog/sinks/ansicolor_sink-inl.h
+5 −4 include/spdlog/sinks/ansicolor_sink.h
+4 −4 include/spdlog/sinks/base_sink.h
+6 −0 include/spdlog/sinks/basic_file_sink-inl.h
+1 −0 include/spdlog/sinks/basic_file_sink.h
+1 −1 include/spdlog/sinks/callback_sink.h
+2 −0 include/spdlog/sinks/daily_file_sink.h
+2 −0 include/spdlog/sinks/hourly_file_sink.h
+1 −1 include/spdlog/sinks/msvc_sink.h
+1 −1 include/spdlog/sinks/null_sink.h
+7 −1 include/spdlog/sinks/rotating_file_sink-inl.h
+1 −0 include/spdlog/sinks/rotating_file_sink.h
+5 −4 include/spdlog/sinks/stdout_sinks-inl.h
+3 −2 include/spdlog/sinks/syslog_sink.h
+9 −0 include/spdlog/sinks/wincolor_sink-inl.h
+7 −0 include/spdlog/tweakme.h
+1 −1 include/spdlog/version.h
+16 −10 src/bundled_fmtlib_format.cpp
+6 −7 tests/CMakeLists.txt
+6 −1 tests/includes.h
+0 −44 tests/test_async.cpp
+9 −0 tests/test_cfg.cpp
+2 −1 tests/test_custom_callbacks.cpp
+3 −5 tests/test_daily_logger.cpp
+40 −0 tests/test_file_logging.cpp
+55 −2 tests/test_misc.cpp
+2 −0 tests/test_pattern_formatter.cpp
+2 −1 tests/test_sink.h

0 comments on commit ffaab89

Please sign in to comment.