aboutsummaryrefslogtreecommitdiffstats
path: root/include/gmock
Commit message (Expand)AuthorAgeFilesLines
...
* Adds more tests for using SetArgumentPointee with protobufs; works around a c...zhanyong.wan2009-05-133-168/+189
* Partially implemented SafeMatcherCast (by Vlad Losev); updated the implementa...zhanyong.wan2009-05-115-41/+737
* Improves the error message for leaked mocks to include the test name (by Zhan...zhanyong.wan2009-05-051-4/+4
* Fixes tr1 tuple's path when compiled with gcc version < 4.0.0 (by Zhanyong Wan).zhanyong.wan2009-05-051-4/+6
* Implements --gmock_catch_leaked_mocks and Mock::AllowLeak.zhanyong.wan2009-04-223-16/+42
* Adds actions ReturnNew<T>(...) and DeleteArg<k>(), by Jason Hsueh.zhanyong.wan2009-04-092-0/+410
* Makes gmock compile clean with gcc -Wall -Wextra.zhanyong.wan2009-04-032-59/+53
* Makes googlemock compile with gcc 3.3.zhanyong.wan2009-03-311-32/+55
* Fixes an error when compiling with gcc 4.4.zhanyong.wan2009-03-311-1/+1
* Makes gmock compile with gcc -Wall -Wextra -Wno-unused-parameter.zhanyong.wan2009-03-264-14/+15
* Allows mock methods overloaded on argument number or the const-ness of this o...zhanyong.wan2009-03-252-66/+78
* Makes the code compile on Windows CE.zhanyong.wan2009-03-111-0/+12
* Allows a mock object to delete itself in an action. By Simon Bowden.zhanyong.wan2009-03-031-4/+12
* Cleans up macro definitions.zhanyong.wan2009-02-233-6/+6
* Implements Contains(element) matcher. By Gary Morain.zhanyong.wan2009-02-202-0/+82
* Adds two actions: SaveArg and SetArgReferee.zhanyong.wan2009-02-192-31/+116
* Fixes link errors due to an MS VC bug. By Vlad Losev.zhanyong.wan2009-02-192-67/+76
* Implements custom description string for MATCHER*.zhanyong.wan2009-02-193-262/+476
* Makes sure all internal macros are named GMOCK_*_. No functionality is changed.zhanyong.wan2009-02-1912-432/+451
* Implements the MATCHER* macros.zhanyong.wan2009-02-124-1/+1059
* Fixes the "ambiguous overload" compiler error when a mock function takes an a...zhanyong.wan2009-02-111-2/+13
* Implements action Throw(exception).zhanyong.wan2009-02-062-0/+20
* Improves ACTION* to allow explicit instantiating with reference types.zhanyong.wan2009-02-022-116/+116
* Improves error messages for undefined return value (by Sverre Sundsdal); impr...zhanyong.wan2009-01-272-12/+36
* Implements ContainerEq.zhanyong.wan2009-01-161-0/+78
* Implements the ACTION* macros.shiqian2009-01-092-0/+1180
* Fixes compatibility with gcc 4.3's tuple implementation.shiqian2008-12-111-8/+74
* Initial drop of Google Mock. The files are incomplete and thus may not build...shiqian2008-12-1018-0/+10525