summaryrefslogtreecommitdiffstats
path: root/googlemock/test/gmock-actions_test.cc
Commit message (Expand)AuthorAgeFilesLines
* Use GTEST_INTERNAL_CPLUSPLUS_LANG instead of __cplusplusDino Radakovic2023-04-281-1/+3
* Use '=default' to define trivial constructor/destructorsrefs/pull/4221/headTom Hughes2023-04-211-1/+1
* Add missing std includesTom Hughes2023-04-201-0/+3
* Introduce std::make_unique and bool literals where possibleAbseil Team2023-03-201-9/+5
* Use "#ifdef GTEST_OS_..." instead of "#if GTEST_OS_..."Tom Hughes2023-03-061-1/+1
* Use GTEST_DISABLE_MSC_WARNINGS macros to disable warningsTom Hughes2023-01-301-13/+14
* Fix formatting of C++ filesTom Hughes2023-01-241-2/+2
* Fix -Wshadow warningsTom Hughes2023-01-121-2/+2
* fix: some typos in commentyutotnh2022-07-011-2/+2
* gmock-actions: properly support non-moveable results in `is_callable_r`.Aaron Jacobs2022-05-271-1/+29
* gmock-actions: add support for move-only values to Return.Aaron Jacobs2022-05-131-18/+38
* gmock-actions: provide a const reference when converting in ReturnAction.Aaron Jacobs2022-05-121-15/+52
* gmock-actions: simplify Return and add better documentation.Aaron Jacobs2022-05-111-17/+28
* gmock-actions: make OnceAction public.Aaron Jacobs2022-05-111-1/+1
* gmock-actions: improve comments and tests for the implicit cast in Return.Aaron Jacobs2022-04-271-0/+31
* Support move-only and &&-qualified actions in WithArgs.Aaron Jacobs2022-04-261-2/+23
* Support move-only and &&-qualified actions in DoAll.Aaron Jacobs2022-04-261-7/+99
* Remove the legacy internal GTEST_DISALLOW_* macrosDerek Mauro2022-04-221-1/+2
* Document two surprises in `DoAllAction::NonFinalType`.Aaron Jacobs2022-04-131-0/+83
* Add support for move-only and &&-qualified actions in WillOnce.Abseil Team2022-04-091-28/+310
* Running clang-format over all of GoogleTestAbseil Team2022-03-151-95/+73
* fix: typo codespelling commentrefs/pull/3499/headslowy072021-07-241-1/+1
* chore: fix spellingrefs/pull/3364/headJohn Bampton2021-04-151-1/+1
* Googletest exportdurandal2020-05-281-3/+5
* Googletest exportAbseil Team2020-05-281-0/+20
* Merge pull request #2815 from Quuxplusone:simpleGennadiy Rozental2020-05-011-2/+0
|\
| * Remove all uses of GTEST_DISALLOW_{MOVE_,}ASSIGN_.Arthur O'Dwyer2020-04-241-2/+0
* | Googletest exportAbseil Team2020-05-011-27/+72
|/
* Googletest exportAbseil Team2020-02-281-2/+13
* Googletest exportAbseil Team2019-11-221-6/+6
* Merge pull request #2527 from PiotrNycz:gmock_prevent_return_ref_to_store_tem...vslashg2019-10-291-0/+36
|\
| * variable names corrected (followed google coding style)refs/pull/2527/headPiotr Nycz2019-10-251-14/+14
| * Apply 80chars limitPiotr Nycz2019-10-251-1/+2
| * Tests simplified and names corrected (POD->scalar)Piotr Nycz2019-10-241-49/+18
| * Added more tests to verify: ReturnRef not accept temporaryPiotr Nycz2019-10-231-15/+57
| * Added tests verifying that temporaries are accepted by ReturnRefPiotr Nycz2019-10-221-0/+24
* | Googletest exportAbseil Team2019-10-231-0/+26
|/
* Googletest exportAbseil Team2019-08-151-8/+0
* Googletest exportAbseil Team2019-04-011-8/+0
* Googletest exportAbseil Team2019-01-171-1/+2
* Googletest exportAbseil Team2019-01-141-5/+3
* Googletest exportmisterg2019-01-021-4/+0
* Googletest exportAbseil Team2019-01-021-10/+0
* Googletest exportAbseil Team2018-12-201-12/+0
* Googletest exportAbseil Team2018-12-031-5/+5
* Googletest exportmisterg2018-11-201-2/+2
* Googletest exportAbseil Team2018-11-201-2/+0
* Googletest exportAbseil Team2018-11-201-0/+118
* Remove workarounds for unsupported MSVC versionsRobin Lindén2018-11-101-2/+2
* Unconditionally use std::tuple.Abseil Team2018-10-091-91/+91