1 file changed
+1
-1
lines changed- .clang-format+6
- .github/workflows/cifuzz.yml+5-3
- .github/workflows/doc.yml+1-1
- .github/workflows/lint.yml+8-36
- .github/workflows/linux.yml+15-13
- .github/workflows/macos.yml+6-2
- .github/workflows/scorecard.yml+4-4
- .github/workflows/windows.yml+4-9
- CMakeLists.txt+23-12
- ChangeLog.md+238
- README.md+1
- doc/api.md+49-26
- doc/index.md+2-2
- doc/syntax.md+4-5
- include/fmt/args.h+20-28
- include/fmt/base.h+1.9k-2.0k
- include/fmt/chrono.h+376-470
- include/fmt/color.h+20-22
- include/fmt/compile.h+46-24
- include/fmt/format-inl.h+65-46
- include/fmt/format.h+1.1k-1.3k
- include/fmt/os.h+43-55
- include/fmt/ostream.h+43-88
- include/fmt/printf.h+107-130
- include/fmt/ranges.h+95-129
- include/fmt/std.h+73-45
- include/fmt/xchar.h+103-57
- src/fmt.cc+17-1
- src/format.cc+4-1
- src/os.cc+6-11
- support/mkdocs+35-3
- support/python/mkdocstrings_handlers/cxx/__init__.py+311-290
- support/release.py+31-61
- test/CMakeLists.txt+4-19
- test/args-test.cc+14
- test/base-test.cc+122-144
- test/chrono-test.cc+40-15
- test/compile-error-test/CMakeLists.txt+1-27
- test/compile-test.cc+22-12
- test/format-impl-test.cc+2-2
- test/format-test.cc+142-26
- test/gtest/gmock-gtest-all.cc+19-11
- test/gtest/gmock/gmock.h+24-10
- test/gtest/gtest/gtest.h+4-3
- test/no-builtin-types-test.cc+24
- test/os-test.cc+1-1
- test/ranges-test.cc+13-13
- test/scan-test.cc+3-3
- test/scan.h+5-5
- test/std-test.cc+18-2
- test/test-assert.h+1-1
- test/unicode-test.cc+1-1
- test/util.cc+4-5
- test/xchar-test.cc+15-105
0 commit comments