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
works properly where return type is a reference.
|
10 years ago |
kosak
|
389bad61e2
|
Silence a signedness-comparison warning in gmock-actions_test.
include <functional> when using std::function in gmock.
|
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.
Bring in gtest 694.
|
10 years ago |
kosak
|
a9e02a9178
|
Add MockFunction::AsStdFunction(). Also pull in gtest 688.
|
11 years ago |
kosak
|
bd0188320d
|
Export tuple and friends in the ::testing namespace.
|
11 years ago |
zhanyong.wan
|
20d1a235bc
|
Allows the return type of a mock method to contain unprotected commas.
|
12 years ago |
zhanyong.wan
|
ed6c9277bb
|
Makes Google Mock compile much faster and use much less memory; reviewed by Nico Weber. This fixes issue 68.
|
14 years ago |
zhanyong.wan
|
53e08c44dd
|
Include gtest and gmock headers as user headers instead of system headers.
|
15 years ago |
zhanyong.wan
|
ccedc1c933
|
Removes some gmock internal macros; sorts the file lists in Makefile.am; picks up gtest r454.
|
15 years ago |
zhanyong.wan
|
02f7106557
|
Moves the universal printer from gmock to gtest (by Vlad Losev).
|
15 years ago |
zhanyong.wan
|
32de5f5376
|
Fixes a slew of compiler warnings and turns on "warning as error" in the scons build.
|
15 years ago |
zhanyong.wan
|
21a5846afd
|
Makes gmock-generated-function-mockers.h conform to the C++ standard.
|
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
|
e0d051ea64
|
Makes sure all internal macros are named GMOCK_*_. No functionality is changed.
|
16 years ago |
shiqian
|
e35fdd936d
|
Initial drop of Google Mock. The files are incomplete and thus may not build correctly yet.
|
16 years ago |