| Commit message (Expand) | Author | Age | Files | Lines |
* | Explicitly specify return value for lambda in AsStdFunction() to ensure it | kosak@google.com | 2015-07-24 | 2 | -12/+12 |
* | Move Callback-related generated actions to a custom/ file. | kosak@google.com | 2015-07-19 | 4 | -167/+164 |
* | Mark the default constructor of Matcher<> explicit. | kosak@google.com | 2015-07-13 | 1 | -1/+1 |
* | Fix EXPECT_THAT() to support literal strings as a second argument. | kosak@google.com | 2015-04-28 | 1 | -3/+4 |
* | Change IsNull and NotNull to use ==/!= nullptr in C++11. | kosak@google.com | 2015-04-28 | 1 | -0/+8 |
* | In C++11 and above, makes a mock method whose return type is default | kosak@google.com | 2015-02-14 | 1 | -9/+48 |
* | This change adds an explicit invocation of std::move to workaround a problem | kosak@google.com | 2015-02-14 | 1 | -0/+7 |
* | Make ReturnNull() support unique_ptr and shared_ptr. | kosak@google.com | 2015-01-08 | 1 | -1/+7 |
* | Makes DoubleNear() print the diff between the actual and the expected value w... | kosak@google.com | 2015-01-08 | 2 | -37/+60 |
* | Fix gmock Action behaviour when return type is Wrapper | kosak@google.com | 2014-11-17 | 1 | -2/+6 |
* | Generate relational matchers (Eq,Lt, etc) with CRTP instead of macro. | kosak@google.com | 2014-11-17 | 1 | -91/+164 |
* | Call move() by qualified name (::testing::internal::move() or just internal::... | kosak@google.com | 2014-11-17 | 2 | -6/+10 |
* | Silence a signedness-comparison warning in gmock-actions_test. | kosak@google.com | 2014-11-17 | 2 | -0/+8 |
* | Add ByMove() modifier for the Return() action. Pull in gtest 695. | kosak@google.com | 2014-11-17 | 2 | -16/+54 |
* | Distinguish between C++11 language and library support for std::function, std... | kosak@google.com | 2014-11-17 | 3 | -25/+25 |
* | Defines the UnorderedPointwise(m, container) matcher, which is like Pointwise... | kosak@google.com | 2014-07-28 | 1 | -1/+144 |
* | Allows {Unordered,}ElementsAreArray() to accept any STL-style container as th... | kosak@google.com | 2014-07-28 | 1 | -10/+11 |
* | Add MockFunction::AsStdFunction(). Also pull in gtest 688. | kosak@google.com | 2014-06-17 | 2 | -2/+125 |
* | Push several shanges: | billydonahue@google.com | 2014-05-19 | 6 | -12/+105 |
* | Export tuple and friends in the ::testing namespace. | kosak@google.com | 2014-04-02 | 12 | -348/+282 |
* | Introduce a BeginEndDistanceIs matcher for containers such as std::forward_list | kosak@google.com | 2014-03-12 | 1 | -0/+72 |
* | Support mocking methods with move-only return types. | kosak@google.com | 2014-01-29 | 3 | -41/+146 |
* | Make Google Mock build cleanly on Visual Studio 2010, 2012, 2013. | kosak@google.com | 2014-01-13 | 1 | -7/+17 |
* | Adds a note in the "uninteresting mock method call" warning to advise people ... | kosak@google.com | 2014-01-12 | 1 | -4/+12 |
* | Distinguish between C++11 language and library support for <initializer_list>. | kosak@google.com | 2013-12-04 | 1 | -4/+4 |
* | Don't copy the argument in SafeMatcherCast because it's not safe. | kosak@google.com | 2013-12-03 | 1 | -5/+5 |
* | Makes some container matchers accept initializer lists in C++11 mode and work... | zhanyong.wan | 2013-08-08 | 1 | -53/+102 |
* | Makes UnorderedElementsAre*() work with containers that don't have size() or ... | zhanyong.wan | 2013-07-30 | 1 | -7/+7 |
* | Adds matchers UnorderedElementsAre[Array]() (by Billy Donahue); pulls in | zhanyong.wan | 2013-07-28 | 3 | -597/+860 |
* | Fixes uses of pair to std::pair; pulls in gtest r655. | zhanyong.wan | 2013-06-20 | 1 | -3/+3 |
* | New floating-point matchers: DoubleNear() and friends; | zhanyong.wan | 2013-06-18 | 1 | -16/+194 |
* | Makes EXPECT_THAT typesafe; updates CHANGES for 1.7.0; pulls in gtest r653 | zhanyong.wan | 2013-04-24 | 1 | -2/+4 |
* | Makes WhenSorted() support associative containers (by billydonahue@google.com). | zhanyong.wan | 2013-03-27 | 2 | -1/+18 |
* | Adds special support for matching StringPiece. Pulls in gtest r646. | zhanyong.wan | 2013-03-25 | 1 | -0/+45 |
* | Removes an unnecessary semi-colon, which causes a warning in GCC's pedantic m... | zhanyong.wan | 2013-03-08 | 1 | -1/+1 |
* | Improves the tests for nice, naggy, and strict mocks. | zhanyong.wan | 2013-03-01 | 1 | -1/+2 |
* | Allows the return type of a mock method to contain unprotected commas. | zhanyong.wan | 2013-03-01 | 2 | -328/+397 |
* | Implements NaggyMock. | zhanyong.wan | 2013-03-01 | 3 | -75/+202 |
* | Implements matcher SizeIs(). | zhanyong.wan | 2013-03-01 | 1 | -0/+64 |
* | Clarifies how to implement MatcherInterface. | zhanyong.wan | 2013-03-01 | 1 | -4/+21 |
* | Implements matcher IsEmpty(); also pulls in gtest r643. | zhanyong.wan | 2013-03-01 | 2 | -2/+61 |
* | Makes googlemock throw a runtime_error instead of abort when a mock | zhanyong.wan | 2013-02-28 | 1 | -7/+20 |
* | Unfortunately, the svn repo is a bit out of date. This commit contains 8 | jgm@google.com | 2012-11-15 | 5 | -154/+274 |
* | Makes gmock's Pointee() work for optional<T> (by Jeffrey Yasskin). | vladlosev | 2012-08-14 | 1 | -1/+1 |
* | Pulls in gtest r615. | zhanyong.wan | 2012-05-31 | 4 | -20/+13 |
* | Reduced template instantiation depth for the AllOf and AnyOf matchers. Also s... | jgm@google.com | 2012-04-10 | 11 | -292/+553 |
* | Fixes a lock reentrancy when destroying a mock causes destruction of another ... | vladlosev | 2011-10-24 | 1 | -3/+18 |
* | Expressed the thread-safety annotations in code, replacing the existing comme... | vladlosev | 2011-10-24 | 1 | -106/+116 |
* | Implements matchers WhenSorted() and WhenSortedBy(); pulls in gtest r595. | zhanyong.wan | 2011-09-16 | 1 | -0/+99 |
* | Adds support for building Google Mock as a shared library (DLL). | vladlosev | 2011-05-20 | 6 | -33/+36 |