aboutsummaryrefslogtreecommitdiffstats
path: root/test/gmock-internal-utils_test.cc
Commit message (Expand)AuthorAgeFilesLines
* Push several shanges:billydonahue2014-05-191-2/+2
* Export tuple and friends in the ::testing namespace.kosak2014-04-021-3/+0
* Suppress "Conditional expression is constant" warning on Visual Studio.kosak2014-01-291-0/+2
* Unfortunately, the svn repo is a bit out of date. This commit contains 8jgm2012-11-151-12/+6
* Pulls in gtest r615.zhanyong.wan2012-05-311-17/+17
* Indents preprocessor directives.zhanyong.wan2011-02-241-4/+7
* Include gtest and gmock headers as user headers instead of system headers.zhanyong.wan2010-09-141-5/+5
* Publishes GTEST_HAS_STREAM_REDIRECTION (by Vlad Losev); casts char to unsigne...zhanyong.wan2010-08-311-4/+4
* Moves the universal printer from gmock to gtest (by Vlad Losev).zhanyong.wan2010-05-101-307/+2
* Fixes tests leaking altered values of GMOCK_FLAG(verbose) (issue 110).vladlosev2010-05-051-0/+2
* Enables tests depending on stdout capturing (by Vlad Losev).zhanyong.wan2010-02-021-29/+27
* Fixes a slew of compiler warnings and turns on "warning as error" in the scon...zhanyong.wan2009-12-231-7/+7
* Makes gmock work on Symbian (both 3rd & 5th editions), original patch contrib...zhanyong.wan2009-09-251-1/+2
* Simplifies the definition of NativeArray. Works around a VC bug in StrictMoc...zhanyong.wan2009-09-161-26/+11
* Simplifies the tests using EXPECT_DEATH_IF_SUPPORTED.zhanyong.wan2009-09-111-6/+2
* Improves protobuf print format.zhanyong.wan2009-08-141-0/+7
* Makes gmock-spec-builders_test.cc and gmock-internal-utils_test.cc work where...zhanyong.wan2009-06-221-1/+10
* Switches from Boost TR1 tuple to gtest's TR1 tuple.zhanyong.wan2009-06-171-2/+4
* Implements the Args<k1, ..., kn>(m) matcher.zhanyong.wan2009-06-091-1/+1
* Makes all container matchers work with (possibly multi-dimensional) native ar...zhanyong.wan2009-06-041-0/+231
* Avoids unnecessary printing of call into to internal buffers;zhanyong.wan2009-05-291-0/+28
* Finishes SafeMatcherCast by catching lossy arithmetic conversions at compile-...zhanyong.wan2009-05-141-2/+144
* Cleans up macro definitions.zhanyong.wan2009-02-231-1/+1
* Makes sure all internal macros are named GMOCK_*_. No functionality is changed.zhanyong.wan2009-02-191-12/+13
* Implements the MATCHER* macros.zhanyong.wan2009-02-121-0/+34
* Initial drop of Google Mock. The files are incomplete and thus may not build...shiqian2008-12-101-0/+521