summaryrefslogtreecommitdiffstats
path: root/googlemock/include
Commit message (Expand)AuthorAgeFilesLines
* gmock-spec-builders: remove the name for an unused parameter.Aaron Jacobs2022-05-301-7/+1
* gmock-spec-builders: add support for non-moveable types.Aaron Jacobs2022-05-271-189/+103
* gmock-actions: properly support non-moveable results in `is_callable_r`.Aaron Jacobs2022-05-271-3/+50
* gmock-spec-builders: move a method to the header.Aaron Jacobs2022-05-261-3/+134
* gmock-actions: add support for move-only values to Return.Aaron Jacobs2022-05-131-11/+45
* gmock-actions: provide a const reference when converting in ReturnAction.Aaron Jacobs2022-05-121-32/+15
* gmock-actions: simplify Return and add better documentation.Aaron Jacobs2022-05-111-76/+158
* gmock-actions: make OnceAction public.Aaron Jacobs2022-05-111-7/+7
* Fix example of DescribeMatcher to properly support negation.Abseil Team2022-05-031-1/+2
* gmock-actions: remove a no-longer-necessary friend declaration.Aaron Jacobs2022-05-021-6/+0
* gmock-actions: support ByMove in a specialization of ReturnAction.Aaron Jacobs2022-05-021-25/+34
* gmock-actions: improve comments and tests for the implicit cast in Return.Aaron Jacobs2022-04-271-7/+8
* Support move-only and &&-qualified actions in WithArgs.Aaron Jacobs2022-04-261-7/+50
* Support move-only and &&-qualified actions in DoAll.Aaron Jacobs2022-04-262-251/+381
* Remove the legacy internal GTEST_DISALLOW_* macrosDerek Mauro2022-04-224-13/+27
* Eliminate the legacy GTEST_COMPILE_ASSERT_ macroDerek Mauro2022-04-212-26/+23
* Document two surprises in `DoAllAction::NonFinalType`.Aaron Jacobs2022-04-131-0/+45
* Replace infinite recursion call (intentionally invoking undefined behavior to...Abseil Team2022-04-131-3/+6
* Add support for move-only and &&-qualified actions in WillOnce.Abseil Team2022-04-092-6/+271
* gmock: improve SFINAE for actions involving arguments.Abseil Team2022-04-042-2/+4
* Use ResultOf()'s result_description when explaining match result.Abseil Team2022-04-041-1/+5
* Use the Abseil flags library when Abseil is presentDerek Mauro2022-04-041-20/+47
* Running clang-format over all of GoogleTestAbseil Team2022-03-158-506/+576
* Mark ACTION_Pn()-generated functions as must-use-result, adding non-compilati...Abseil Team2022-03-081-0/+3
* Add a 3-arg overload for ResultOf() matcher that takes a description string f...Abseil Team2022-02-101-6/+37
* Change `ReturnArg` to use perfect forwarding of arguments (#3733)Dino Radakovic2022-01-261-3/+3
* Consistently apply IWYU pragmas across googletest and googlemock headersAbseil Team2022-01-1814-11/+42
* Merge pull request #3725 from bsilver8192:remove-another-disallow-assignCopybara-Service2022-01-111-189/+162
|\
| * Remove another GTEST_DISALLOW_ASSIGN_ that crept inrefs/pull/3725/headBrian2022-01-061-2/+0
|/
* Include the param names in the generated description of the MATCHER_P matchers.Abseil Team2021-12-272-15/+27
* Support std::reference_wapper as a smart pointer type in gmockAbseil Team2021-12-031-0/+7
* Merge pull request #3581 from cclauss:codespelldinord2021-10-052-2/+2
|\
| * Fix remaining typos discovered by codespellrefs/pull/3581/headChristian Clauss2021-09-242-2/+2
* | Googletest exportAbseil Team2021-09-281-1/+2
|/
* Merge pull request #3195 from Inujel:fix-3194dinord2021-09-231-10/+7
|\
| * Using auto instead of container::const_iteratorrefs/pull/3195/headJulien JEMINE2020-12-291-10/+7
* | Internal changeAbseil Team2021-09-231-6/+6
* | Googletest exportAbseil Team2021-09-153-13/+33
* | Merge pull request #3504 from duianto:patch-1Derek Mauro2021-08-131-1/+1
|\ \
| * | Typo, double "the"refs/pull/3504/headduianto2021-07-291-1/+1
* | | Googletest exportAbseil Team2021-08-131-43/+77
* | | Googletest exportAbseil Team2021-08-042-0/+49
|/ /
* | fix: typo codespelling commentrefs/pull/3499/headslowy072021-07-242-2/+2
* | Googletest exportAbseil Team2021-07-2214-28/+0
* | Googletest exportAbseil Team2021-07-091-0/+1
* | Googletest exportAbseil Team2021-07-071-0/+36
* | Googletest exportAbseil Team2021-06-301-6/+122
* | Merge pull request #3429 from 1KoT1:masterCJ Johnson2021-06-171-8/+8
|\ \
| * | feat: make a matcher ElementsAreArray applicable for std rangesrefs/pull/3429/headVasilii Pochkaenko2021-06-151-2/+2
* | | Googletest exportAbseil Team2021-05-131-6/+8