Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/fmt
Submodule fmt updated 62 files
+7 βˆ’0 .clang-format
+5 βˆ’3 .github/workflows/cifuzz.yml
+3 βˆ’4 .github/workflows/doc.yml
+8 βˆ’36 .github/workflows/lint.yml
+105 βˆ’45 .github/workflows/linux.yml
+7 βˆ’3 .github/workflows/macos.yml
+4 βˆ’4 .github/workflows/scorecard.yml
+5 βˆ’10 .github/workflows/windows.yml
+1 βˆ’0 .gitignore
+32 βˆ’17 CMakeLists.txt
+422 βˆ’0 ChangeLog.md
+3 βˆ’2 README.md
+1 βˆ’1 doc/ChangeLog-old.md
+61 βˆ’30 doc/api.md
+1 βˆ’1 doc/get-started.md
+2 βˆ’2 doc/index.md
+4 βˆ’5 doc/syntax.md
+20 βˆ’28 include/fmt/args.h
+1,987 βˆ’2,074 include/fmt/base.h
+509 βˆ’611 include/fmt/chrono.h
+132 βˆ’107 include/fmt/color.h
+59 βˆ’49 include/fmt/compile.h
+70 βˆ’50 include/fmt/format-inl.h
+1,291 βˆ’1,401 include/fmt/format.h
+43 βˆ’55 include/fmt/os.h
+47 βˆ’91 include/fmt/ostream.h
+107 βˆ’130 include/fmt/printf.h
+115 βˆ’150 include/fmt/ranges.h
+268 βˆ’256 include/fmt/std.h
+102 βˆ’55 include/fmt/xchar.h
+19 βˆ’1 src/fmt.cc
+4 βˆ’1 src/format.cc
+10 βˆ’15 src/os.cc
+1 βˆ’1 support/bazel/.bazelversion
+2 βˆ’0 support/bazel/BUILD.bazel
+2 βˆ’1 support/bazel/MODULE.bazel
+1 βˆ’1 support/bazel/README.md
+37 βˆ’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
+279 βˆ’278 test/base-test.cc
+189 βˆ’229 test/chrono-test.cc
+58 βˆ’1 test/color-test.cc
+1 βˆ’27 test/compile-error-test/CMakeLists.txt
+97 βˆ’13 test/compile-test.cc
+6 βˆ’5 test/format-impl-test.cc
+192 βˆ’57 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
+25 βˆ’0 test/no-builtin-types-test.cc
+77 βˆ’1 test/os-test.cc
+34 βˆ’24 test/ranges-test.cc
+3 βˆ’3 test/scan-test.cc
+5 βˆ’5 test/scan.h
+66 βˆ’13 test/std-test.cc
+1 βˆ’1 test/test-assert.h
+1 βˆ’1 test/unicode-test.cc
+4 βˆ’5 test/util.cc
+25 βˆ’204 test/xchar-test.cc