Skip to content

Commit

Permalink
Actually downgrade spdlog to v1.13.0
Browse files Browse the repository at this point in the history
See 369d973 for more info
  • Loading branch information
Oipo committed Oct 17, 2024
1 parent d4e0590 commit 70a0211
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion external/spdlog
Submodule spdlog updated 44 files
+1 −0 .clang-tidy
+1 −2 .github/workflows/ci.yml
+0 −3 .gitignore
+3 −3 CMakeLists.txt
+10 −13 INSTALL
+1 −18 README.md
+1 −1 bench/latency.cpp
+0 −15 example/example.cpp
+5 −7 include/spdlog/async_logger-inl.h
+2 −2 include/spdlog/common.h
+0 −2 include/spdlog/details/circular_q.h
+1 −1 include/spdlog/details/file_helper-inl.h
+5 −14 include/spdlog/details/os-inl.h
+0 −1 include/spdlog/details/periodic_worker.h
+4 −0 include/spdlog/details/registry-inl.h
+1 −8 include/spdlog/details/registry.h
+3 −8 include/spdlog/details/thread_pool-inl.h
+3 −14 include/spdlog/details/thread_pool.h
+6 −7 include/spdlog/fmt/bundled/args.h
+413 −584 include/spdlog/fmt/bundled/chrono.h
+70 −62 include/spdlog/fmt/bundled/color.h
+111 −35 include/spdlog/fmt/bundled/compile.h
+1,150 −796 include/spdlog/fmt/bundled/core.h
+206 −161 include/spdlog/fmt/bundled/format-inl.h
+942 −1,260 include/spdlog/fmt/bundled/format.h
+90 −67 include/spdlog/fmt/bundled/os.h
+69 −77 include/spdlog/fmt/bundled/ostream.h
+175 −210 include/spdlog/fmt/bundled/printf.h
+156 −172 include/spdlog/fmt/bundled/ranges.h
+52 −418 include/spdlog/fmt/bundled/std.h
+38 −68 include/spdlog/fmt/bundled/xchar.h
+4 −0 include/spdlog/fmt/fmt.h
+0 −46 include/spdlog/mdc.h
+0 −56 include/spdlog/pattern_formatter-inl.h
+3 −3 include/spdlog/sinks/qt_sinks.h
+0 −4 include/spdlog/stopwatch.h
+2 −2 include/spdlog/version.h
+9 −6 src/bundled_fmtlib_format.cpp
+0 −1 tests/includes.h
+0 −44 tests/test_async.cpp
+0 −61 tests/test_create_dir.cpp
+1 −1 tests/test_errors.cpp
+1 −1 tests/test_file_helper.cpp
+0 −128 tests/test_pattern_formatter.cpp

0 comments on commit 70a0211

Please sign in to comment.