Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

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