Commit 7d28d67
File tree
12 files changed
+29
-24
lines changed- .github/workflows
- cmake
- externalpackages
- manual
12 files changed
+29
-24
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
23 | | - | |
| 23 | + | |
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | | - | |
| 16 | + | |
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | | - | |
| 19 | + | |
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
24 | | - | |
| 24 | + | |
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
| |||
46 | 46 | | |
47 | 47 | | |
48 | 48 | | |
49 | | - | |
| 49 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
52 | 52 | | |
53 | 53 | | |
54 | 54 | | |
55 | | - | |
| 55 | + | |
56 | 56 | | |
57 | 57 | | |
58 | 58 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
20 | | - | |
| 20 | + | |
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
| |||
57 | 57 | | |
58 | 58 | | |
59 | 59 | | |
60 | | - | |
| 60 | + | |
61 | 61 | | |
62 | 62 | | |
63 | 63 | | |
| |||
106 | 106 | | |
107 | 107 | | |
108 | 108 | | |
109 | | - | |
| 109 | + | |
110 | 110 | | |
111 | 111 | | |
112 | 112 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
168 | 168 | | |
169 | 169 | | |
170 | 170 | | |
171 | | - | |
| 171 | + | |
172 | 172 | | |
173 | 173 | | |
174 | 174 | | |
| |||
182 | 182 | | |
183 | 183 | | |
184 | 184 | | |
185 | | - | |
| 185 | + | |
186 | 186 | | |
187 | 187 | | |
188 | 188 | | |
| |||
205 | 205 | | |
206 | 206 | | |
207 | 207 | | |
208 | | - | |
| 208 | + | |
209 | 209 | | |
210 | 210 | | |
211 | 211 | | |
| |||
219 | 219 | | |
220 | 220 | | |
221 | 221 | | |
222 | | - | |
| 222 | + | |
223 | 223 | | |
224 | 224 | | |
225 | 225 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
729 | 729 | | |
730 | 730 | | |
731 | 731 | | |
732 | | - | |
| 732 | + | |
733 | 733 | | |
734 | 734 | | |
735 | 735 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
164 | 164 | | |
165 | 165 | | |
166 | 166 | | |
167 | | - | |
168 | | - | |
| 167 | + | |
| 168 | + | |
169 | 169 | | |
170 | 170 | | |
171 | 171 | | |
| |||
Submodule googletest updated 49 files
- BUILD.bazel+2-1
- MODULE.bazel+6-1
- WORKSPACE+6-6
- ci/macos-presubmit.sh+2-2
- docs/gmock_cheat_sheet.md+1-1
- docs/gmock_cook_book.md+5-4
- docs/reference/matchers.md+1
- googlemock/include/gmock/gmock-actions.h+51-30
- googlemock/include/gmock/gmock-cardinalities.h+2-2
- googlemock/include/gmock/gmock-matchers.h+107-90
- googlemock/include/gmock/gmock-more-matchers.h+1-1
- googlemock/include/gmock/gmock-nice-strict.h+9-9
- googlemock/include/gmock/gmock-spec-builders.h+8-8
- googlemock/include/gmock/internal/gmock-internal-utils.h+11-7
- googlemock/src/gmock-internal-utils.cc+1-1
- googlemock/src/gmock-spec-builders.cc+16-16
- googlemock/test/BUILD.bazel+1
- googlemock/test/gmock-actions_test.cc+26-35
- googlemock/test/gmock-cardinalities_test.cc+6-6
- googlemock/test/gmock-internal-utils_test.cc+2-2
- googlemock/test/gmock-matchers-arithmetic_test.cc+5-5
- googlemock/test/gmock-matchers-comparisons_test.cc+4-7
- googlemock/test/gmock-matchers-containers_test.cc+5-5
- googlemock/test/gmock-matchers-misc_test.cc+4-4
- googlemock/test/gmock-more-actions_test.cc+17-17
- googlemock/test/gmock-spec-builders_test.cc+4-4
- googletest/include/gtest/gtest-assertion-result.h+1-1
- googletest/include/gtest/gtest-death-test.h+3-3
- googletest/include/gtest/gtest-matchers.h+28-25
- googletest/include/gtest/gtest-printers.h+26-26
- googletest/include/gtest/gtest-spi.h+2-2
- googletest/include/gtest/gtest-test-part.h+4-4
- googletest/include/gtest/gtest-typed-test.h+2-2
- googletest/include/gtest/gtest.h+22-21
- googletest/include/gtest/internal/gtest-death-test-internal.h+11-11
- googletest/include/gtest/internal/gtest-filepath.h+1-1
- googletest/include/gtest/internal/gtest-internal.h+21-20
- googletest/include/gtest/internal/gtest-param-util.h+23-20
- googletest/include/gtest/internal/gtest-port.h+49-42
- googletest/include/gtest/internal/gtest-string.h+2-2
- googletest/src/gtest-port.cc+5-5
- googletest/src/gtest.cc+23-21
- googletest/test/BUILD.bazel+1
- googletest/test/googletest-param-test-test.cc+1-1
- googletest/test/googletest-port-test.cc+10-8
- googletest/test/googletest-printers-test.cc+1-1
- googletest/test/gtest_stress_test.cc+2-2
- googletest/test/gtest_unittest.cc+7-9
- googletest_deps.bzl+19-3
0 commit comments