aboutsummaryrefslogtreecommitdiffstats
path: root/include/gmock/gmock-generated-matchers.h
Commit message (Expand)AuthorAgeFilesLines
* Push several shanges:billydonahue2014-05-191-1/+1
* Export tuple and friends in the ::testing namespace.kosak2014-04-021-78/+67
* Adds matchers UnorderedElementsAre[Array]() (by Billy Donahue); pulls inzhanyong.wan2013-07-281-446/+382
* Unfortunately, the svn repo is a bit out of date. This commit contains 8jgm2012-11-151-76/+120
* Reduced template instantiation depth for the AllOf and AnyOf matchers. Also s...jgm2012-04-101-166/+322
* Prevents ADL in AllOf() and AnyOf() (by Manuel Klimek).zhanyong.wan2011-03-161-18/+21
* 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/+184
* Replaces Python-style interpolation with arbitrary C++ string expression in M...zhanyong.wan2010-06-081-189/+208
* Implements Pointwise().zhanyong.wan2010-05-171-21/+11
* Moves the universal printer from gmock to gtest (by Vlad Losev).zhanyong.wan2010-05-101-12/+11
* Improves matcher messages across the board.zhanyong.wan2010-03-241-3/+18
* Implements the new matcher API.zhanyong.wan2010-01-081-57/+132
* Fixes a slew of compiler warnings and turns on "warning as error" in the scon...zhanyong.wan2009-12-231-1/+70
* Makes gmock work on Symbian (both 3rd & 5th editions), original patch contrib...zhanyong.wan2009-09-251-5/+9
* Adds the ReturnArg<k>() action (by Tim Hockin); refactors gmock-matchers.h (b...zhanyong.wan2009-07-211-221/+1
* Implements the Args<k1, ..., kn>(m) matcher.zhanyong.wan2009-06-091-0/+323
* Makes all container matchers work with (possibly multi-dimensional) native ar...zhanyong.wan2009-06-041-66/+42
* Implements Contains(element) matcher. By Gary Morain.zhanyong.wan2009-02-201-0/+41
* Implements custom description string for MATCHER*.zhanyong.wan2009-02-191-208/+293
* Makes sure all internal macros are named GMOCK_*_. No functionality is changed.zhanyong.wan2009-02-191-13/+25
* Implements the MATCHER* macros.zhanyong.wan2009-02-121-0/+829
* Initial drop of Google Mock. The files are incomplete and thus may not build...shiqian2008-12-101-0/+650