aboutsummaryrefslogtreecommitdiffstats
path: root/test/gmock-printers_test.cc
Commit message (Expand)AuthorAgeFilesLines
* Fixes the explanation generated by many composite matchers (by Manuel Klimek)...zhanyong.wan2010-03-161-7/+13
* Fixes a slew of compiler warnings and turns on "warning as error" in the scon...zhanyong.wan2009-12-231-7/+7
* Removes uses of GTEST_HAS_STD_STRING.zhanyong.wan2009-12-161-2/+0
* Fixes Cygwin compatibility (by Vlad Losev); Improves Python tests (by Vlad Lo...zhanyong.wan2009-12-011-3/+14
* Changes gmock's version to 1.4.0. Also fixes a compiler warning.zhanyong.wan2009-09-301-1/+1
* Makes gmock work on Symbian (both 3rd & 5th editions), original patch contrib...zhanyong.wan2009-09-251-4/+4
* Simplifies the definition of NativeArray. Works around a VC bug in StrictMoc...zhanyong.wan2009-09-161-4/+4
* Improves protobuf print format.zhanyong.wan2009-08-141-3/+22
* Makes all container matchers work with (possibly multi-dimensional) native ar...zhanyong.wan2009-06-041-0/+45
* Avoids unnecessary printing of call into to internal buffers;zhanyong.wan2009-05-291-33/+21
* Cleans up macro definitions.zhanyong.wan2009-02-231-10/+10
* Implements custom description string for MATCHER*.zhanyong.wan2009-02-191-9/+52
* Implements the MATCHER* macros.zhanyong.wan2009-02-121-0/+24
* Fixes the "ambiguous overload" compiler error when a mock function takes an a...zhanyong.wan2009-02-111-0/+58
* Fixes compatibility with gcc 4.3's tuple implementation.shiqian2008-12-111-0/+23
* Initial drop of Google Mock. The files are incomplete and thus may not build...shiqian2008-12-101-0/+903