Commit c0225f1
1 file changed
+1
-1
lines changedSubmodule googletest updated 36 files
- BUILD.bazel+9-1
- README.md+3-2
- docs/_data/navigation.yml+4
- docs/advanced.md+40-36
- docs/faq.md+18-18
- docs/gmock_cheat_sheet.md+3-3
- docs/gmock_cook_book.md+6-6
- docs/quickstart-bazel.md+161
- docs/quickstart-cmake.md+156
- googlemock/include/gmock/gmock-actions.h+3-3
- googlemock/include/gmock/gmock-cardinalities.h+3-3
- googlemock/include/gmock/gmock-function-mocker.h+3-3
- googlemock/include/gmock/gmock-matchers.h+3-3
- googlemock/include/gmock/gmock-more-actions.h+3-3
- googlemock/include/gmock/gmock-more-matchers.h+3-3
- googlemock/include/gmock/gmock-nice-strict.h+3-3
- googlemock/include/gmock/gmock-spec-builders.h+3-3
- googlemock/include/gmock/gmock.h+3-3
- googlemock/include/gmock/internal/custom/gmock-generated-actions.h+3-3
- googlemock/include/gmock/internal/custom/gmock-matchers.h+3-3
- googlemock/include/gmock/internal/custom/gmock-port.h+3-3
- googlemock/include/gmock/internal/gmock-internal-utils.h+3-3
- googlemock/include/gmock/internal/gmock-port.h+3-3
- googlemock/include/gmock/internal/gmock-pp.h+3-3
- googletest/CMakeLists.txt+4-1
- googletest/cmake/internal_utils.cmake+4-1
- googletest/include/gtest/gtest-printers.h+89-15
- googletest/include/gtest/internal/gtest-internal.h+4-4
- googletest/include/gtest/internal/gtest-port.h+13
- googletest/src/gtest-printers.cc+138-49
- googletest/src/gtest.cc+104
- googletest/test/BUILD.bazel+4
- googletest/test/googletest-json-output-unittest.py+57-13
- googletest/test/googletest-printers-test.cc+140-117
- googletest/test/gtest_xml_output_unittest.py+16-6
- googletest/test/gtest_xml_test_utils.py+2-2
0 commit comments