File tree
3 files changed
+6
-4
lines changed- external
- tests/UnitTest
3 files changed
+6
-4
lines changedSubmodule googletest updated 41 files
- CMakeLists.txt+2-2
- MODULE.bazel+27-18
- README.md+7-4
- WORKSPACE+5-6
- ci/linux-presubmit.sh+47-29
- ci/macos-presubmit.sh+7-4
- ci/windows-presubmit.bat+25-13
- docs/advanced.md+56-50
- docs/gmock_cook_book.md+14-14
- docs/primer.md+2-2
- docs/reference/actions.md+2-1
- docs/reference/matchers.md+5-4
- fake_fuchsia_sdk.bzl+32-4
- googlemock/include/gmock/gmock-actions.h+23-6
- googlemock/include/gmock/gmock-matchers.h+37-20
- googlemock/include/gmock/gmock-more-actions.h+4-5
- googlemock/include/gmock/internal/gmock-internal-utils.h-5
- googlemock/test/gmock-actions_test.cc+3-3
- googlemock/test/gmock-matchers-comparisons_test.cc+57-3
- googlemock/test/gmock-matchers-misc_test.cc+19
- googlemock/test/gmock-more-actions_test.cc+39-10
- googlemock/test/gmock-spec-builders_test.cc+3-4
- googletest/README.md+1-1
- googletest/cmake/internal_utils.cmake+1-1
- googletest/include/gtest/gtest-assertion-result.h+7
- googletest/include/gtest/gtest-matchers.h+3-3
- googletest/include/gtest/gtest-param-test.h+33-34
- googletest/include/gtest/gtest-printers.h+39
- googletest/include/gtest/gtest-typed-test.h+61-65
- googletest/include/gtest/gtest.h+2-2
- googletest/include/gtest/internal/gtest-internal.h+26-22
- googletest/include/gtest/internal/gtest-port.h+8-62
- googletest/src/gtest.cc+55-33
- googletest/test/BUILD.bazel-1
- googletest/test/googletest-json-output-unittest.py+95-16
- googletest/test/googletest-printers-test.cc+31-1
- googletest/test/googletest-setuptestsuite-test_.cc+2-2
- googletest/test/gtest_unittest.cc+3-4
- googletest/test/gtest_xml_output_unittest.py+67-26
- googletest/test/gtest_xml_output_unittest_.cc+21-1
- googletest_deps.bzl+3-3
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
247 | 247 |
| |
248 | 248 |
| |
249 | 249 |
| |
250 |
| - | |
251 | 250 |
| |
| 251 | + | |
| 252 | + | |
252 | 253 |
| |
253 | 254 |
| |
254 | 255 |
| |
| |||
284 | 285 |
| |
285 | 286 |
| |
286 | 287 |
| |
287 |
| - | |
| 288 | + | |
| 289 | + | |
288 | 290 |
| |
289 | 291 |
| |
290 | 292 |
| |
|
0 commit comments