Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Sep 9, 2024
1 parent 7e07589 commit bb7cfa7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 3rdparty/fmt
Submodule fmt updated 52 files
+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
+18 −8 CMakeLists.txt
+82 −19 ChangeLog.md
+9 −9 README.md
+2 −2 doc/api.md
+1 −1 doc/index.md
+1 −2 doc/syntax.md
+15 −26 include/fmt/args.h
+1,954 −1,922 include/fmt/base.h
+221 −236 include/fmt/chrono.h
+20 −22 include/fmt/color.h
+40 −17 include/fmt/compile.h
+91 −50 include/fmt/format-inl.h
+704 −739 include/fmt/format.h
+26 −38 include/fmt/os.h
+34 −87 include/fmt/ostream.h
+69 −45 include/fmt/printf.h
+42 −49 include/fmt/ranges.h
+73 −43 include/fmt/std.h
+71 −16 include/fmt/xchar.h
+17 −1 src/fmt.cc
+2 −0 src/format.cc
+26 −29 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
+112 −121 test/base-test.cc
+9 −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
+31 −0 test/std-test.cc
+1 −1 test/unicode-test.cc
+4 −5 test/util.cc
+7 −96 test/xchar-test.cc

0 comments on commit bb7cfa7

Please sign in to comment.