Skip to content

Commit

Permalink
update submodules
Browse files Browse the repository at this point in the history
  • Loading branch information
eagleoflqj committed Dec 30, 2024
1 parent 9a11f91 commit 8786787
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion fmt
Submodule fmt updated 54 files
+6 −0 .clang-format
+5 −3 .github/workflows/cifuzz.yml
+1 −1 .github/workflows/doc.yml
+8 −36 .github/workflows/lint.yml
+15 −13 .github/workflows/linux.yml
+6 −2 .github/workflows/macos.yml
+4 −4 .github/workflows/scorecard.yml
+4 −9 .github/workflows/windows.yml
+23 −12 CMakeLists.txt
+238 −0 ChangeLog.md
+1 −0 README.md
+49 −26 doc/api.md
+2 −2 doc/index.md
+4 −5 doc/syntax.md
+20 −28 include/fmt/args.h
+1,915 −2,038 include/fmt/base.h
+376 −470 include/fmt/chrono.h
+20 −22 include/fmt/color.h
+46 −24 include/fmt/compile.h
+65 −46 include/fmt/format-inl.h
+1,087 −1,294 include/fmt/format.h
+43 −55 include/fmt/os.h
+43 −88 include/fmt/ostream.h
+107 −130 include/fmt/printf.h
+95 −129 include/fmt/ranges.h
+73 −45 include/fmt/std.h
+103 −57 include/fmt/xchar.h
+17 −1 src/fmt.cc
+4 −1 src/format.cc
+6 −11 src/os.cc
+35 −3 support/mkdocs
+311 −290 support/python/mkdocstrings_handlers/cxx/__init__.py
+31 −61 support/release.py
+4 −19 test/CMakeLists.txt
+14 −0 test/args-test.cc
+122 −144 test/base-test.cc
+40 −15 test/chrono-test.cc
+1 −27 test/compile-error-test/CMakeLists.txt
+22 −12 test/compile-test.cc
+2 −2 test/format-impl-test.cc
+142 −26 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
+24 −0 test/no-builtin-types-test.cc
+1 −1 test/os-test.cc
+13 −13 test/ranges-test.cc
+3 −3 test/scan-test.cc
+5 −5 test/scan.h
+18 −2 test/std-test.cc
+1 −1 test/test-assert.h
+1 −1 test/unicode-test.cc
+4 −5 test/util.cc
+15 −105 test/xchar-test.cc
2 changes: 1 addition & 1 deletion glib
Submodule glib updated 268 files
2 changes: 1 addition & 1 deletion json-glib
2 changes: 1 addition & 1 deletion librime-lua
Submodule librime-lua updated 1 files
+717 −0 contrib/librime.lua

0 comments on commit 8786787

Please sign in to comment.