| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix gmock-matchers_test's ConstIter. | kosak | 2014-11-17 | 1 | -2/+2 |
* | Generate relational matchers (Eq,Lt, etc) with CRTP instead of macro. | kosak | 2014-11-17 | 1 | -2/+2 |
* | Distinguish between C++11 language and library support for std::function, std... | kosak | 2014-11-17 | 1 | -3/+3 |
* | Defines the UnorderedPointwise(m, container) matcher, which is like Pointwise... | kosak | 2014-07-28 | 1 | -67/+192 |
* | Allows {Unordered,}ElementsAreArray() to accept any STL-style container as th... | kosak | 2014-07-28 | 1 | -1/+26 |
* | Push several shanges: | billydonahue | 2014-05-19 | 1 | -7/+140 |
* | Export tuple and friends in the ::testing namespace. | kosak | 2014-04-02 | 1 | -4/+4 |
* | Implement threading support for gmock on Windows. | kosak | 2014-03-24 | 1 | -0/+4 |
* | Introduce a BeginEndDistanceIs matcher for containers such as std::forward_list | kosak | 2014-03-12 | 1 | -0/+61 |
* | Distinguish between C++11 language and library support for <initializer_list>. | kosak | 2013-12-04 | 1 | -2/+2 |
* | Fix warnings encountered with clang -Wall, and pull in gtest 670. | kosak | 2013-12-03 | 1 | -15/+14 |
* | Don't copy the argument in SafeMatcherCast because it's not safe. | kosak | 2013-12-03 | 1 | -0/+23 |
* | avoids clash with the max() macro on Windows | zhanyong.wan | 2013-09-18 | 1 | -95/+60 |
* | Makes some container matchers accept initializer lists in C++11 mode and work... | zhanyong.wan | 2013-08-08 | 1 | -1/+69 |
* | Makes UnorderedElementsAre*() work with containers that don't have size() or ... | zhanyong.wan | 2013-07-30 | 1 | -1/+31 |
* | Adds matchers UnorderedElementsAre[Array]() (by Billy Donahue); pulls in | zhanyong.wan | 2013-07-28 | 1 | -2/+435 |
* | New floating-point matchers: DoubleNear() and friends; | zhanyong.wan | 2013-06-18 | 1 | -0/+254 |
* | Makes EXPECT_THAT typesafe; updates CHANGES for 1.7.0; pulls in gtest r653 | zhanyong.wan | 2013-04-24 | 1 | -0/+9 |
* | Makes WhenSorted() support associative containers (by billydonahue@google.com). | zhanyong.wan | 2013-03-27 | 1 | -0/+161 |
* | Adds special support for matching StringPiece. Pulls in gtest r646. | zhanyong.wan | 2013-03-25 | 1 | -0/+38 |
* | Implements matcher SizeIs(). | zhanyong.wan | 2013-03-01 | 1 | -0/+59 |
* | Implements matcher IsEmpty(); also pulls in gtest r643. | zhanyong.wan | 2013-03-01 | 1 | -0/+34 |
* | Unfortunately, the svn repo is a bit out of date. This commit contains 8 | jgm | 2012-11-15 | 1 | -1/+0 |
* | Makes gmock's Pointee() work for optional<T> (by Jeffrey Yasskin). | vladlosev | 2012-08-14 | 1 | -0/+32 |
* | Reduced template instantiation depth for the AllOf and AnyOf matchers. Also s... | jgm | 2012-04-10 | 1 | -24/+68 |
* | Implements matchers WhenSorted() and WhenSortedBy(); pulls in gtest r595. | zhanyong.wan | 2011-09-16 | 1 | -0/+81 |
* | Adds support for building Google Mock as a shared library (DLL). | vladlosev | 2011-05-20 | 1 | -1/+1 |
* | simplifies TrulyMatcher and adds a test for it | zhanyong.wan | 2011-04-14 | 1 | -0/+23 |
* | Changes diagnostic output of the question mark from '\?' to '?'. | vladlosev | 2011-04-01 | 1 | -6/+6 |
* | Prints the type of the actual value as part of a match message when appropriate. | zhanyong.wan | 2010-09-27 | 1 | -28/+73 |
* | Include gtest and gmock headers as user headers instead of system headers. | zhanyong.wan | 2010-09-14 | 1 | -4/+4 |
* | Removes unused scons scripts; picks up gtest r446. | zhanyong.wan | 2010-07-21 | 1 | -2/+2 |
* | Increases the maximum arity of AllOf() and AnyOf() to 10, by Marcus Börger. | zhanyong.wan | 2010-06-09 | 1 | -0/+51 |
* | Replaces Python-style interpolation with arbitrary C++ string expression in M... | zhanyong.wan | 2010-06-08 | 1 | -285/+6 |
* | Implements Pointwise(). | zhanyong.wan | 2010-05-17 | 1 | -40/+164 |
* | Adds Each(m) (by Wojtek Moczydlowski); removes scripts/test/Makefile (by Zhan... | zhanyong.wan | 2010-04-22 | 1 | -7/+95 |
* | Improves matcher messages across the board. | zhanyong.wan | 2010-03-24 | 1 | -124/+313 |
* | Fixes the explanation generated by many composite matchers (by Manuel Klimek)... | zhanyong.wan | 2010-03-16 | 1 | -37/+67 |
* | Adds IsInterested() to MatchResultListener; clarifies the format of matcher d... | zhanyong.wan | 2010-03-15 | 1 | -8/+45 |
* | Adds a free function MatchAndExplain(). | zhanyong.wan | 2010-03-05 | 1 | -2/+26 |
* | BREAKING CHANGE: drops the old matcher API. See http://code.google.com/p/goo... | zhanyong.wan | 2010-01-28 | 1 | -31/+30 |
* | Enables regex matchers on all platforms. | zhanyong.wan | 2010-01-14 | 1 | -9/+4 |
* | Allows Field() and Property() to work when the matcher argument is a pointer ... | zhanyong.wan | 2010-01-13 | 1 | -0/+23 |
* | Implements the new matcher API. | zhanyong.wan | 2010-01-08 | 1 | -16/+129 |
* | Fixes a slew of compiler warnings and turns on "warning as error" in the scon... | zhanyong.wan | 2009-12-23 | 1 | -9/+22 |
* | Tests NotNull/IsNull with testing::internal::scoped_ptr. | vladlosev | 2009-11-18 | 1 | -0/+19 |
* | Updates IsNull and NotNull matchers to work with smart pointers. | vladlosev | 2009-11-18 | 1 | -0/+37 |
* | Makes gmock work on Symbian (both 3rd & 5th editions), original patch contrib... | zhanyong.wan | 2009-09-25 | 1 | -16/+39 |
* | Adds the IsNull() matcher. | zhanyong.wan | 2009-09-24 | 1 | -0/+27 |
* | Adds new matcher Pair(). Replaces GMOCK_CHECK_ with GTEST_CHECK_ (by Vlad Lo... | zhanyong.wan | 2009-09-16 | 1 | -29/+115 |