Commit 573c054
committed
[feat][contrib] Upgrade brpc to 1.12.1.
Signed-off-by: Ketor <[email protected]>1 parent a5b1c14 commit 573c054
7 files changed
+13
-20
lines changed- .clang-format+6
- .github/workflows/cifuzz.yml+5-3
- .github/workflows/doc.yml+1-1
- .github/workflows/lint.yml+8-36
- .github/workflows/linux.yml+15-13
- .github/workflows/macos.yml+6-2
- .github/workflows/scorecard.yml+4-4
- .github/workflows/windows.yml+4-9
- CMakeLists.txt+23-12
- ChangeLog.md+263
- README.md+1
- doc/api.md+46-23
- doc/get-started.md+1-1
- doc/index.md+2-2
- doc/syntax.md+4-5
- include/fmt/args.h+20-28
- include/fmt/base.h+1.8k-1.9k
- include/fmt/chrono.h+376-470
- include/fmt/color.h+20-22
- include/fmt/compile.h+46-24
- include/fmt/format-inl.h+65-44
- include/fmt/format.h+1.1k-1.3k
- include/fmt/os.h+43-55
- include/fmt/ostream.h+43-88
- include/fmt/printf.h+107-130
- include/fmt/ranges.h+95-129
- include/fmt/std.h+74-47
- include/fmt/xchar.h+97-46
- src/fmt.cc+17-1
- src/format.cc+4-1
- src/os.cc+6-11
- support/mkdocs+35-3
- support/python/mkdocstrings_handlers/cxx/__init__.py+311-290
- support/release.py+31-61
- test/CMakeLists.txt+4-19
- test/args-test.cc+14
- test/base-test.cc+122-144
- test/chrono-test.cc+40-15
- test/compile-error-test/CMakeLists.txt+1-27
- test/compile-test.cc+22-12
- test/format-impl-test.cc+2-2
- test/format-test.cc+142-26
- test/gtest/gmock-gtest-all.cc+19-11
- test/gtest/gmock/gmock.h+24-10
- test/gtest/gtest/gtest.h+4-3
- test/no-builtin-types-test.cc+24
- test/os-test.cc+1-1
- test/ranges-test.cc+13-13
- test/scan-test.cc+3-3
- test/scan.h+5-5
- test/std-test.cc+21-2
- test/test-assert.h+1-1
- test/unicode-test.cc+1-1
- test/util.cc+4-5
- test/xchar-test.cc+23-105
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
98 | 98 | | |
99 | 99 | | |
100 | 100 | | |
| 101 | + | |
101 | 102 | | |
102 | | - | |
103 | | - | |
104 | | - | |
105 | | - | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
106 | 107 | | |
107 | 108 | | |
108 | 109 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
29 | | - | |
| 29 | + | |
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
| |||
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
47 | | - | |
| 47 | + | |
48 | 48 | | |
49 | 49 | | |
50 | 50 | | |
| |||
71 | 71 | | |
72 | 72 | | |
73 | 73 | | |
74 | | - | |
| 74 | + | |
| 75 | + | |
75 | 76 | | |
76 | 77 | | |
77 | 78 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
70 | 70 | | |
71 | 71 | | |
72 | 72 | | |
73 | | - | |
74 | 73 | | |
75 | 74 | | |
76 | 75 | | |
77 | 76 | | |
78 | 77 | | |
79 | 78 | | |
80 | | - | |
81 | 79 | | |
82 | 80 | | |
83 | 81 | | |
84 | 82 | | |
85 | 83 | | |
86 | | - | |
87 | 84 | | |
88 | | - | |
89 | 85 | | |
90 | 86 | | |
91 | 87 | | |
92 | 88 | | |
93 | 89 | | |
94 | | - | |
95 | 90 | | |
96 | | - | |
97 | 91 | | |
98 | 92 | | |
99 | 93 | | |
100 | 94 | | |
101 | 95 | | |
102 | 96 | | |
103 | | - | |
104 | 97 | | |
105 | 98 | | |
106 | 99 | | |
| |||
111 | 104 | | |
112 | 105 | | |
113 | 106 | | |
114 | | - | |
115 | 107 | | |
116 | 108 | | |
117 | 109 | | |
118 | 110 | | |
119 | 111 | | |
120 | | - | |
121 | 112 | | |
122 | 113 | | |
123 | 114 | | |
| |||
0 commit comments