43 Commits (766ac2e1a413e87d42d67e3286c70f0af4853679)

Author SHA1 Message Date
Arthur O'Dwyer 766ac2e1a4 Remove all uses of GTEST_DISALLOW_{MOVE_,}ASSIGN_. 5 years ago
Adam Badura 53740ebc21 Add support for std::function in MockFunction (#2277) 5 years ago
Krystian Kuzniarek ecefcbd4aa remove MSVC workaround: warning 4355 5 years ago
kuzkry ab8f346b07 Googletest export 6 years ago
Krystian Kuzniarek 7bd4a7f3e9 restore mistakenly removed iffs in their explicit form 6 years ago
Krystian Kuzniarek ec49fbca4c remove custom implementations of std::is_same 6 years ago
Krystian Kuzniarek 637b0411fa remove an excessive mutable type specifier 6 years ago
Krystian Kuzniarek bf6df7eaee fix typos 6 years ago
Adam Badura 1f809607b5 Add missing <functional> include 6 years ago
Abseil Team 569fba4d74 Googletest export 6 years ago
Abseil Team 9518a57428 Googletest export 6 years ago
misterg 14c2fba734 Googletest export 6 years ago
Abseil Team f8b1c1af17 Googletest export 6 years ago
Abseil Team 26743363be Googletest export 6 years ago
Abseil Team de5be0eb28 Googletest export 6 years ago
misterg e857f9cdd9 Googletest export 6 years ago
misterg 80b43d900b Googletest export 6 years ago
Vadim Barkov 3feffddd1e Replaced all NULLs with nullptr in googlemock 6 years ago
Abseil Team b57c703963 Googletest export 6 years ago
misterg a50e4f05b3 Googletest export 6 years ago
Abseil Team 29b47e45cf Googletest export 6 years ago
Jonathan Wendeborn 67a240a107
Added Mock::IsNaggy, IsNice, and IsStrict 7 years ago
Robert Woldberg dec3b81a08 Change types to remove cast warnings. 7 years ago
Abseil Team 4bb49ed640 Apply clang-tidy modernize-use-nullptr to googletest. 7 years ago
misterg df428ec118 googletest export 7 years ago
Gennadiy Civil 265efde9a5 Comments changes, no functionality changes. 7 years ago
Gennadiy Civil a3c0dd0f4d Comments changes, no functionality changes 7 years ago
Gennadiy Civil 984cba30ed Formatting changes for automatic code management 7 years ago
duxiuxing 65a49a73f0 Fix warning C4819: The file contains a character that cannot be represented in the current code page (936). Save the file in Unicode format to prevent data loss 7 years ago
Gennadiy Civil b539167cf0 merging, 7 years ago
David Sunderland f437f8ca0d Clone of unsubmitted cr/176529515. Introduce parameterless expectations. 7 years ago
Victor Costan 1324e2d706 Remove multiple inheritance from "unintesting call" mock classes. 7 years ago
Gennadiy Civil fe402c2779 Merging gMock, 2 7 years ago
Gennadiy Civil 080fcbe0aa cl 189032107 7 years ago
Gennadiy Civil a178cc7ef7 merge, again, IsRecursiveContainer 7 years ago
Gennadiy Civil fbb48a7708 Code merges 7 years ago
Jonathan Wakely b70cf1a663 Use gender-neutral pronouns in comments and docs 8 years ago
Alyssa Wilk 6e1970e237 Adding a flag option to change the default mock type 8 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 d370f85b02 Call move() by qualified name (::testing::internal::move() or just internal::move()). 10 years ago
kosak 3d1c78b2bf Add ByMove() modifier for the Return() action. Pull in gtest 695. 10 years ago
kosak b5c81098a8 Support mocking methods with move-only return types. 11 years ago
zhanyong.wan c896504e41 Improves the tests for nice, naggy, and strict mocks. 12 years ago
zhanyong.wan 844fa94976 Implements NaggyMock. 12 years ago
zhanyong.wan edd4ab4945 Makes googlemock throw a runtime_error instead of abort when a mock 12 years ago
zhanyong.wan 2fd619edd3 Pulls in gtest r615. 13 years ago
jgm 79a367eb21 Reduced template instantiation depth for the AllOf and AnyOf matchers. Also some formatting changes. 13 years ago
vladlosev 9bcb5f9146 Fixes a lock reentrancy when destroying a mock causes destruction of another mock (issue 79) (by Aaron Jacobs). 14 years ago
vladlosev 4d60a596b4 Expressed the thread-safety annotations in code, replacing the existing comment-based system (by Aaron Jacobs). 14 years ago