aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2022-06-27Updates the version number in CMakeLists.txt to 1.12.1 (#3919)release-1.12.1v1.12.xDerek Mauro1-1/+1
2022-06-22Update versions of WORKSPACE dependenciesv1.12.0-prev1.12.0release-1.12.0Derek Mauro1-12/+12
2022-06-21Update GCC floor container used by CI to fix the Bazel cache errorDerek Mauro1-1/+2
2022-06-16Disable warning C4251 around refactored codeDerek Mauro2-0/+9
2022-06-14Merge pull request #3863 from eidosmontreal:fix_unused-variable_warningCopybara-Service1-9/+9
2022-06-13gmock_cook_book.md: Delete superfluous statement from 2014.Abseil Team1-2/+1
2022-06-13Merge pull request #3866 from eidosmontreal:simplify_shouldusecolorCopybara-Service2-6/+2
2022-06-11Move declaration of kStdOutFileNo and kStdErrFilenoGaspard Petit1-11/+9
2022-06-09Update googletest docs to indicate that RE2 is now used for regexp implementa...Abseil Team1-2/+4
2022-06-09Remove undefined internal function.Abseil Team1-8/+0
2022-06-01Work around a maybe-uninitialized warning under GCC 12Derek Mauro3-20/+41
2022-05-31Fix internal filesAbseil Team1-2/+2
2022-05-30Merge branch 'google:main' into simplify_shouldusecolorGaspard Petit1-7/+1
2022-05-30Merge branch 'google:main' into fix_unused-variable_warningGaspard Petit1-7/+1
2022-05-30gmock-spec-builders: remove the name for an unused parameter.Aaron Jacobs1-7/+1
2022-05-30Simplify ColoredPrintf to rely on ShouldUseColorGaspard Petit2-8/+3
2022-05-30Fix "unused variable" warningGaspard Petit1-0/+2
2022-05-27gmock-spec-builders: add support for non-moveable types.Aaron Jacobs2-242/+158
2022-05-27Clarify that `this->` is needed to access members of type-parameterized tests.elixir1-0/+4
2022-05-27gmock-actions: properly support non-moveable results in `is_callable_r`.Aaron Jacobs2-4/+79
2022-05-26gmock-spec-builders: move a method to the header.Aaron Jacobs2-133/+134
2022-05-25Update GoogleTest documentation's spelling of "GoogleTest".Abseil Team1-29/+29
2022-05-24Clarify the pitfalls of EXPECT_THAT and highlight it's best practicesAbseil Team1-3/+7
2022-05-17gmock-internal-utils.cc: Avoid implicit conversion from int to charDino Radakovic1-1/+1
2022-05-12gmock-actions: add support for move-only values to Return.Aaron Jacobs2-29/+83
2022-05-12Add clarifying comments about when to use EXPECT_NONFATAL_FAILURE vs. EXPECT_...Abseil Team1-4/+6
2022-05-11gmock-actions: provide a const reference when converting in ReturnAction.Aaron Jacobs2-47/+67
2022-05-10Do a consistent way of searching for a temporary directory.Abseil Team1-25/+26
2022-05-10gmock-actions: simplify Return and add better documentation.Aaron Jacobs3-93/+192
2022-05-10gmock-actions: make OnceAction public.Aaron Jacobs3-20/+59
2022-05-10Fixup some missing overrides in googletest.Abseil Team1-2/+2
2022-05-06Merge pull request #3818 from joshiayush:typoCopybara-Service1-3/+3
2022-05-03Fix example of DescribeMatcher to properly support negation.Abseil Team1-1/+2
2022-05-02Use TEST_TMPDIR on MacOS as well if available.Abseil Team1-2/+2
2022-05-02gmock-actions: remove a no-longer-necessary friend declaration.Aaron Jacobs1-6/+0
2022-05-02gmock-actions: support ByMove in a specialization of ReturnAction.Aaron Jacobs1-25/+34
2022-04-30Fix typo in the test name of `NormalizeTest`Ayush Joshi1-3/+3
2022-04-28Rewrite "Testing a Certain Property of an Object" as "Defining a Custom Match...Abseil Team1-17/+22
2022-04-27gmock-actions: improve comments and tests for the implicit cast in Return.Aaron Jacobs2-7/+39
2022-04-26Support move-only and &&-qualified actions in WithArgs.Aaron Jacobs2-9/+73
2022-04-26Use RE2 for the regex implementation when building with Bazel and using AbseilDerek Mauro4-38/+71
2022-04-26Generalize gmock-matchers_test to handle is_gtest_matcher-style matchers, too.Abseil Team5-50/+144
2022-04-26Support move-only and &&-qualified actions in DoAll.Aaron Jacobs3-258/+480
2022-04-25Merge pull request #3797 from glandium:issue3514Copybara-Service2-3/+7
2022-04-22Remove the legacy internal GTEST_DISALLOW_* macrosDerek Mauro32-159/+290
2022-04-21Eliminate the legacy GTEST_COMPILE_ASSERT_ macroDerek Mauro4-55/+39
2022-04-20Always initialize fields in MatcherBase constructorsMike Hommey1-3/+4
2022-04-18Merge pull request #3791 from MR-A0101:patch-1Copybara-Service1-2/+2
2022-04-13Document two surprises in `DoAllAction::NonFinalType`.Aaron Jacobs2-0/+128
2022-04-13Replace infinite recursion call (intentionally invoking undefined behavior to...Abseil Team1-3/+6