Skip to content

Commit

Permalink
other commits for both fmt and googletest submodules
Browse files Browse the repository at this point in the history
  • Loading branch information
Dimitri Rusin committed Oct 16, 2023
1 parent c9ed05d commit 00bd7bd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion external/fmt
Submodule fmt updated 69 files
+8 −0 .github/dependabot.yml
+3 −2 .github/pull_request_template.md
+30 −0 .github/workflows/cifuzz.yml
+9 −1 .github/workflows/doc.yml
+15 −3 .github/workflows/linux.yml
+17 −2 .github/workflows/macos.yml
+65 −0 .github/workflows/scorecard.yml
+11 −3 .github/workflows/windows.yml
+97 −38 CMakeLists.txt
+668 −1 ChangeLog.rst
+1 −1 LICENSE.rst
+35 −27 README.rst
+67 −41 doc/api.rst
+5 −6 doc/build.py
+3 −3 doc/syntax.rst
+1 −1 include/fmt/args.h
+275 −251 include/fmt/chrono.h
+17 −36 include/fmt/color.h
+27 −104 include/fmt/compile.h
+707 −1,126 include/fmt/core.h
+62 −153 include/fmt/format-inl.h
+929 −730 include/fmt/format.h
+12 −26 include/fmt/os.h
+20 −48 include/fmt/ostream.h
+201 −174 include/fmt/printf.h
+151 −139 include/fmt/ranges.h
+217 −41 include/fmt/std.h
+43 −33 include/fmt/xchar.h
+40 −29 src/fmt.cc
+1 −2 src/format.cc
+51 −50 src/os.cc
+3 −3 support/Vagrantfile
+0 −1 support/bazel/.bazelrc
+1 −1 support/bazel/.bazelversion
+2 −2 support/bazel/BUILD.bazel
+5 −4 support/bazel/README.md
+1 −1 support/build.gradle
+0 −54 support/cmake/cxx14.cmake
+7 −0 support/rst2md.py
+14 −2 test/CMakeLists.txt
+1 −1 test/add-subdirectory-test/CMakeLists.txt
+1 −1 test/args-test.cc
+277 −26 test/chrono-test.cc
+2 −2 test/compile-error-test/CMakeLists.txt
+1 −0 test/compile-fp-test.cc
+19 −38 test/compile-test.cc
+109 −237 test/core-test.cc
+1 −1 test/find-package-test/CMakeLists.txt
+27 −91 test/format-impl-test.cc
+224 −329 test/format-test.cc
+1 −1 test/fuzzing/CMakeLists.txt
+2 −0 test/gtest-extra-test.cc
+1 −6 test/gtest-extra.h
+1 −7 test/gtest/CMakeLists.txt
+1 −1 test/gtest/gmock-gtest-all.cc
+2 −2 test/mock-allocator.h
+36 −88 test/module-test.cc
+15 −44 test/os-test.cc
+16 −47 test/ostream-test.cc
+1 −7 test/posix-mock-test.cc
+0 −2 test/posix-mock.h
+13 −37 test/printf-test.cc
+130 −35 test/ranges-test.cc
+1 −1 test/scan-test.cc
+1 −3 test/scan.h
+1 −1 test/static-export-test/CMakeLists.txt
+128 −20 test/std-test.cc
+2 −6 test/util.h
+108 −48 test/xchar-test.cc
2 changes: 1 addition & 1 deletion external/googletest
Submodule googletest updated 291 files

0 comments on commit 00bd7bd

Please sign in to comment.