aboutsummaryrefslogtreecommitdiffstats
path: root/include/gmock/gmock-actions.h
Commit message (Expand)AuthorAgeFilesLines
* Reduced template instantiation depth for the AllOf and AnyOf matchers. Also s...jgm2012-04-101-3/+5
* Disables SetArgPointee("string literal") for GCC 4.0- and Symbian, andzhanyong.wan2011-03-091-0/+14
* Indents preprocessor directives.zhanyong.wan2011-02-241-1/+1
* Makes Google Mock compile much faster and use much less memory; reviewed by N...zhanyong.wan2011-02-231-51/+12
* Picks up gtest r536; renames implicit_cast and down_cast to reduce the chance...zhanyong.wan2011-02-011-2/+2
* Enables SetArgPointee<>() to accept a string literal; removes a self-assignme...zhanyong.wan2010-12-021-0/+8
* Adds SetArgPointee to replace SetArgumentPointee.zhanyong.wan2010-10-051-0/+9
* Include gtest and gmock headers as user headers instead of system headers.zhanyong.wan2010-09-141-2/+2
* 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