main
Add rules_cc dependency, required by Bazel going forward
Automated Code Change
Add [[nodiscard]] throughput Google Test.
Mark InternalDefaultActionSetAt as nodiscard.
Set GTEST_INTERNAL_HAS_STRING_VIEW = 1 in googletest as C++17 always supports it
Introduce `ContainsSubsequence` matcher.
Set up inlining for InvokeWithoutArgs when passed a functor.
Use '=default' to define trivial constructor/destructors
Running clang-format over all of GoogleTest
Double the MOCK_METHOD parameter count limit to mitigate users running into it
Split gmock-matchers_test into 4 smaller test #3653
Add missing std includes
Fix formatting in subset of Python files
Merge branch 'main' into fixes_std_pair_diff
Remove "blindly" from the gmock "uninteresting call" message.
Use the empty method to check for emptiness
Remove pylint disable comments that no longer trigger warnings