-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump 3rdparty/spdlog from
885b547
to e593f66
Bumps [3rdparty/spdlog](https://github.com/gabime/spdlog) from `885b547` to `e593f66`. - [Release notes](https://github.com/gabime/spdlog/releases) - [Commits](gabime/spdlog@885b547...e593f66) --- updated-dependencies: - dependency-name: 3rdparty/spdlog dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
- Loading branch information
1 parent
7e07589
commit e96466c
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule spdlog
updated
16 files
+3 −3 | CMakeLists.txt | |
+1 −1 | README.md | |
+1 −1 | bench/async_bench.cpp | |
+2 −2 | bench/bench.cpp | |
+9 −2 | example/example.cpp | |
+3 −3 | include/spdlog/details/mpmc_blocking_q.h | |
+4 −0 | include/spdlog/mdc.h | |
+16 −2 | include/spdlog/pattern_formatter-inl.h | |
+1 −1 | include/spdlog/sinks/ansicolor_sink.h | |
+4 −4 | include/spdlog/sinks/base_sink.h | |
+1 −1 | include/spdlog/sinks/callback_sink.h | |
+3 −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 | |
+5 −1 | tests/includes.h | |
+2 −0 | tests/test_pattern_formatter.cpp |