11 Commits (e5443e5c65f23bfd2a9d56a30bb5b1de91a48ff9)

Author SHA1 Message Date
Abseil Team 71815bbf7d Automated Code Change 7 months 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
Abseil Team a16bfcfda1 Disables `-Wunused-member-function` and `-Wused-but-marked-unused` that trigger via `MOCK_METHOD()` and `EXPECT_THAT()` macros. 2 years ago
Aaron Jacobs 4224c770a3 gmock-actions: simplify Return and add better documentation. 3 years ago
Derek Mauro bf66935e07 Remove the legacy internal GTEST_DISALLOW_* macros 3 years ago
Abseil Team b007c54f29 Running clang-format over all of GoogleTest 3 years ago
Abseil Team 662fe38e44 Googletest export 4 years ago
Abseil Team d89b363021 Googletest export 5 years ago
Abseil Team a09ea700d3 Googletest export 5 years ago
Adam Badura 53740ebc21 Add support for std::function in MockFunction (#2277) 5 years ago
Adam Badura e41f31f2af Add tests for MockFunction deduction (#2277) 5 years ago
Abseil Team fbf67a70d0 Googletest export 5 years ago
Joshua Cannon 676d0444bf Revert "Merge pull request #2498 from thejcannon:noexcept_spec" 6 years ago
Abseil Team 1f9edcd969 Googletest export 6 years ago
Joshua Cannon fe112cfee7 Replace compile-test with preprocessor test 6 years ago
Joshua Cannon c1e8e71aab Add a compile test 6 years ago
Joshua Cannon bc996e0817 Made noexcept condition more exciting 6 years ago
Joshua Cannon 20255e6f40 Use declval in noexcept expression 6 years ago
Joshua Cannon 7f8617a7c5 Switch to free function to avoid GCC bug 6 years ago
Joshua Cannon 872b9ceb60 Avoid comma operator 6 years ago
Joshua Cannon 10c1d8c4fa Use the verbatim noexcept spec in MOCKED_METHOD 6 years ago
Abseil Team 56ef07a203 Googletest export 6 years ago
Abseil Team 9518a57428 Googletest export 6 years ago
Abseil Team f8b1c1af17 Googletest export 6 years ago
Abseil Team e26a3fa13c Googletest export 6 years ago
Abseil Team c5f08bf919 Googletest export 7 years ago
Robin Lindén 826656b25f
Remove workarounds for unsupported MSVC versions 7 years ago
Vadim Barkov 3feffddd1e Replaced all NULLs with nullptr in googlemock 7 years ago
Abseil Team 4bb49ed640 Apply clang-tidy modernize-use-nullptr to googletest. 7 years ago
Marco Bubke 7796273056 Merge 86fe8a25eb into 440527a61e 7 years ago
Gennadiy Civil a3c0dd0f4d Comments changes, no functionality changes 7 years ago
Gennadiy Civil fa658e0cc0 merging 7 years ago
Nico Weber 09fd5b3ebf Use std::string and ::string explicitly in gtest and gmock code. 8 years ago
Billy Donahue affb09edf0 move googlemock files into googlemock/ subdir 10 years ago
kosak a6e32f0a2c Explicitly specify return value for lambda in AsStdFunction() to ensure it 10 years ago
kosak 5b9cbbb16d Distinguish between C++11 language and library support for std::function, std::begin, std::end, and std::move in gtest and gmock. 11 years ago
kosak a9e02a9178 Add MockFunction::AsStdFunction(). Also pull in gtest 688. 11 years ago
kosak b93d0f10d5 Make Google Mock build cleanly on Visual Studio 2010, 2012, 2013. 11 years ago
zhanyong.wan 20d1a235bc Allows the return type of a mock method to contain unprotected commas. 12 years ago
jgm 79a367eb21 Reduced template instantiation depth for the AllOf and AnyOf matchers. Also some formatting changes. 13 years ago
zhanyong.wan 658ac0b71a Indents preprocessor directives. 14 years ago
zhanyong.wan 53e08c44dd Include gtest and gmock headers as user headers instead of system headers. 15 years ago
zhanyong.wan 32de5f5376 Fixes a slew of compiler warnings and turns on "warning as error" in the scons build. 16 years ago
zhanyong.wan f3aa4d2934 Implements the MockFunction class. 16 years ago
zhanyong.wan 68be111b4c Allows mock methods overloaded on argument number or the const-ness of this object to appear on the same source line. 16 years ago
zhanyong.wan 652540a278 Cleans up macro definitions. 16 years ago
shiqian e35fdd936d Initial drop of Google Mock. The files are incomplete and thus may not build correctly yet. 17 years ago