Skip to content

Commit

Permalink
Merge pull request #38 from wermos/dependabot/submodules/utilities/li…
Browse files Browse the repository at this point in the history
…bs/spdlog-5ebfc92

Bump utilities/libs/spdlog from `7c02e20` to `5ebfc92`
  • Loading branch information
wermos authored Jul 29, 2024
2 parents a530073 + 327580d commit 60130e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utilities/libs/spdlog
Submodule spdlog updated 47 files
+0 −1 .clang-tidy
+2 −1 .github/workflows/ci.yml
+3 −0 .gitignore
+9 −5 CMakeLists.txt
+13 −10 INSTALL
+18 −1 README.md
+1 −1 bench/latency.cpp
+16 −1 example/example.cpp
+7 −5 include/spdlog/async_logger-inl.h
+2 −2 include/spdlog/common.h
+2 −0 include/spdlog/details/circular_q.h
+1 −1 include/spdlog/details/file_helper-inl.h
+14 −5 include/spdlog/details/os-inl.h
+1 −0 include/spdlog/details/periodic_worker.h
+0 −4 include/spdlog/details/registry-inl.h
+8 −1 include/spdlog/details/registry.h
+8 −3 include/spdlog/details/thread_pool-inl.h
+14 −3 include/spdlog/details/thread_pool.h
+7 −6 include/spdlog/fmt/bundled/args.h
+584 −413 include/spdlog/fmt/bundled/chrono.h
+62 −70 include/spdlog/fmt/bundled/color.h
+35 −111 include/spdlog/fmt/bundled/compile.h
+797 −1,151 include/spdlog/fmt/bundled/core.h
+161 −206 include/spdlog/fmt/bundled/format-inl.h
+1,260 −942 include/spdlog/fmt/bundled/format.h
+67 −90 include/spdlog/fmt/bundled/os.h
+77 −69 include/spdlog/fmt/bundled/ostream.h
+210 −175 include/spdlog/fmt/bundled/printf.h
+172 −156 include/spdlog/fmt/bundled/ranges.h
+418 −52 include/spdlog/fmt/bundled/std.h
+68 −38 include/spdlog/fmt/bundled/xchar.h
+0 −4 include/spdlog/fmt/fmt.h
+46 −0 include/spdlog/mdc.h
+56 −0 include/spdlog/pattern_formatter-inl.h
+3 −3 include/spdlog/sinks/qt_sinks.h
+1 −1 include/spdlog/sinks/rotating_file_sink-inl.h
+3 −2 include/spdlog/sinks/syslog_sink.h
+9 −0 include/spdlog/sinks/wincolor_sink-inl.h
+4 −0 include/spdlog/stopwatch.h
+2 −2 include/spdlog/version.h
+6 −9 src/bundled_fmtlib_format.cpp
+1 −0 tests/includes.h
+44 −0 tests/test_async.cpp
+61 −0 tests/test_create_dir.cpp
+1 −1 tests/test_errors.cpp
+1 −1 tests/test_file_helper.cpp
+128 −0 tests/test_pattern_formatter.cpp

0 comments on commit 60130e7

Please sign in to comment.