1 file changed
+1
-1
lines changed- .github/dependabot.yml+8
- .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+13-3
- .github/workflows/scorecard.yml+65
- .github/workflows/windows.yml+3-3
- .gitignore+13-26
- CMakeLists.txt+24-12
- ChangeLog.md+5.5k
- ChangeLog.rst-5.7k
- LICENSE
- README.md+490
- README.rst-540
- doc/_static/bootstrap.min.js+6-6
- doc/api.rst+116-86
- doc/build.py+10-5
- doc/syntax.rst+11-4
- doc/usage.rst+38
- include/fmt/args.h+7-6
- include/fmt/chrono.h+226-253
- include/fmt/color.h+48-38
- include/fmt/compile.h+27-99
- include/fmt/core.h+328-310
- include/fmt/format-inl.h+93-96
- include/fmt/format.h+426-626
- include/fmt/os.h+28-24
- include/fmt/ostream.h+69-33
- include/fmt/printf.h+131-135
- include/fmt/ranges.h+23-17
- include/fmt/std.h+250-62
- include/fmt/xchar.h+32-32
- src/fmt.cc+2-10
- src/os.cc+24-12
- support/AndroidManifest.xml+1-1
- support/manage.py+45-19
- support/rst2md.py-159
- test/CMakeLists.txt+6-1
- test/chrono-test.cc+245-225
- test/compile-fp-test.cc+1
- test/compile-test.cc+28-44
- test/core-test.cc+35-9
- test/format-impl-test.cc+3-95
- test/format-test.cc+498-470
- test/gtest-extra-test.cc+1-1
- test/gtest-extra.cc+2-2
- test/gtest-extra.h+1-1
- test/gtest/gmock-gtest-all.cc+1-1
- test/os-test.cc+4-4
- test/ostream-test.cc+18-1
- test/posix-mock.h+4-4
- test/printf-test.cc+11-30
- test/ranges-test.cc+92-29
- test/scan-test.cc+103-31
- test/scan.h+559-139
- test/std-test.cc+98-13
- test/util.cc+6-2
- test/util.h+14-12
- test/xchar-test.cc+86-38
0 commit comments