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