summaryrefslogtreecommitdiffstats
path: root/googlemock
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #3928 from venik:venik-clean-upCopybara-Service2022-07-121-1/+1
|\
| * cleanup from unique_ptr branchrefs/pull/3928/headAlexander Nikforov2022-07-011-2/+1
|/
* Add support of 17-member structs to gmock UnpackStructImpl.Abseil Team2022-06-291-0/+5
* Mark internal-only function as having internal linkage.Abseil Team2022-06-271-1/+1
* Work around a maybe-uninitialized warning under GCC 12Derek Mauro2022-06-013-20/+41
* 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-272-242/+158
* gmock-actions: properly support non-moveable results in `is_callable_r`.Aaron Jacobs2022-05-272-4/+79
* gmock-spec-builders: move a method to the header.Aaron Jacobs2022-05-262-133/+134
* gmock-internal-utils.cc: Avoid implicit conversion from int to charDino Radakovic2022-05-171-1/+1
* gmock-actions: add support for move-only values to Return.Aaron Jacobs2022-05-132-29/+83
* gmock-actions: provide a const reference when converting in ReturnAction.Aaron Jacobs2022-05-122-47/+67
* gmock-actions: simplify Return and add better documentation.Aaron Jacobs2022-05-113-93/+192
* gmock-actions: make OnceAction public.Aaron Jacobs2022-05-112-8/+8
* 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-272-7/+39
* Support move-only and &&-qualified actions in WithArgs.Aaron Jacobs2022-04-262-9/+73
* Generalize gmock-matchers_test to handle is_gtest_matcher-style matchers, too.Abseil Team2022-04-265-50/+144
* Support move-only and &&-qualified actions in DoAll.Aaron Jacobs2022-04-263-258/+480
* Remove the legacy internal GTEST_DISALLOW_* macrosDerek Mauro2022-04-2217-46/+101
* Eliminate the legacy GTEST_COMPILE_ASSERT_ macroDerek Mauro2022-04-212-26/+23
* Document two surprises in `DoAllAction::NonFinalType`.Aaron Jacobs2022-04-132-0/+128
* 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-093-34/+581
* 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-042-1/+16
* Use the Abseil flags library when Abseil is presentDerek Mauro2022-04-041-20/+47
* Address deprecation warning surfaced by Github presubmit testsAbseil Team2022-03-231-4/+4
* Split gmock-matchers_test into 4 smaller test #3653Mattias Ellert2022-03-239-8645/+8857
* Merge branch 'main' into promote-inclusive-behaviorrefs/pull/3779/headBrad Messer2022-03-1832-1940/+1678
|\
| * Running clang-format over all of GoogleTestAbseil Team2022-03-1532-1940/+1678
* | Remove sanity as it is offensive to neurodiverse individuals.Brad Messer2022-03-181-1/+1
|/
* 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-102-6/+47
* Merge pull request #3617 from Bagira80:fix_3616Copybara-Service2022-02-071-2/+3
|\
| * CMake: Fix values of INTERFACE_INCLUDE_DIRECTORIES propertyrefs/pull/3617/headDeniz Bahadir2021-10-191-2/+3
* | Change `ReturnArg` to use perfect forwarding of arguments (#3733)Dino Radakovic2022-01-262-3/+9
* | 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-277-65/+83
* | Makes the Python imports consistently use full paths from the repository root,Derek Mauro2021-12-223-15/+3
* | Support std::reference_wapper as a smart pointer type in gmockAbseil Team2021-12-032-0/+13
* | fix a typorefs/pull/3664/headKrystian Kuzniarek2021-11-161-1/+1
* | Clarify "Times() after X" error messageTaylor Cramer2021-11-152-5/+5
* | Fix typo in gmock-matchers_test.cc: CanDescribeNegationOfExpectingOneElment =...Abseil Team2021-11-121-1/+1
* | Replace use of deprecated std::iteratorrefs/pull/3650/headRaul Tambre2021-11-051-5/+7
* | Googletest exportAbseil Team2021-11-031-3/+3
|/