summaryrefslogtreecommitdiffstats
path: root/googlemock/include/gmock/gmock-spec-builders.h
Commit message (Expand)AuthorAgeFilesLines
* Work around a maybe-uninitialized warning under GCC 12Derek Mauro2022-06-011-4/+5
* 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-spec-builders: move a method to the header.Aaron Jacobs2022-05-261-3/+134
* Support move-only and &&-qualified actions in DoAll.Aaron Jacobs2022-04-261-5/+36
* Remove the legacy internal GTEST_DISALLOW_* macrosDerek Mauro2022-04-221-4/+8
* Add support for move-only and &&-qualified actions in WillOnce.Abseil Team2022-04-091-3/+5
* Running clang-format over all of GoogleTestAbseil Team2022-03-151-120/+88
* Consistently apply IWYU pragmas across googletest and googlemock headersAbseil Team2022-01-181-1/+3
* Fix remaining typos discovered by codespellrefs/pull/3581/headChristian Clauss2021-09-241-1/+1
* fix: typo codespelling commentrefs/pull/3499/headslowy072021-07-241-1/+1
* Googletest exportAbseil Team2021-07-221-2/+0
* Googletest exportAbseil Team2021-05-131-6/+8
* Googletest exportAbseil Team2021-03-161-3/+3
* Googletest exportAbseil Team2021-02-181-3/+3
* Googletest exportAbseil Team2021-02-111-3/+3
* Googletest exportAbseil Team2021-02-111-3/+3
* Googletest exportAbseil Team2020-12-221-8/+14
* Fix a -Wdeprecated warning.Arthur O'Dwyer2020-04-241-1/+4
* Remove all uses of GTEST_DISALLOW_{MOVE_,}ASSIGN_.Arthur O'Dwyer2020-04-241-4/+0
* Merge pull request #2350 from adambadura:MockFunctionFromStdFunctionXiaoyi Zhang2020-03-241-38/+92
|\
| * Add support for std::function in MockFunction (#2277)refs/pull/2350/headAdam Badura2020-03-181-39/+93
|/
* remove MSVC workaround: warning 4355refs/pull/2595/headKrystian Kuzniarek2019-11-221-8/+0
* Merge pull request #2387 from kuzkry:iffShaindel Schwartz2019-09-121-16/+19
|\
| * restore mistakenly removed iffs in their explicit formrefs/pull/2387/headKrystian Kuzniarek2019-08-201-16/+19
* | Googletest exportkuzkry2019-09-061-2/+2
|/
* remove custom implementations of std::is_samerefs/pull/2399/headKrystian Kuzniarek2019-08-141-3/+3
* remove an excessive mutable type specifierrefs/pull/2359/headKrystian Kuzniarek2019-08-011-1/+1
* fix typosrefs/pull/2356/headKrystian Kuzniarek2019-07-301-14/+14
* Add missing <functional> includerefs/pull/2332/headAdam Badura2019-07-161-0/+1
* Googletest exportAbseil Team2019-01-221-1/+1
* Googletest exportAbseil Team2019-01-181-2/+8
* Googletest exportmisterg2019-01-021-4/+0
* Googletest exportAbseil Team2019-01-021-11/+2
* Googletest exportAbseil Team2018-12-031-25/+20
* Googletest exportAbseil Team2018-11-081-69/+144
* Googletest exportmisterg2018-10-311-1/+1
* Merge pull request #1941 from barkovv:masterGennadiy Civil2018-10-291-2/+3
|\
| * Replaced all NULLs with nullptr in googlemockrefs/pull/1941/headVadim Barkov2018-10-281-1/+1
* | Googletest exportmisterg2018-10-291-20/+11
|/
* Googletest exportAbseil Team2018-10-261-11/+20
* Googletest exportmisterg2018-10-261-20/+11
* Merge pull request #1911 from BrukerJWD:isniceGennadiy Civil2018-10-231-0/+10
|\
| * Merge branch 'master' into isniceBrukerJWD2018-10-161-115/+187
| |\
| * | Added Mock::IsNaggy, IsNice, and IsStrictJonathan Wendeborn2018-10-161-0/+10
* | | Googletest exportAbseil Team2018-10-181-21/+18
| |/ |/|
* | Merge pull request #1908 from rwoldberg:masterGennadiy Civil2018-10-121-5/+6
|\ \
| * | Change types to remove cast warnings.refs/pull/1908/headRobert Woldberg2018-10-121-3/+3
|/ /
* | Apply clang-tidy modernize-use-nullptr to googletest.Abseil Team2018-10-051-10/+10
* | googletest exportmisterg2018-08-201-8/+7