1 file changed
+1
-1
lines changed- .github/ISSUE_TEMPLATE/00-bug_report.md+4-2
- BUILD.bazel+9-1
- README.md+22-12
- WORKSPACE+8-8
- ci/linux-presubmit.sh+122
- ci/macos-presubmit.sh+71
- docs/_data/navigation.yml+8
- docs/advanced.md+42-38
- docs/faq.md+18-18
- docs/gmock_cheat_sheet.md+3-3
- docs/gmock_cook_book.md+6-6
- docs/gmock_for_dummies.md+2-2
- docs/platforms.md+35
- docs/quickstart-bazel.md+161
- docs/quickstart-cmake.md+156
- googlemock/README.md+4-4
- googlemock/include/gmock/gmock-actions.h+4-4
- 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
- googlemock/test/BUILD.bazel+2-2
- googletest/CMakeLists.txt+4-1
- googletest/cmake/internal_utils.cmake+4-1
- googletest/include/gtest/gtest-printers.h+106-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+150-7
- googletest/test/BUILD.bazel+4
- googletest/test/googletest-json-output-unittest.py+57-13
- googletest/test/googletest-printers-test.cc+195-117
- googletest/test/gtest_xml_output_unittest.py+16-6
- googletest/test/gtest_xml_test_utils.py+2-2
0 commit comments