-
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.
Bumps [external/fmt](https://github.com/fmtlib/fmt) from `0560c33` to `1334eed`. - [Release notes](https://github.com/fmtlib/fmt/releases) - [Commits](fmtlib/fmt@0560c33...1334eed) --- updated-dependencies: - dependency-name: external/fmt 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
44843c7
commit 1ae9c95
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule fmt
updated
34 files
+3 −3 | .github/workflows/cifuzz.yml | |
+14 −5 | .github/workflows/doc.yml | |
+1 −1 | .github/workflows/linux.yml | |
+1 −1 | .github/workflows/windows.yml | |
+27 −10 | CMakeLists.txt | |
+253 −3,331 | ChangeLog.md | |
+1 −2 | README.md | |
+3,290 −0 | doc/ChangeLog-old.md | |
+11 −14 | doc/api.md | |
+6 −0 | doc/fmt.css | |
+137 −157 | doc/get-started.md | |
+6 −6 | doc/index.md | |
+1 −1 | include/fmt/args.h | |
+11 −6 | include/fmt/base.h | |
+8 −15 | include/fmt/chrono.h | |
+6 −6 | include/fmt/compile.h | |
+6 −6 | include/fmt/format-inl.h | |
+3 −4 | include/fmt/format.h | |
+3 −3 | include/fmt/os.h | |
+1 −1 | include/fmt/ostream.h | |
+1 −1 | include/fmt/printf.h | |
+46 −4 | include/fmt/ranges.h | |
+2 −2 | include/fmt/std.h | |
+2 −2 | include/fmt/xchar.h | |
+12 −2 | src/fmt.cc | |
+38 −36 | src/os.cc | |
+0 −53 | support/compute-powers.py | |
+44 −0 | support/mkdocs | |
+3 −0 | support/mkdocs.yml | |
+11 −7 | support/python/mkdocstrings_handlers/cxx/__init__.py | |
+0 −0 | support/python/mkdocstrings_handlers/cxx/templates/README | |
+0 −14 | support/run-mkdocs | |
+0 −8 | test/chrono-test.cc | |
+27 −0 | test/ranges-test.cc |