Commit 3d9d08c
File tree
4 files changed
+13
-11
lines changed- .github/workflows
- apache
- external
- gradle
4 files changed
+13
-11
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
73 | 73 | | |
74 | 74 | | |
75 | 75 | | |
76 | | - | |
| 76 | + | |
77 | 77 | | |
78 | | - | |
79 | | - | |
80 | | - | |
81 | | - | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
82 | 84 | | |
83 | 85 | | |
84 | 86 | | |
| |||
Submodule commons-lang updated 140 files
- .github/workflows/cifuzz.yml+1-1
- .github/workflows/linux.yml+101-43
- .github/workflows/macos.yml+1-1
- .github/workflows/scorecard.yml+2-2
- .github/workflows/windows.yml+2-2
- .gitignore+1
- CMakeLists.txt+7-1
- ChangeLog.md+43
- doc/api.md+1-1
- doc/index.md+1-1
- include/fmt/base.h+56-32
- include/fmt/chrono.h+193-200
- include/fmt/color.h+115-88
- include/fmt/compile.h+10-22
- include/fmt/format-inl.h+2-3
- include/fmt/format.h+1-1
- include/fmt/ostream.h+2-1
- include/fmt/ranges.h+4-4
- include/fmt/std.h-16
- include/fmt/xchar.h+5-5
- support/bazel/.bazelversion+1-1
- support/bazel/BUILD.bazel+2
- support/bazel/MODULE.bazel+2-1
- support/bazel/README.md+1-1
- test/chrono-test.cc+152-217
- test/color-test.cc+58-1
- test/compile-test.cc+12-1
- test/format-test.cc+4-48
- test/no-builtin-types-test.cc+1
- test/os-test.cc+76
- test/ranges-test.cc+4-1
- test/std-test.cc+3-2
- test/xchar-test.cc+2-99
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
| 2 | + | |
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
| |||
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
38 | | - | |
| 38 | + | |
39 | 39 | | |
40 | 40 | | |
41 | 41 | | |
| |||
53 | 53 | | |
54 | 54 | | |
55 | 55 | | |
56 | | - | |
| 56 | + | |
57 | 57 | | |
58 | 58 | | |
59 | | - | |
| 59 | + | |
60 | 60 | | |
61 | 61 | | |
62 | 62 | | |
0 commit comments