2 files changed
+2
-2
lines changed+1-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
44 | 44 |
| |
45 | 45 |
| |
46 | 46 |
| |
47 |
| - | |
| 47 | + | |
48 | 48 |
| |
49 | 49 |
| |
50 | 50 |
| |
|
- .github/dependabot.yml+1-1
- .github/workflows/cifuzz.yml+3-3
- .github/workflows/doc.yml+1-1
- .github/workflows/lint.yml+26
- .github/workflows/linux.yml+1-1
- .github/workflows/macos.yml+1-1
- .github/workflows/scorecard.yml+4-4
- .github/workflows/windows.yml+2-2
- .gitignore+13-26
- CMakeLists.txt+28-17
- ChangeLog.md+5.5k
- ChangeLog.rst-5.9k
- LICENSE
- README.md+486
- README.rst-545
- doc/_static/bootstrap.min.js+6-6
- doc/api.rst+83-76
- doc/build.py+10-5
- doc/syntax.rst+13-5
- doc/usage.rst+38
- include/fmt/args.h+7-6
- include/fmt/base.h+2.9k
- include/fmt/chrono.h+152-120
- include/fmt/color.h+60-62
- include/fmt/compile.h+9-8
- include/fmt/core.h+4-2.9k
- include/fmt/format-inl.h+97-77
- include/fmt/format.h+452-404
- include/fmt/os.h+37-25
- include/fmt/ostream.h+71-36
- include/fmt/printf.h+38-33
- include/fmt/ranges.h+104-48
- include/fmt/std.h+117-45
- include/fmt/xchar.h+98-40
- src/fmt.cc+11-5
- src/os.cc+33-34
- support/AndroidManifest.xml+1-1
- support/bazel/.bazelversion+1-1
- support/bazel/BUILD.bazel+4-16
- support/bazel/MODULE.bazel+4
- support/bazel/README.md+27-6
- support/manage.py+46-20
- support/rst2md.py-166
- test/CMakeLists.txt+6-1
- test/add-subdirectory-test/main.cc+1-1
- test/args-test.cc+8-6
- test/assert-test.cc+1-1
- test/chrono-test.cc+237-241
- test/compile-test.cc+20-6
- test/core-test.cc+85-121
- test/cuda-test/cpp14.cc+1-1
- test/cuda-test/cuda-cpp14.cu+1-1
- test/format-impl-test.cc+1-8
- test/format-test.cc+514-460
- test/fuzzing/fuzzer-common.h+1-1
- test/gtest-extra-test.cc+19-24
- test/gtest-extra.cc+5-5
- test/gtest-extra.h+1-1
- test/gtest/gmock-gtest-all.cc+1-1
- test/header-only-test.cc+1-1
- test/noexception-test.cc+1-1
- test/os-test.cc+19-24
- test/ostream-test.cc+19-3
- test/posix-mock-test.cc+25-37
- test/posix-mock.h+4-4
- test/printf-test.cc+5-6
- test/ranges-test.cc+113-35
- test/scan-test.cc+102-31
- test/scan.h+561-139
- test/std-test.cc+54-5
- test/util.cc+10-7
- test/util.h+14-12
- test/xchar-test.cc+85-39
0 commit comments