aboutsummaryrefslogtreecommitdiffstats
path: root/include/gmock/gmock-actions.h
Commit message (Expand)AuthorAgeFilesLines
* Implements ReturnPointee() and ReturnRefOfCopy().zhanyong.wan2010-07-031-0/+57
* Moves the universal printer from gmock to gtest (by Vlad Losev).zhanyong.wan2010-05-101-5/+4
* Fixes a slew of compiler warnings and turns on "warning as error" in the scon...zhanyong.wan2009-12-231-0/+49
* Removes uses of GTEST_HAS_STD_STRING.zhanyong.wan2009-12-161-2/+0
* Enables gmock's implicit_cast to work with source types thatvladlosev2009-11-181-3/+34
* Makes gmock work on Symbian (both 3rd & 5th editions), original patch contrib...zhanyong.wan2009-09-251-20/+1
* Simplifies gmock code using gtest's OS-indicating macros.zhanyong.wan2009-09-241-4/+4
* Removes duplicated definition of SetArgumentPointee (by Vlad Losev); Makes gm...zhanyong.wan2009-08-071-43/+0
* Re-organizes the file structure for actions.zhanyong.wan2009-07-221-0/+81
* Makes gmock compile with gcc -Wall -Wextra -Wno-unused-parameter.zhanyong.wan2009-03-261-2/+2
* Makes the code compile on Windows CE.zhanyong.wan2009-03-111-0/+12
* Cleans up macro definitions.zhanyong.wan2009-02-231-2/+2
* Makes sure all internal macros are named GMOCK_*_. No functionality is changed.zhanyong.wan2009-02-191-26/+27
* Improves error messages for undefined return value (by Sverre Sundsdal); impr...zhanyong.wan2009-01-271-0/+18
* Initial drop of Google Mock. The files are incomplete and thus may not build...shiqian2008-12-101-0/+900