52 Commits (e5443e5c65f23bfd2a9d56a30bb5b1de91a48ff9)

Author SHA1 Message Date
Aaron Jacobs 352788321f gmock-actions: make DoAll convert to OnceAction via custom conversions. 10 months ago
Aaron Jacobs 57e107a10e Run clang-format. 10 months ago
Derek Mauro 5a37b517ad Use `[[maybe_unused]]` when it is available to avoid 1 year ago
Lawrence Wolf-Sonkin 0af976647f [gtest] Use `std::index_sequence` and friends instead of rolling our own 1 year ago
Abseil Team 76bb2afb8b Implement `testing::Rethrow` to throw exceptions more easily via `std::exception_ptr` 1 year ago
Robert Shade 429432e341 Avoid unreachable code warning 2 years ago
Tom Hughes 783d00fd19 Use '=default' to define trivial constructor/destructors 2 years ago
Tom Hughes 23142843f7 Use "#ifdef GTEST_OS_..." instead of "#if GTEST_OS_..." 2 years ago
Tom Hughes 4fb7039fda Use GTEST_DISABLE_MSC_WARNINGS macros to disable warnings 2 years ago
Tom Hughes 2491710524 Fix formatting of C++ files 2 years ago
Abseil Team d29b143bda Workaround for Visual C++ error C2039 with std::tuple_element_t. 3 years ago
assafpr 1547c2acc8
Update gmock-actions.h 3 years ago
Aaron Jacobs 28356773cb gmock-actions: properly support non-moveable results in `is_callable_r`. 3 years ago
Aaron Jacobs 5126f71661 gmock-actions: add support for move-only values to Return. 3 years ago
Aaron Jacobs cbca6bc395 gmock-actions: provide a const reference when converting in ReturnAction. 3 years ago
Aaron Jacobs 4224c770a3 gmock-actions: simplify Return and add better documentation. 3 years ago
Aaron Jacobs 6386897feb gmock-actions: make OnceAction public. 3 years ago
Aaron Jacobs 42ca3da579 gmock-actions: remove a no-longer-necessary friend declaration. 3 years ago
Aaron Jacobs 5176726123 gmock-actions: support ByMove in a specialization of ReturnAction. 3 years ago
Aaron Jacobs 830fb56728 gmock-actions: improve comments and tests for the implicit cast in Return. 3 years ago
Aaron Jacobs c144d78f82 Support move-only and &&-qualified actions in WithArgs. 3 years ago
Aaron Jacobs 0498660ea5 Support move-only and &&-qualified actions in DoAll. 3 years ago
Derek Mauro bf66935e07 Remove the legacy internal GTEST_DISALLOW_* macros 3 years ago
Derek Mauro b85864c647 Eliminate the legacy GTEST_COMPILE_ASSERT_ macro 3 years ago
Aaron Jacobs 80600e56cc Document two surprises in `DoAllAction::NonFinalType`. 3 years ago
Abseil Team a1cc8c5519 Add support for move-only and &&-qualified actions in WillOnce. 3 years ago
Abseil Team 137f67e91f gmock: improve SFINAE for actions involving arguments. 3 years ago
Abseil Team b007c54f29 Running clang-format over all of GoogleTest 3 years ago
Abseil Team ae1b7ad430 Mark ACTION_Pn()-generated functions as must-use-result, adding non-compilation tests. 3 years ago
Dino Radakovic 0b7798b2fb Change `ReturnArg` to use perfect forwarding of arguments (#3733) 3 years ago
Abseil Team 100f6fbf5f Consistently apply IWYU pragmas across googletest and googlemock headers 3 years ago
Abseil Team 96f4ce02a3 Googletest export 4 years ago
Abseil Team 98ca420679 Googletest export 4 years ago
Abseil Team bf465ff05d Internal change 4 years ago
Abseil Team 5893778716 Googletest export 4 years ago
Abseil Team 0a3a3a845e Googletest export 4 years ago
Abseil Team d4144d4ee2 Googletest export 4 years ago
Abseil Team 36b7792047 Googletest export 4 years ago
Abseil Team fbef0711cf Googletest export 5 years ago
ofats 710f9c11ca Googletest export 5 years ago
Abseil Team bb2725346d Googletest export 5 years ago
Abseil Team a4ab0abb93 Googletest export 5 years ago
Abseil Team df6b75949b Googletest export 5 years ago
Abseil Team ec9be15bf8 Googletest export 5 years ago
Abseil Team fc1e778899 Googletest export 5 years ago
Abseil Team 5a5caab358 Googletest export 5 years ago
Abseil Team 48ec64092a Googletest export 5 years ago
ofats c64309924d Googletest export 5 years ago
dmauro 8f3854e204 Googletest export 5 years ago
Abseil Team 1397db9e58 Googletest export 5 years ago