Skip to content

Commit

Permalink
Merge pull request #1313 from trikset/dependabot/submodules/qrtest/th…
Browse files Browse the repository at this point in the history
…irdparty/googletest/googletest-6c5c455

Bump qrtest/thirdparty/googletest/googletest from `e8512bc` to `6c5c455`
  • Loading branch information
iakov committed Mar 30, 2021
2 parents cead8c1 + 5d3f187 commit c0225f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion qrtest/thirdparty/googletest/googletest
Submodule googletest updated 36 files
+9 −1 BUILD.bazel
+3 −2 README.md
+4 −0 docs/_data/navigation.yml
+40 −36 docs/advanced.md
+18 −18 docs/faq.md
+3 −3 docs/gmock_cheat_sheet.md
+6 −6 docs/gmock_cook_book.md
+161 −0 docs/quickstart-bazel.md
+156 −0 docs/quickstart-cmake.md
+3 −3 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
+4 −1 googletest/CMakeLists.txt
+4 −1 googletest/cmake/internal_utils.cmake
+89 −15 googletest/include/gtest/gtest-printers.h
+4 −4 googletest/include/gtest/internal/gtest-internal.h
+13 −0 googletest/include/gtest/internal/gtest-port.h
+138 −49 googletest/src/gtest-printers.cc
+104 −0 googletest/src/gtest.cc
+4 −0 googletest/test/BUILD.bazel
+57 −13 googletest/test/googletest-json-output-unittest.py
+140 −117 googletest/test/googletest-printers-test.cc
+16 −6 googletest/test/gtest_xml_output_unittest.py
+2 −2 googletest/test/gtest_xml_test_utils.py

0 comments on commit c0225f1

Please sign in to comment.