summaryrefslogtreecommitdiffstats
path: root/googlemock/include/gmock/gmock-matchers.h
Commit message (Expand)AuthorAgeFilesLines
* Fix example of DescribeMatcher to properly support negation.Abseil Team2022-05-031-1/+2
* Remove the legacy internal GTEST_DISALLOW_* macrosDerek Mauro2022-04-221-2/+5
* Eliminate the legacy GTEST_COMPILE_ASSERT_ macroDerek Mauro2022-04-211-16/+15
* Use ResultOf()'s result_description when explaining match result.Abseil Team2022-04-041-1/+5
* Add a 3-arg overload for ResultOf() matcher that takes a description string f...Abseil Team2022-02-101-6/+37
* Consistently apply IWYU pragmas across googletest and googlemock headersAbseil Team2022-01-181-0/+3
* 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-271-14/+22
* Merge pull request #3581 from cclauss:codespelldinord2021-10-051-1/+1
|\
| * Fix remaining typos discovered by codespellrefs/pull/3581/headChristian Clauss2021-09-241-1/+1
* | 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
* | Googletest exportAbseil Team2021-08-041-0/+47
* | fix: typo codespelling commentrefs/pull/3499/headslowy072021-07-241-1/+1
* | Googletest exportAbseil Team2021-07-221-2/+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
* | | chore: fix spellingrefs/pull/3364/headJohn Bampton2021-04-151-1/+1
* | | Googletest exportAbseil Team2021-03-161-3/+3
* | | Googletest exportAbseil Team2021-02-181-1/+1
* | | Googletest exportAbseil Team2021-02-181-3/+3
* | | Googletest exportAbseil Team2021-02-111-3/+3
* | | Googletest exportAbseil Team2021-02-111-3/+3
* | | Googletest exportAbseil Team2021-01-141-21/+19
| |/ |/|
* | Googletest exportAbseil Team2020-12-091-0/+51
* | Googletest exportAbseil Team2020-12-071-2/+69
* | Googletest exportAbseil Team2020-11-091-1/+2
* | Googletest exportAbseil Team2020-10-301-3/+0
* | Googletest exportdmauro2020-10-151-4/+4
* | Googletest exportAbseil Team2020-10-141-0/+213
* | Merge pull request #2904 from AmatanHead:throw-matchersvslashg2020-08-241-0/+169
|\ \
| * | Remove ThrowsMessageHasSubstr and fix some nits after reviewrefs/pull/2904/headVladimir Goncharov2020-08-031-19/+4
| * | Cleanup a bulky expression, document implementation detailsVladimir Goncharov2020-08-031-8/+30
| * | Fix build under msvcVladimir Goncharov2020-08-031-1/+15
| * | Add a test for duplicate catch clauses in throw matchers, fix a couple of nit...Vladimir Goncharov2020-08-031-2/+1
| * | Add missing documentation pieceVladimir Goncharov2020-08-031-1/+2
| * | Small improvements: code style and property nameVladimir Goncharov2020-08-031-2/+2
| * | Add matchers for testing exception propertiesVladimir Goncharov2020-08-031-0/+134
|/ /
* | Googletest exportAbseil Team2020-06-101-25/+34
* | Merge pull request #2815 from Quuxplusone:simpleGennadiy Rozental2020-05-011-98/+3
|\ \
| * | Remove all uses of GTEST_DISALLOW_{MOVE_,}ASSIGN_.Arthur O'Dwyer2020-04-241-96/+0
| * | VariadicMatcher needs a non-defaulted move constructor for compile-time perfo...Arthur O'Dwyer2020-04-161-2/+3
* | | Googletest exportAbseil Team2020-05-011-1/+1
|/ /
* | Googletest exportAbseil Team2020-02-281-3/+10
* | Googletest exportAbseil Team2020-02-111-20/+20