generated from jyxiong/template
-
Notifications
You must be signed in to change notification settings - Fork 0
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
Showing
3 changed files
with
3 additions
and
3 deletions.
There are no files selected for viewing
Submodule fmt
updated
22 files
+1 −0 | .github/workflows/lint.yml | |
+1 −1 | .github/workflows/scorecard.yml | |
+5 −1 | CMakeLists.txt | |
+48 −0 | ChangeLog.md | |
+9 −9 | README.md | |
+2 −2 | doc/api.md | |
+48 −32 | include/fmt/base.h | |
+32 −8 | include/fmt/format-inl.h | |
+22 −14 | include/fmt/format.h | |
+2 −2 | include/fmt/printf.h | |
+1 −1 | include/fmt/ranges.h | |
+56 −22 | include/fmt/std.h | |
+43 −0 | support/check-commits | |
+11 −0 | support/manage.py | |
+8 −1 | test/CMakeLists.txt | |
+19 −1 | test/base-test.cc | |
+43 −0 | test/format-test.cc | |
+25 −0 | test/perf-sanity.cc | |
+4 −0 | test/printf-test.cc | |
+22 −10 | test/ranges-test.cc | |
+5 −2 | test/scan.h | |
+24 −0 | test/std-test.cc |
Submodule spdlog
updated
5 files
+8 −9 | .github/workflows/linux.yml | |
+14 −5 | CMakeLists.txt | |
+2 −2 | cmake/utils.cmake | |
+0 −1 | include/spdlog/sinks/daily_file_sink.h | |
+2 −2 | include/spdlog/version.h |