Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
googletest
/
3a7f0934d695e15b1426e0d52b2c1a518f03f99e
/
googlemock
/
include
/
gmock
/
gmock-generated-function-mockers.h.pump
29b47e4
Googletest export
by Abseil Team
· 6 years ago
7d3b73c
Unconditionally use std::tuple.
by Abseil Team
· 6 years ago
7796273
Merge 86fe8a25eb5a6e4546f9e39cf23a5c764217bf85 into 440527a61e1c91188195f7de212c63c77e8f0a45
by Marco Bubke
· 6 years ago
a3c0dd0
by Gennadiy Civil
· 6 years ago
984cba3
by Gennadiy Civil
· 6 years ago
4bcc9b9
This closes #1595: fix compiler error with Visual Studio 2017 on Win10 JP.
by Masaru Tsuchiyama
· 6 years ago
b539167
by Gennadiy Civil
· 7 years ago
fa658e0
by Gennadiy Civil
· 7 years ago
fe402c2
Merging gMock, 2
by Gennadiy Civil
· 7 years ago
affb09e
move googlemock files into googlemock/ subdir
by Billy Donahue
· 9 years ago
[Renamed from include/gmock/gmock-generated-function-mockers.h.pump]
a6e32f0
Explicitly specify return value for lambda in AsStdFunction() to ensure it
by kosak
· 9 years ago
389bad6
Silence a signedness-comparison warning in gmock-actions_test.
by kosak
· 10 years ago
5b9cbbb
Distinguish between C++11 language and library support for std::function, std::begin, std::end, and std::move in gtest and gmock.
by kosak
· 10 years ago
a9e02a9
Add MockFunction::AsStdFunction(). Also pull in gtest 688.
by kosak
· 10 years ago
bd01883
Export tuple and friends in the ::testing namespace.
by kosak
· 11 years ago
20d1a23
Allows the return type of a mock method to contain unprotected commas.
by zhanyong.wan
· 12 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
53e08c4
Include gtest and gmock headers as user headers instead of system headers.
by zhanyong.wan
· 14 years ago
ccedc1c
Removes some gmock internal macros; sorts the file lists in Makefile.am; picks up gtest r454.
by zhanyong.wan
· 14 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
· 15 years ago
21a5846
Makes gmock-generated-function-mockers.h conform to the C++ standard.
by zhanyong.wan
· 15 years ago
f3aa4d2
Implements the MockFunction class.
by zhanyong.wan
· 15 years ago
68be111
Allows mock methods overloaded on argument number or the const-ness of this object to appear on the same source line.
by zhanyong.wan
· 16 years ago
e0d051e
Makes sure all internal macros are named GMOCK_*_. No functionality is changed.
by zhanyong.wan
· 16 years ago
e35fdd9
Initial drop of Google Mock. The files are incomplete and thus may not build correctly yet.
by shiqian
· 16 years ago