3929 Commits (219af0d535635f173e58d7e8ef197b0bc48b878a)
 

Author SHA1 Message Date
Derek Mauro 219af0d535 Update version number in CMakeLists.txt 2 years ago
Abseil Team d9335595b4 Add support of 17-member structs to gmock UnpackStructImpl. 2 years ago
Abseil Team 9406a60c78 Mark internal-only function as having internal linkage. 2 years ago
Copybara-Service cdbed602b9 Merge pull request #3912 from jarkenau:main 2 years ago
Julian Arkenau b9d2e1f62f docs: update googletest README for release 1.12.0 2 years ago
Derek Mauro 5376968f69 Update README.md for release 1.12.0 2 years ago
Derek Mauro 15460959cb Update versions of WORKSPACE dependencies 2 years ago
Derek Mauro 7df7853ea0 Update GCC floor container used by CI to fix the Bazel cache error 2 years ago
Derek Mauro 86add13493 Disable warning C4251 around refactored code 2 years ago
Copybara-Service 191ca1f3a9 Merge pull request #3863 from eidosmontreal:fix_unused-variable_warning 2 years ago
Abseil Team 8b521aa43a gmock_cook_book.md: Delete superfluous statement from 2014. 2 years ago
Copybara-Service b644b4fbbf Merge pull request #3866 from eidosmontreal:simplify_shouldusecolor 2 years ago
Gaspard Petit fe735a6986 Move declaration of kStdOutFileNo and kStdErrFileno 2 years ago
Abseil Team b1f84bf176 Update googletest docs to indicate that RE2 is now used for regexp implementation when building with Bazel and using Abseil. 2 years ago
Abseil Team 49c6185ae7 Remove undefined internal function. 2 years ago
Derek Mauro 0320f517fd Work around a maybe-uninitialized warning under GCC 12 2 years ago
Abseil Team 548b13dc3c Fix internal files 2 years ago
Gaspard Petit 3727a90075
Merge branch 'google:main' into simplify_shouldusecolor 2 years ago
Gaspard Petit 900c3f9cd5
Merge branch 'google:main' into fix_unused-variable_warning 2 years ago
Aaron Jacobs e649993a40 gmock-spec-builders: remove the name for an unused parameter. 2 years ago
Gaspard Petit 59006287cd Simplify ColoredPrintf to rely on ShouldUseColor 2 years ago
Gaspard Petit 410e5f9e04 Fix "unused variable" warning 2 years ago
Aaron Jacobs 9d21db9e0a gmock-spec-builders: add support for non-moveable types. 3 years ago
elixir 6cd3823783 Clarify that `this->` is needed to access members of type-parameterized tests. 3 years ago
Aaron Jacobs 28356773cb gmock-actions: properly support non-moveable results in `is_callable_r`. 3 years ago
Aaron Jacobs 56246cdb94 gmock-spec-builders: move a method to the header. 3 years ago
Abseil Team cf942a5d69 Update GoogleTest documentation's spelling of "GoogleTest". 3 years ago
Abseil Team 7041051488 Clarify the pitfalls of EXPECT_THAT and highlight it's best practices 3 years ago
Dino Radakovic 8d51dc50eb gmock-internal-utils.cc: Avoid implicit conversion from int to char 3 years ago
Aaron Jacobs 5126f71661 gmock-actions: add support for move-only values to Return. 3 years ago
Abseil Team 8a011b8a38 Add clarifying comments about when to use EXPECT_NONFATAL_FAILURE vs. EXPECT_FATAL_FAILURE. 3 years ago
Aaron Jacobs cbca6bc395 gmock-actions: provide a const reference when converting in ReturnAction. 3 years ago
Abseil Team 5e6a533680 Do a consistent way of searching for a temporary directory. 3 years ago
Aaron Jacobs 4224c770a3 gmock-actions: simplify Return and add better documentation. 3 years ago
Aaron Jacobs 6386897feb gmock-actions: make OnceAction public. 3 years ago
Abseil Team bda85449f4 Fixup some missing overrides in googletest. 3 years ago
Copybara-Service 4348d4efed Merge pull request #3818 from joshiayush:typo 3 years ago
Abseil Team 2a02723b76 Fix example of DescribeMatcher to properly support negation. 3 years ago
Abseil Team 0027cf4703 Use TEST_TMPDIR on MacOS as well if available. 3 years ago
Aaron Jacobs 42ca3da579 gmock-actions: remove a no-longer-necessary friend declaration. 3 years ago
Aaron Jacobs 5176726123 gmock-actions: support ByMove in a specialization of ReturnAction. 3 years ago
Ayush Joshi fae793c101 Fix typo in the test name of `NormalizeTest` 3 years ago
Abseil Team 8ded48c37b Rewrite "Testing a Certain Property of an Object" as "Defining a Custom Matcher Class", and fix the code examples. 3 years ago
Aaron Jacobs 830fb56728 gmock-actions: improve comments and tests for the implicit cast in Return. 3 years ago
Aaron Jacobs c144d78f82 Support move-only and &&-qualified actions in WithArgs. 3 years ago
Derek Mauro e33c2b24ca Use RE2 for the regex implementation when building with Bazel and using Abseil 3 years ago
Abseil Team 238e4745c6 Generalize gmock-matchers_test to handle is_gtest_matcher-style matchers, too. 3 years ago
Aaron Jacobs 0498660ea5 Support move-only and &&-qualified actions in DoAll. 3 years ago
Copybara-Service b53547bf01 Merge pull request #3797 from glandium:issue3514 3 years ago
Derek Mauro bf66935e07 Remove the legacy internal GTEST_DISALLOW_* macros 3 years ago