3 files changed
+4
-2
lines changedOriginal file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 |
| - | |
| 2 | + | |
| 3 | + | |
3 | 4 |
| |
4 | 5 |
| |
5 | 6 |
| |
|
- .github/issue_template.md+6
- .github/pull_request_template.md+3-2
- .github/workflows/cifuzz.yml+30
- .github/workflows/doc.yml+12-1
- .github/workflows/linux.yml+42-10
- .github/workflows/macos.yml+10-2
- .github/workflows/windows.yml+61-21
- CMakeLists.txt+95-69
- ChangeLog.rst+952-3
- LICENSE.rst+1-1
- README.rst+34-22
- doc/CMakeLists.txt+11-2
- doc/api.rst+247-155
- doc/build.py+6-3
- doc/index.rst+2-2
- doc/syntax.rst+163-10
- include/fmt/args.h+4-4
- include/fmt/chrono.h+492-292
- include/fmt/color.h+112-117
- include/fmt/compile.h+46-81
- include/fmt/core.h+863-1.1k
- include/fmt/format-inl.h+836-1.8k
- include/fmt/format.h+2.4k-776
- include/fmt/locale.h-2
- include/fmt/os.h+66-142
- include/fmt/ostream.h+128-54
- include/fmt/printf.h+98-76
- include/fmt/ranges.h+364-425
- include/fmt/std.h+349
- include/fmt/xchar.h+60-37
- src/fmt.cc+40-23
- src/format.cc+15-96
- src/os.cc+107-78
- support/Vagrantfile+3-3
- support/appveyor-build.py-43
- support/appveyor.yml-31
- support/bazel/.bazelrc-1
- support/bazel/.bazelversion+1-1
- support/bazel/BUILD.bazel+1-2
- support/bazel/README.md+5-4
- support/build.gradle+1-1
- support/cmake/cxx14.cmake-70
- support/cmake/fmt-config.cmake.in+4-1
- support/manage.py+6
- support/printable.py+1-1
- test/CMakeLists.txt+30-17
- test/add-subdirectory-test/CMakeLists.txt+1-1
- test/args-test.cc+1-1
- test/chrono-test.cc+372-18
- test/color-test.cc+6
- test/compile-error-test/CMakeLists.txt+42-4
- test/compile-fp-test.cc+1-1
- test/compile-test.cc+24-7
- test/core-test.cc+134-225
- test/detect-stdfs.cc+18
- test/enforce-checks-test.cc+2
- test/find-package-test/CMakeLists.txt+1-1
- test/format-impl-test.cc+280-89
- test/format-test.cc+442-365
- test/fuzzing/CMakeLists.txt+1-1
- test/fuzzing/one-arg.cc+2-2
- test/fuzzing/two-args.cc+2-2
- test/gtest-extra-test.cc+3-1
- test/gtest-extra.cc+1-1
- test/gtest-extra.h+2-7
- test/gtest/CMakeLists.txt+1-7
- test/gtest/gmock-gtest-all.cc+2-2
- test/mock-allocator.h+2-2
- test/module-test.cc+36-96
- test/os-test.cc+24-69
- test/ostream-test.cc+69-79
- test/posix-mock-test.cc+3-90
- test/posix-mock.h-2
- test/printf-test.cc+5-14
- test/ranges-test.cc+168-34
- test/scan-test.cc+1-1
- test/scan.h+16-11
- test/static-export-test/CMakeLists.txt+1-1
- test/std-test.cc+221
- test/test-main.cc+2-3
- test/unicode-test.cc+4-4
- test/util.h+2-6
- test/xchar-test.cc+162-83
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
6 | 6 |
| |
7 | 7 |
| |
8 | 8 |
| |
| 9 | + | |
9 | 10 |
| |
10 | 11 |
| |
11 | 12 |
| |
|
0 commit comments