summaryrefslogtreecommitdiff
path: root/include/gmock/internal/gmock-port.h
Commit message (Expand)AuthorAgeFilesLines
* Add an injection point for customizing GMOCK_DECLARE_bool and the like.kosak@google.com2015-07-281-0/+5
* Adds a note in the "uninteresting mock method call" warning to advise people ...kosak@google.com2014-01-121-4/+12
* Unfortunately, the svn repo is a bit out of date. This commit contains 8jgm@google.com2012-11-151-2/+2
* Adds support for building Google Mock as a shared library (DLL).vladlosev2011-05-201-6/+6
* Indents preprocessor directives.zhanyong.wan2011-02-241-1/+1
* Include gtest and gmock headers as user headers instead of system headers.zhanyong.wan2010-09-141-2/+2
* Moves the universal printer from gmock to gtest (by Vlad Losev).zhanyong.wan2010-05-101-137/+0
* Enables regex matchers on all platforms.zhanyong.wan2010-01-141-18/+0
* Removes uses of GTEST_HAS_STD_STRING.zhanyong.wan2009-12-161-3/+1
* 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
* Enables gmock's implicit_cast to work with source types that have a non-const...vladlosev2009-11-181-1/+13
* Adds new matcher Pair(). Replaces GMOCK_CHECK_ with GTEST_CHECK_ (by Vlad Lo...zhanyong.wan2009-09-161-50/+0
* Adds mutable_impl() and impl() to PolymorphicMatcher (by Zhanyong Wan); Enabl...zhanyong.wan2009-08-311-26/+4
* Removes duplicated definition of SetArgumentPointee (by Vlad Losev); Makes gm...zhanyong.wan2009-08-071-1/+1
* Implements .With() as a synonym of .WithArguments(); implements AllArgs(m) as...zhanyong.wan2009-06-091-12/+2
* Adds more tests for using SetArgumentPointee with protobufs; works around a c...zhanyong.wan2009-05-131-0/+2
* 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-221-14/+16
* 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-14/+15
* Initial drop of Google Mock. The files are incomplete and thus may not build...shiqian2008-12-101-0/+314