Commit 4ba0f7f
- .clang-tidy+4
- .github/workflows/doc.yml+1-1
- .github/workflows/lint.yml+1-1
- .github/workflows/linux.yml+1-1
- .github/workflows/macos.yml+1-1
- .github/workflows/scorecard.yml+3-3
- .github/workflows/windows.yml+6-10
- .gitignore+2
- CMakeLists.txt+16-17
- ChangeLog.md+255-6
- README.md+2-1
- doc/ChangeLog-old.md+1-1
- doc/api.md+94-13
- doc/get-started.md+11
- doc/syntax.md+6-4
- include/fmt/args.h+2-2
- include/fmt/base.h+115-94
- include/fmt/chrono.h+19-103
- include/fmt/color.h+18-18
- include/fmt/compile.h+126-77
- include/fmt/format-inl.h+61-61
- include/fmt/format.h+483-332
- include/fmt/os.h+10-10
- include/fmt/ostream.h+2-2
- include/fmt/printf.h+25-34
- include/fmt/ranges.h+34-33
- include/fmt/std.h+220-221
- include/fmt/xchar.h+30-43
- src/fmt.cc+2
- src/format.cc+7-10
- src/os.cc+10-10
- support/bazel/.bazelversion-1
- support/bazel/BUILD.bazel-22
- support/bazel/MODULE.bazel-7
- support/bazel/README.md-28
- support/bazel/WORKSPACE.bazel-2
- support/mkdocs+18-8
- test/args-test.cc+1-1
- test/base-test.cc+178-169
- test/chrono-test.cc+6-6
- test/color-test.cc+9
- test/compile-fp-test.cc+2-1
- test/compile-test.cc+21
- test/format-impl-test.cc+3-3
- test/format-test.cc+145-33
- test/gtest-extra.h+4
- test/mock-allocator.h+14-3
- test/os-test.cc+17-10
- test/printf-test.cc+6-45
- test/scan.h+53
- test/std-test.cc+79-1
- test/util.h-11
- test/xchar-test.cc+9-1
0 commit comments