TrustedFirmware Git Browser
Code Review
Sign In
review.trustedfirmware.org
/
hafnium
/
third_party
/
googletest
/
79a367eb217fcd47e2beaf8c0f87fe6d5926f739
/
test
/
gmock-actions_test.cc
79a367e
Reduced template instantiation depth for the AllOf and AnyOf matchers. Also some formatting changes.
by jgm
· 13 years ago
fc8c6c4
Disables SetArgPointee("string literal") for GCC 4.0- and Symbian, and
by zhanyong.wan
· 14 years ago
ed6c927
Makes Google Mock compile much faster and use much less memory; reviewed by Nico Weber. This fixes issue 68.
by zhanyong.wan
· 14 years ago
a684b5a
Enables SetArgPointee<>() to accept a string literal; removes a self-assignment warning; teaches gmock doctor to diagnose TTB with Clang; picks up gtest r525.
by zhanyong.wan
· 15 years ago
5921483
Adds SetArgPointee to replace SetArgumentPointee.
by zhanyong.wan
· 15 years ago
53e08c4
Include gtest and gmock headers as user headers instead of system headers.
by zhanyong.wan
· 15 years ago
e3bd098
Implements ReturnPointee() and ReturnRefOfCopy().
by zhanyong.wan
· 15 years ago
02f7106
Moves the universal printer from gmock to gtest (by Vlad Losev).
by zhanyong.wan
· 15 years ago
32de5f5
Fixes a slew of compiler warnings and turns on "warning as error" in the scons build.
by zhanyong.wan
· 16 years ago
39bf784
Removes uses of GTEST_HAS_STD_STRING.
by zhanyong.wan
· 16 years ago
19eb9e9
Pulls in gtest r344; improves implicit_cast (by Zhanyong Wan); makes the Python tests work on Windows (by Vlad Losev); adds run_tests.py (by Vlad Losev).
by zhanyong.wan
· 16 years ago
a070cbd
Enables gmock's implicit_cast to work with source types that
by vladlosev
· 16 years ago
95b1233
Makes gmock work on Symbian (both 3rd & 5th editions), original patch contributed by Mika Raento.
by zhanyong.wan
· 16 years ago
f7af24c
Simplifies gmock code using gtest's OS-indicating macros.
by zhanyong.wan
· 16 years ago
04d6ed8
Simplifies the tests using EXPECT_DEATH_IF_SUPPORTED.
by zhanyong.wan
· 16 years ago
a18423e
Re-organizes the file structure for actions.
by zhanyong.wan
· 16 years ago
c6a4123
Adds more tests for using SetArgumentPointee with protobufs; works around a compiler bug on Symbian that gmock-printers.h triggers; reduces template code bloat in gmock-matchers.h; avoids RTTI when it's disabled.
by zhanyong.wan
· 16 years ago
5b5d62f
Makes the code compile on Windows CE.
by zhanyong.wan
· 16 years ago
652540a
Cleans up macro definitions.
by zhanyong.wan
· 16 years ago
5b95fa7
Improves error messages for undefined return value (by Sverre Sundsdal); improves gmock_doctor.
by zhanyong.wan
· 17 years ago
e35fdd9
Initial drop of Google Mock. The files are incomplete and thus may not build correctly yet.
by shiqian
· 17 years ago