summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* Indents preprocessor directives.zhanyong.wan2011-02-248-29/+30
* Makes Google Mock compile much faster and use much less memory; reviewed by N...zhanyong.wan2011-02-234-559/+422
* Improves cross-platform compatibility of gmock output. This fixes issue 135.vladlosev2011-02-111-2/+2
* Picks up gtest r536; renames implicit_cast and down_cast to reduce the chance...zhanyong.wan2011-02-014-35/+35
* Enables SetArgPointee<>() to accept a string literal; removes a self-assignme...zhanyong.wan2010-12-021-0/+8
* Adds comment clarifying the use of default-constructed matchers.vladlosev2010-11-171-2/+3
* Adds action SaveArgPointee.zhanyong.wan2010-10-141-0/+10
* Adds SetArgPointee to replace SetArgumentPointee.zhanyong.wan2010-10-051-0/+9
* Prints the type of the actual value as part of a match message when appropriate.zhanyong.wan2010-09-271-0/+15
* Include gtest and gmock headers as user headers instead of system headers.zhanyong.wan2010-09-1418-44/+44
* Removes some gmock internal macros; sorts the file lists in Makefile.am; pick...zhanyong.wan2010-08-096-16/+5
* Implements ReturnPointee() and ReturnRefOfCopy().zhanyong.wan2010-07-032-0/+60
* Increases the maximum arity of AllOf() and AnyOf() to 10, by Marcus Börger.zhanyong.wan2010-06-093-76/+230
* Replaces Python-style interpolation with arbitrary C++ string expression in M...zhanyong.wan2010-06-083-252/+251
* Implements Pointwise().zhanyong.wan2010-05-173-49/+172
* Renames test script flags.vladlosev2010-05-133-16/+26
* Moves the universal printer from gmock to gtest (by Vlad Losev).zhanyong.wan2010-05-1012-1215/+57
* Adds Each(m) (by Wojtek Moczydlowski); removes scripts/test/Makefile (by Zhan...zhanyong.wan2010-04-221-21/+123
* Improves matcher messages across the board.zhanyong.wan2010-03-244-98/+123
* Fixes the explanation generated by many composite matchers (by Manuel Klimek)...zhanyong.wan2010-03-162-96/+104
* Adds IsInterested() to MatchResultListener; clarifies the format of matcher d...zhanyong.wan2010-03-151-3/+16
* Adds a free function MatchAndExplain().zhanyong.wan2010-03-051-0/+8
* Adds threading support (by Vlad Losev); updates the version number (by Zhanyo...zhanyong.wan2010-02-241-1/+1
* BREAKING CHANGE: drops the old matcher API. See http://code.google.com/p/goo...zhanyong.wan2010-01-281-204/+76
* Enables regex matchers on all platforms.zhanyong.wan2010-01-142-26/+0
* Allows Field() and Property() to work when the matcher argument is a pointer ...zhanyong.wan2010-01-131-3/+6
* Converts more matchers to the new API; fixes MatchAndExplain() for polymorphi...zhanyong.wan2010-01-121-46/+93
* Implements the new matcher API.zhanyong.wan2010-01-084-409/+582
* Fixes a slew of compiler warnings and turns on "warning as error" in the scon...zhanyong.wan2009-12-2313-21/+444
* Removes uses of GTEST_HAS_STD_STRING.zhanyong.wan2009-12-163-7/+1
* Fixes a C++-standard-compliance bug in gmock-printers.h.zhanyong.wan2009-12-021-54/+59
* Fixes Cygwin compatibility (by Vlad Losev); Improves Python tests (by Vlad Lo...zhanyong.wan2009-12-011-1/+1
* Pulls in gtest r344; improves implicit_cast (by Zhanyong Wan); makes the Pyth...zhanyong.wan2009-11-241-28/+12
* Updates IsNull and NotNull matchers to work with smart pointers.vladlosev2009-11-181-6/+6
* Enables gmock's implicit_cast to work with source types that have a non-const...vladlosev2009-11-181-1/+13
* Enables gmock's implicit_cast to work with source types thatvladlosev2009-11-181-3/+34
* Makes gmock-generated-function-mockers.h conform to the C++ standard.zhanyong.wan2009-11-122-20/+61
* Enables more verbose output for expectations (by Sverre Sundsdal); Fixes info...vladlosev2009-10-211-17/+37
* Works around a Symbian compiler bug that causes memory leak (by Mika Raento).zhanyong.wan2009-10-011-3/+10
* Implements the MockFunction class.zhanyong.wan2009-09-252-0/+160
* Makes gmock work on Symbian (both 3rd & 5th editions), original patch contrib...zhanyong.wan2009-09-255-67/+125
* Adds the IsNull() matcher.zhanyong.wan2009-09-241-0/+18
* Simplifies gmock code using gtest's OS-indicating macros.zhanyong.wan2009-09-241-4/+4
* Makes gmock compile on minGW, which uses gcc 3.4.5.zhanyong.wan2009-09-241-3/+6
* Simplifies the definition of NativeArray. Works around a VC bug in StrictMoc...zhanyong.wan2009-09-163-51/+73
* Adds new matcher Pair(). Replaces GMOCK_CHECK_ with GTEST_CHECK_ (by Vlad Lo...zhanyong.wan2009-09-162-51/+101
* Adds mutable_impl() and impl() to PolymorphicMatcher (by Zhanyong Wan); Enabl...zhanyong.wan2009-08-312-27/+14
* Improves protobuf print format.zhanyong.wan2009-08-141-4/+11
* Removes duplicated definition of SetArgumentPointee (by Vlad Losev); Makes gm...zhanyong.wan2009-08-072-44/+1
* Re-organizes the file structure for actions.zhanyong.wan2009-07-225-450/+272