aboutsummaryrefslogtreecommitdiffstats
path: root/test/gmock-generated-matchers_test.cc
Commit message (Expand)AuthorAgeFilesLines
* Export tuple and friends in the ::testing namespace.kosak2014-04-021-5/+5
* Distinguish between C++11 language and library support for <initializer_list>.kosak2013-12-041-2/+2
* Fix warnings encountered with clang -Wall, and pull in gtest 670.kosak2013-12-031-22/+19
* Makes some container matchers accept initializer lists in C++11 mode and work...zhanyong.wan2013-08-081-0/+39
* Adds matchers UnorderedElementsAre[Array]() (by Billy Donahue); pulls inzhanyong.wan2013-07-281-5/+6
* Removes unused variables and functions.zhanyong.wan2013-03-011-0/+13
* Unfortunately, the svn repo is a bit out of date. This commit contains 8jgm2012-11-151-1/+96
* Reduced template instantiation depth for the AllOf and AnyOf matchers. Also s...jgm2012-04-101-0/+14
* Prevents ADL in AllOf() and AnyOf() (by Manuel Klimek).zhanyong.wan2011-03-161-0/+29
* Indents preprocessor directives.zhanyong.wan2011-02-241-3/+3
* Include gtest and gmock headers as user headers instead of system headers.zhanyong.wan2010-09-141-4/+4
* Removes unused scons scripts; picks up gtest r446.zhanyong.wan2010-07-211-1/+1
* Replaces Python-style interpolation with arbitrary C++ string expression in M...zhanyong.wan2010-06-081-76/+21
* Implements Pointwise().zhanyong.wan2010-05-171-4/+5
* Improves matcher messages across the board.zhanyong.wan2010-03-241-20/+65
* Fixes the explanation generated by many composite matchers (by Manuel Klimek)...zhanyong.wan2010-03-161-3/+1
* BREAKING CHANGE: drops the old matcher API. See http://code.google.com/p/goo...zhanyong.wan2010-01-281-6/+8
* Implements the new matcher API.zhanyong.wan2010-01-081-0/+52
* Fixes a slew of compiler warnings and turns on "warning as error" in the scon...zhanyong.wan2009-12-231-7/+16
* Implements .With() as a synonym of .WithArguments(); implements AllArgs(m) as...zhanyong.wan2009-06-091-1/+1
* Implements the Args<k1, ..., kn>(m) matcher.zhanyong.wan2009-06-091-2/+107
* Makes all container matchers work with (possibly multi-dimensional) native ar...zhanyong.wan2009-06-041-8/+115
* Implements Contains(element) matcher. By Gary Morain.zhanyong.wan2009-02-201-0/+96
* Implements custom description string for MATCHER*.zhanyong.wan2009-02-191-17/+44
* Implements the MATCHER* macros.zhanyong.wan2009-02-121-0/+338
* Initial drop of Google Mock. The files are incomplete and thus may not build...shiqian2008-12-101-0/+373