Skip to content

Commit

Permalink
Bump 3rdparty/fmt from 06948fa to 891c9a7
Browse files Browse the repository at this point in the history
Bumps [3rdparty/fmt](https://github.com/fmtlib/fmt) from `06948fa` to `891c9a7`.
- [Release notes](https://github.com/fmtlib/fmt/releases)
- [Commits](fmtlib/fmt@06948fa...891c9a7)

---
updated-dependencies:
- dependency-name: 3rdparty/fmt
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Sep 23, 2024
1 parent 7e07589 commit 1ca30e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 3rdparty/fmt
Submodule fmt updated 53 files
+6 −0 .clang-format
+3 −3 .github/workflows/cifuzz.yml
+1 −30 .github/workflows/lint.yml
+14 −12 .github/workflows/linux.yml
+5 −1 .github/workflows/macos.yml
+3 −3 .github/workflows/scorecard.yml
+2 −7 .github/workflows/windows.yml
+20 −10 CMakeLists.txt
+86 −19 ChangeLog.md
+9 −9 README.md
+5 −5 doc/api.md
+1 −1 doc/index.md
+2 −3 doc/syntax.md
+17 −28 include/fmt/args.h
+1,868 −2,027 include/fmt/base.h
+356 −452 include/fmt/chrono.h
+20 −22 include/fmt/color.h
+40 −17 include/fmt/compile.h
+97 −54 include/fmt/format-inl.h
+925 −1,038 include/fmt/format.h
+29 −41 include/fmt/os.h
+34 −87 include/fmt/ostream.h
+106 −129 include/fmt/printf.h
+38 −68 include/fmt/ranges.h
+113 −52 include/fmt/std.h
+99 −53 include/fmt/xchar.h
+17 −1 src/fmt.cc
+4 −1 src/format.cc
+27 −30 src/os.cc
+2 −3 support/Vagrantfile
+43 −0 support/check-commits
+40 −151 support/manage.py
+35 −3 support/mkdocs
+311 −288 support/python/mkdocstrings_handlers/cxx/__init__.py
+10 −19 test/CMakeLists.txt
+111 −122 test/base-test.cc
+40 −15 test/chrono-test.cc
+1 −27 test/compile-error-test/CMakeLists.txt
+2 −9 test/compile-test.cc
+162 −24 test/format-test.cc
+19 −11 test/gtest/gmock-gtest-all.cc
+24 −10 test/gtest/gmock/gmock.h
+4 −3 test/gtest/gtest/gtest.h
+1 −1 test/os-test.cc
+25 −0 test/perf-sanity.cc
+4 −0 test/printf-test.cc
+31 −13 test/ranges-test.cc
+3 −3 test/scan-test.cc
+8 −5 test/scan.h
+42 −2 test/std-test.cc
+1 −1 test/unicode-test.cc
+4 −5 test/util.cc
+5 −96 test/xchar-test.cc

0 comments on commit 1ca30e6

Please sign in to comment.