summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* 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
* Adds the ReturnArg<k>() action (by Tim Hockin); refactors gmock-matchers.h (b...zhanyong.wan2009-07-215-444/+233
* Makes ByRef(x) printable as a reference to x.zhanyong.wan2009-07-202-0/+22
* Adds the Key() matcher, by Marcus Borger.zhanyong.wan2009-07-161-0/+66
* Implements Expectation, ExpectationSet, and After for specifying expectation ...zhanyong.wan2009-07-011-80/+270
* A trivial comment fix.zhanyong.wan2009-07-011-1/+2
* Removes the .WithArguments() clause from ON_CALL and EXPECT_CALL.zhanyong.wan2009-06-111-14/+0
* Implements .With() as a synonym of .WithArguments(); implements AllArgs(m) as...zhanyong.wan2009-06-094-61/+75
* Implements the Args<k1, ..., kn>(m) matcher.zhanyong.wan2009-06-094-11/+475
* Makes all container matchers work with (possibly multi-dimensional) native ar...zhanyong.wan2009-06-045-145/+495
* Avoids unnecessary printing of call into to internal buffers;zhanyong.wan2009-05-293-206/+213
* Finishes SafeMatcherCast by catching lossy arithmetic conversions at compile-...zhanyong.wan2009-05-146-942/+437
* 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