Commit 0044a36
File tree
12 files changed
+43
-107
lines changed- .github/workflows
- apache
- external
- gradle
- wrapper
- magisk-loader
12 files changed
+43
-107
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
27 | | - | |
| 27 | + | |
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
| |||
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
44 | | - | |
| 44 | + | |
45 | 45 | | |
46 | 46 | | |
47 | 47 | | |
48 | 48 | | |
49 | 49 | | |
50 | 50 | | |
51 | | - | |
| 51 | + | |
52 | 52 | | |
53 | 53 | | |
54 | 54 | | |
55 | 55 | | |
56 | 56 | | |
57 | | - | |
| 57 | + | |
58 | 58 | | |
59 | 59 | | |
60 | 60 | | |
61 | 61 | | |
62 | 62 | | |
63 | | - | |
| 63 | + | |
64 | 64 | | |
65 | 65 | | |
66 | 66 | | |
| |||
110 | 110 | | |
111 | 111 | | |
112 | 112 | | |
113 | | - | |
| 113 | + | |
114 | 114 | | |
115 | 115 | | |
116 | 116 | | |
117 | 117 | | |
118 | 118 | | |
119 | | - | |
| 119 | + | |
120 | 120 | | |
121 | 121 | | |
122 | 122 | | |
123 | 123 | | |
124 | 124 | | |
125 | | - | |
| 125 | + | |
126 | 126 | | |
127 | 127 | | |
128 | 128 | | |
129 | 129 | | |
130 | 130 | | |
131 | 131 | | |
132 | 132 | | |
133 | | - | |
| 133 | + | |
134 | 134 | | |
135 | 135 | | |
136 | 136 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| 12 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
21 | | - | |
| 21 | + | |
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
28 | | - | |
| 28 | + | |
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
| |||
Submodule commons-lang updated 166 files
- .clang-tidy+4
- .github/workflows/cifuzz.yml+1-1
- .github/workflows/doc.yml+1-1
- .github/workflows/lint.yml+1-1
- .github/workflows/linux.yml+1-1
- .github/workflows/macos.yml+3-6
- .github/workflows/scorecard.yml+3-3
- .github/workflows/windows.yml+2-2
- .gitignore+2
- CMakeLists.txt+4-2
- ChangeLog.md+255-6
- README.md+21-21
- doc/api.md+94-13
- doc/get-started.md+11
- doc/syntax.md+6-4
- include/fmt/args.h+1-1
- include/fmt/base.h+91-87
- include/fmt/chrono.h+17-101
- include/fmt/color.h+18-18
- include/fmt/compile.h+125-76
- include/fmt/format-inl.h+113-44
- include/fmt/format.h+203-267
- include/fmt/os.h+8-9
- include/fmt/printf.h+25-34
- include/fmt/ranges.h+9-10
- include/fmt/std.h+120-102
- include/fmt/xchar.h+29-42
- src/format.cc+7-10
- src/os.cc+9-9
- 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+17-9
- support/python/mkdocstrings_handlers/cxx/__init__.py+29-13
- test/args-test.cc+1-1
- test/base-test.cc+2-2
- test/chrono-test.cc+6-6
- test/color-test.cc+1-1
- test/compile-fp-test.cc+2-1
- test/compile-test.cc+17-17
- test/format-impl-test.cc+3-3
- test/format-test.cc+60-12
- test/fuzzing/chrono-duration.cc+2-2
- test/gtest-extra.h+4
- test/mock-allocator.h+14-3
- test/printf-test.cc+6-45
- test/std-test.cc+58-7
- test/xchar-test.cc+2-1
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
3 | | - | |
4 | | - | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
8 | | - | |
| 7 | + | |
| 8 | + | |
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| |||
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
34 | | - | |
| 34 | + | |
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
38 | | - | |
39 | | - | |
| 38 | + | |
| 39 | + | |
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
| |||
53 | 53 | | |
54 | 54 | | |
55 | 55 | | |
56 | | - | |
| 56 | + | |
57 | 57 | | |
58 | 58 | | |
59 | 59 | | |
| |||
Binary file not shown.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 commit comments