-
-
Notifications
You must be signed in to change notification settings - Fork 229
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bumps [external/spdlog](https://github.com/gabime/spdlog) from `96a7d2a` to `f355b3d`. - [Release notes](https://github.com/gabime/spdlog/releases) - [Commits](gabime/spdlog@96a7d2a...f355b3d) --- updated-dependencies: - dependency-name: external/spdlog dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
- Loading branch information
1 parent
400a875
commit 7cd1d90
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule spdlog
updated
25 files
+3 −0 | README.md | |
+3 −0 | example/example.cpp | |
+2 −2 | include/spdlog/cfg/env.h | |
+20 −28 | include/spdlog/fmt/bundled/args.h | |
+1,768 −1,884 | include/spdlog/fmt/bundled/base.h | |
+376 −470 | include/spdlog/fmt/bundled/chrono.h | |
+20 −22 | include/spdlog/fmt/bundled/color.h | |
+46 −24 | include/spdlog/fmt/bundled/compile.h | |
+65 −44 | include/spdlog/fmt/bundled/format-inl.h | |
+1,091 −1,284 | include/spdlog/fmt/bundled/format.h | |
+0 −2 | include/spdlog/fmt/bundled/locale.h | |
+43 −55 | include/spdlog/fmt/bundled/os.h | |
+43 −88 | include/spdlog/fmt/bundled/ostream.h | |
+107 −130 | include/spdlog/fmt/bundled/printf.h | |
+98 −130 | include/spdlog/fmt/bundled/ranges.h | |
+74 −47 | include/spdlog/fmt/bundled/std.h | |
+97 −46 | include/spdlog/fmt/bundled/xchar.h | |
+0 −1 | include/spdlog/fmt/fmt.h | |
+10 −4 | include/spdlog/sinks/ansicolor_sink-inl.h | |
+4 −3 | include/spdlog/sinks/ansicolor_sink.h | |
+7 −0 | include/spdlog/tweakme.h | |
+1 −1 | include/spdlog/version.h | |
+5 −1 | src/bundled_fmtlib_format.cpp | |
+9 −0 | tests/test_cfg.cpp | |
+3 −5 | tests/test_daily_logger.cpp |