1 file changed
+1
-1
lines changed- .github/ISSUE_TEMPLATE/00-bug_report.md+41
- .github/ISSUE_TEMPLATE/90-question.md+7
- .github/ISSUE_TEMPLATE/config.yml+1
- README.md-1
- ci/build-linux-bazel.sh-36
- ci/env-linux.sh-41
- ci/env-osx.sh-41
- ci/get-nprocessors.sh-48
- ci/install-linux.sh-49
- ci/install-osx.sh-39
- ci/travis.sh-29
- docs/_config.yml+1
- docs/_data/navigation.yml+25
- docs/_layouts/default.html+53
- docs/_sass/main.scss+193
- docs/advanced.md+47-53
- docs/assets/css/style.scss+5
- docs/faq.md+8-19
- docs/gmock_cheat_sheet.md+18-45
- docs/gmock_cook_book.md+118-60
- docs/gmock_faq.md+1-1
- docs/gmock_for_dummies.md+11-8
- docs/index.md+22
- docs/pkgconfig.md+1-1
- docs/primer.md+3-4
- docs/samples.md+1-1
- googlemock/include/gmock/gmock-actions.h+4-5
- googlemock/include/gmock/gmock-cardinalities.h+3-3
- googlemock/include/gmock/gmock-function-mocker.h+3-3
- googlemock/include/gmock/gmock-matchers.h+4-4
- googlemock/include/gmock/gmock-more-actions.h+6-6
- googlemock/include/gmock/gmock-more-matchers.h+3-3
- googlemock/include/gmock/gmock-nice-strict.h+5-4
- 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/scripts/fuse_gmock_files.py+6-7
- googlemock/scripts/generator/cpp/gmock_class.py+2-1
- googlemock/scripts/generator/cpp/gmock_class_test.py+1-1
- googlemock/src/gmock-spec-builders.cc+2-2
- googlemock/test/gmock-function-mocker_nc.cc-16
- googlemock/test/gmock-function-mocker_nc_test.py-43
- googlemock/test/gmock-spec-builders_test.cc+2-2
- googlemock/test/gmock_link_test.h+3-3
- googlemock/test/gmock_output_test_golden.txt+4-4
- googletest/README.md-7
- googletest/include/gtest/gtest-death-test.h+3-3
- googletest/include/gtest/gtest-matchers.h+4-7
- googletest/include/gtest/gtest-message.h+3-3
- googletest/include/gtest/gtest-param-test.h+3-4
- googletest/include/gtest/gtest-printers.h+7-3
- googletest/include/gtest/gtest-spi.h+3-3
- googletest/include/gtest/gtest-test-part.h+3-3
- googletest/include/gtest/gtest-typed-test.h+3-11
- googletest/include/gtest/gtest.h+8-8
- googletest/include/gtest/gtest_pred_impl.h+3-3
- googletest/include/gtest/gtest_prod.h+3-3
- googletest/include/gtest/internal/custom/gtest-port.h+3-3
- googletest/include/gtest/internal/custom/gtest-printers.h+3-3
- googletest/include/gtest/internal/custom/gtest.h+3-3
- googletest/include/gtest/internal/gtest-death-test-internal.h+3-3
- googletest/include/gtest/internal/gtest-filepath.h+3-3
- googletest/include/gtest/internal/gtest-internal.h+3-7
- googletest/include/gtest/internal/gtest-param-util.h+3-3
- googletest/include/gtest/internal/gtest-port-arch.h+3-3
- googletest/include/gtest/internal/gtest-port.h+3-3
- googletest/include/gtest/internal/gtest-string.h+3-3
- googletest/include/gtest/internal/gtest-type-util.h+3-7
- googletest/samples/prime_tables.h+3-3
- googletest/samples/sample1.h+3-3
- googletest/samples/sample2.h+3-4
- googletest/samples/sample3-inl.h+3-3
- googletest/samples/sample4.h+3-3
- googletest/samples/sample6_unittest.cc-7
- googletest/src/gtest-death-test.cc+1-1
- googletest/src/gtest-internal-inl.h+3-10
- googletest/src/gtest-typed-test.cc-4
- googletest/src/gtest.cc+77-34
- googletest/test/BUILD.bazel+18-2
- googletest/test/googletest-global-environment-unittest.py+41-16
- googletest/test/googletest-global-environment-unittest_.cc+58
- googletest/test/googletest-output-test_.cc-18
- googletest/test/googletest-param-test-test.h+3-3
- googletest/test/googletest-port-test.cc-4
- googletest/test/googletest-printers-test.cc+34
- googletest/test/gtest-typed-test2_test.cc-4
- googletest/test/gtest-typed-test_test.cc-25
- googletest/test/gtest-typed-test_test.h+3-8
- googletest/test/gtest-unittest-api_test.cc-13
- googletest/test/gtest_list_output_unittest.py+16-16
- googletest/test/gtest_list_output_unittest_.cc-4
- googletest/test/gtest_unittest.cc-8
- googletest/test/gtest_xml_output_unittest_.cc-4
- googletest/test/production.h+3-3
0 commit comments