Skip to content

Commit

Permalink
Merge pull request #2776 from boutproject/dependabot/submodules/exter…
Browse files Browse the repository at this point in the history
…nalpackages/fmt-2ac6c5c

Bump externalpackages/fmt from `f0903ad` to `2ac6c5c`
  • Loading branch information
ZedThree authored Oct 18, 2023
2 parents 17efaf8 + 939b239 commit 38671e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion externalpackages/fmt
Submodule fmt updated 83 files
+8 −0 .github/dependabot.yml
+3 −2 .github/pull_request_template.md
+30 −0 .github/workflows/cifuzz.yml
+12 −1 .github/workflows/doc.yml
+42 −11 .github/workflows/linux.yml
+20 −2 .github/workflows/macos.yml
+65 −0 .github/workflows/scorecard.yml
+59 −14 .github/workflows/windows.yml
+99 −48 CMakeLists.txt
+5,282 −0 ChangeLog.md
+0 −4,738 ChangeLog.rst
+1 −1 LICENSE
+60 −39 README.rst
+11 −2 doc/CMakeLists.txt
+299 −186 doc/api.rst
+6 −7 doc/build.py
+1 −1 doc/index.rst
+138 −12 doc/syntax.rst
+1 −1 include/fmt/args.h
+471 −345 include/fmt/chrono.h
+28 −89 include/fmt/color.h
+46 −114 include/fmt/compile.h
+921 −1,275 include/fmt/core.h
+104 −1,035 include/fmt/format-inl.h
+1,874 −770 include/fmt/format.h
+0 −2 include/fmt/locale.h
+45 −75 include/fmt/os.h
+95 −86 include/fmt/ostream.h
+211 −193 include/fmt/printf.h
+319 −174 include/fmt/ranges.h
+468 −8 include/fmt/std.h
+80 −58 include/fmt/xchar.h
+38 −29 src/fmt.cc
+15 −77 src/format.cc
+101 −71 src/os.cc
+3 −3 support/Vagrantfile
+0 −43 support/appveyor-build.py
+0 −31 support/appveyor.yml
+0 −1 support/bazel/.bazelrc
+1 −1 support/bazel/.bazelversion
+1 −2 support/bazel/BUILD.bazel
+5 −4 support/bazel/README.md
+1 −1 support/build.gradle
+0 −54 support/cmake/cxx14.cmake
+4 −1 support/cmake/fmt-config.cmake.in
+7 −1 support/manage.py
+0 −159 support/rst2md.py
+32 −7 test/CMakeLists.txt
+1 −1 test/add-subdirectory-test/CMakeLists.txt
+1 −1 test/args-test.cc
+406 −33 test/chrono-test.cc
+4 −4 test/compile-error-test/CMakeLists.txt
+2 −1 test/compile-fp-test.cc
+32 −39 test/compile-test.cc
+125 −242 test/core-test.cc
+18 −0 test/detect-stdfs.cc
+2 −0 test/enforce-checks-test.cc
+1 −1 test/find-package-test/CMakeLists.txt
+204 −92 test/format-impl-test.cc
+333 −370 test/format-test.cc
+1 −1 test/fuzzing/CMakeLists.txt
+2 −2 test/fuzzing/one-arg.cc
+2 −2 test/fuzzing/two-args.cc
+3 −1 test/gtest-extra-test.cc
+1 −6 test/gtest-extra.h
+1 −7 test/gtest/CMakeLists.txt
+2 −2 test/gtest/gmock-gtest-all.cc
+2 −2 test/mock-allocator.h
+36 −88 test/module-test.cc
+24 −69 test/os-test.cc
+50 −57 test/ostream-test.cc
+2 −8 test/posix-mock-test.cc
+0 −2 test/posix-mock.h
+14 −37 test/printf-test.cc
+194 −69 test/ranges-test.cc
+1 −1 test/scan-test.cc
+17 −14 test/scan.h
+1 −1 test/static-export-test/CMakeLists.txt
+250 −2 test/std-test.cc
+4 −4 test/unicode-test.cc
+1 −2 test/util.cc
+2 −6 test/util.h
+226 −98 test/xchar-test.cc

0 comments on commit 38671e6

Please sign in to comment.