-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Iridescent
committed
Feb 2, 2025
1 parent
8783261
commit 550cf27
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule spdlog
updated
18 files
+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 | |
+1 −1 | include/spdlog/version.h | |
+5 −1 | src/bundled_fmtlib_format.cpp | |
+3 −5 | tests/test_daily_logger.cpp |