Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/google/googletest.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-06-27Updates the version number in CMakeLists.txt to 1.12.1 (#3919)release-1.12.1v1.12.xDerek Mauro
2022-06-22Update versions of WORKSPACE dependenciesv1.12.0-prev1.12.0release-1.12.0Derek Mauro
2022-06-21Update GCC floor container used by CI to fix the Bazel cache errorDerek Mauro
2022-06-16Disable warning C4251 around refactored codeDerek Mauro
2022-06-14Merge pull request #3863 from eidosmontreal:fix_unused-variable_warningCopybara-Service
2022-06-13gmock_cook_book.md: Delete superfluous statement from 2014.Abseil Team
2022-06-13Merge pull request #3866 from eidosmontreal:simplify_shouldusecolorCopybara-Service
2022-06-11Move declaration of kStdOutFileNo and kStdErrFilenoGaspard Petit
2022-06-10Update googletest docs to indicate that RE2 is now used for regexp implementa...Abseil Team
2022-06-09Remove undefined internal function.Abseil Team
2022-06-02Work around a maybe-uninitialized warning under GCC 12Derek Mauro
2022-05-31Fix internal filesAbseil Team
2022-05-31Merge branch 'google:main' into simplify_shouldusecolorGaspard Petit
2022-05-31Merge branch 'google:main' into fix_unused-variable_warningGaspard Petit
2022-05-30gmock-spec-builders: remove the name for an unused parameter.Aaron Jacobs
2022-05-30Simplify ColoredPrintf to rely on ShouldUseColorGaspard Petit
2022-05-30Fix "unused variable" warningGaspard Petit
2022-05-28gmock-spec-builders: add support for non-moveable types.Aaron Jacobs
2022-05-27Clarify that `this->` is needed to access members of type-parameterized tests.elixir
2022-05-27gmock-actions: properly support non-moveable results in `is_callable_r`.Aaron Jacobs
2022-05-26gmock-spec-builders: move a method to the header.Aaron Jacobs
2022-05-26Update GoogleTest documentation's spelling of "GoogleTest".Abseil Team
2022-05-24Clarify the pitfalls of EXPECT_THAT and highlight it's best practicesAbseil Team
2022-05-17gmock-internal-utils.cc: Avoid implicit conversion from int to charDino Radakovic
2022-05-13gmock-actions: add support for move-only values to Return.Aaron Jacobs
2022-05-12Add clarifying comments about when to use EXPECT_NONFATAL_FAILURE vs. EXPECT_...Abseil Team
2022-05-12gmock-actions: provide a const reference when converting in ReturnAction.Aaron Jacobs
2022-05-11Do a consistent way of searching for a temporary directory.Abseil Team
2022-05-11gmock-actions: simplify Return and add better documentation.Aaron Jacobs
2022-05-11gmock-actions: make OnceAction public.Aaron Jacobs
2022-05-10Fixup some missing overrides in googletest.Abseil Team
2022-05-06Merge pull request #3818 from joshiayush:typoCopybara-Service
2022-05-03Fix example of DescribeMatcher to properly support negation.Abseil Team
2022-05-03Use TEST_TMPDIR on MacOS as well if available.Abseil Team
2022-05-02gmock-actions: remove a no-longer-necessary friend declaration.Aaron Jacobs
2022-05-02gmock-actions: support ByMove in a specialization of ReturnAction.Aaron Jacobs
2022-04-30Fix typo in the test name of `NormalizeTest`Ayush Joshi
2022-04-29Rewrite "Testing a Certain Property of an Object" as "Defining a Custom Match...Abseil Team
2022-04-27gmock-actions: improve comments and tests for the implicit cast in Return.Aaron Jacobs
2022-04-27Support move-only and &&-qualified actions in WithArgs.Aaron Jacobs
2022-04-26Use RE2 for the regex implementation when building with Bazel and using AbseilDerek Mauro
2022-04-26Generalize gmock-matchers_test to handle is_gtest_matcher-style matchers, too.Abseil Team
2022-04-26Support move-only and &&-qualified actions in DoAll.Aaron Jacobs
2022-04-26Merge pull request #3797 from glandium:issue3514Copybara-Service
2022-04-22Remove the legacy internal GTEST_DISALLOW_* macrosDerek Mauro
2022-04-21Eliminate the legacy GTEST_COMPILE_ASSERT_ macroDerek Mauro
2022-04-20Always initialize fields in MatcherBase constructorsMike Hommey
2022-04-18Merge pull request #3791 from MR-A0101:patch-1Copybara-Service
2022-04-14Document two surprises in `DoAllAction::NonFinalType`.Aaron Jacobs
2022-04-13Replace infinite recursion call (intentionally invoking undefined behavior to...Abseil Team