aboutsummaryrefslogtreecommitdiffstats
path: root/include/gmock/gmock-generated-matchers.h.pump
Commit message (Expand)AuthorAgeFilesLines
* Push several shanges:billydonahue2014-05-191-1/+1
* Export tuple and friends in the ::testing namespace.kosak2014-04-021-10/+8
* Adds matchers UnorderedElementsAre[Array]() (by Billy Donahue); pulls inzhanyong.wan2013-07-281-112/+45
* Unfortunately, the svn repo is a bit out of date. This commit contains 8jgm2012-11-151-14/+50
* Reduced template instantiation depth for the AllOf and AnyOf matchers. Also s...jgm2012-04-101-28/+82
* Prevents ADL in AllOf() and AnyOf() (by Manuel Klimek).zhanyong.wan2011-03-161-4/+4
* Include gtest and gmock headers as user headers instead of system headers.zhanyong.wan2010-09-141-1/+1
* Increases the maximum arity of AllOf() and AnyOf() to 10, by Marcus Börger.zhanyong.wan2010-06-091-0/+46
* Replaces Python-style interpolation with arbitrary C++ string expression in M...zhanyong.wan2010-06-081-28/+36
* Implements Pointwise().zhanyong.wan2010-05-171-3/+2
* Moves the universal printer from gmock to gtest (by Vlad Losev).zhanyong.wan2010-05-101-3/+2
* Improves matcher messages across the board.zhanyong.wan2010-03-241-2/+15
* Implements the new matcher API.zhanyong.wan2010-01-081-27/+65
* Fixes a slew of compiler warnings and turns on "warning as error" in the scon...zhanyong.wan2009-12-231-1/+12
* Makes gmock work on Symbian (both 3rd & 5th editions), original patch contrib...zhanyong.wan2009-09-251-0/+15
* Adds the ReturnArg<k>() action (by Tim Hockin); refactors gmock-matchers.h (b...zhanyong.wan2009-07-211-222/+2
* Implements the Args<k1, ..., kn>(m) matcher.zhanyong.wan2009-06-091-0/+141
* Makes all container matchers work with (possibly multi-dimensional) native ar...zhanyong.wan2009-06-041-57/+24
* Implements Contains(element) matcher. By Gary Morain.zhanyong.wan2009-02-201-0/+41
* Implements custom description string for MATCHER*.zhanyong.wan2009-02-191-32/+109
* Makes sure all internal macros are named GMOCK_*_. No functionality is changed.zhanyong.wan2009-02-191-4/+7
* Implements the MATCHER* macros.zhanyong.wan2009-02-121-0/+210
* Initial drop of Google Mock. The files are incomplete and thus may not build...shiqian2008-12-101-0/+303