-
-
Notifications
You must be signed in to change notification settings - Fork 33
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
26 files
+1 −1 | .github/workflows/doc.yml | |
+1 −1 | .github/workflows/linux.yml | |
+1 −1 | .github/workflows/macos.yml | |
+65 −0 | .github/workflows/scorecard.yml | |
+2 −2 | .github/workflows/windows.yml | |
+1 −2 | CMakeLists.txt | |
+230 −0 | ChangeLog.rst | |
+9 −3 | README.rst | |
+28 −9 | doc/api.rst | |
+4 −4 | doc/build.py | |
+1 −1 | include/fmt/args.h | |
+66 −127 | include/fmt/chrono.h | |
+12 −83 | include/fmt/compile.h | |
+49 −17 | include/fmt/core.h | |
+127 −63 | include/fmt/format.h | |
+5 −2 | include/fmt/ranges.h | |
+140 −37 | include/fmt/std.h | |
+7 −0 | support/rst2md.py | |
+3 −3 | test/chrono-test.cc | |
+15 −32 | test/compile-test.cc | |
+33 −8 | test/core-test.cc | |
+0 −5 | test/format-impl-test.cc | |
+17 −13 | test/format-test.cc | |
+30 −0 | test/ranges-test.cc | |
+1 −3 | test/scan.h | |
+47 −11 | test/std-test.cc |
Submodule libremidi
updated
from 1f86d7 to 38e1bd