| Commit message (Expand) | Author | Age | Files | Lines |
* | Templatize ParseeGoogleMockStringFlag on String type. | kosak | 2015-07-27 | 1 | -1/+2 |
* | Missing diff that should have gone along with the pull of gtest 738. | kosak | 2015-07-27 | 1 | -39/+0 |
* | Explicitly specify return value for lambda in AsStdFunction() to ensure it | kosak | 2015-07-24 | 3 | -12/+22 |
* | Remove some tests. | kosak | 2015-07-19 | 1 | -19/+2 |
* | Move Callback-related generated actions to a custom/ file. | kosak | 2015-07-19 | 5 | -169/+166 |
* | Mark the default constructor of Matcher<> explicit. | kosak | 2015-07-13 | 1 | -1/+1 |
* | Fix EXPECT_THAT() to support literal strings as a second argument. | kosak | 2015-04-28 | 2 | -3/+19 |
* | Change IsNull and NotNull to use ==/!= nullptr in C++11. | kosak | 2015-04-28 | 3 | -1/+27 |
* | Suppresses the stack trace in a warning for uninteresting call by default; th... | kosak | 2015-02-14 | 3 | -13/+27 |
* | In C++11 and above, makes a mock method whose return type is default | kosak | 2015-02-14 | 4 | -72/+150 |
* | This change adds an explicit invocation of std::move to workaround a problem | kosak | 2015-02-14 | 1 | -0/+7 |
* | Make ReturnNull() support unique_ptr and shared_ptr. | kosak | 2015-01-08 | 2 | -1/+19 |
* | Adding support to gmock_gen for nested templates. | kosak | 2015-01-08 | 3 | -4/+41 |
* | Makes DoubleNear() print the diff between the actual and the expected value w... | kosak | 2015-01-08 | 3 | -37/+73 |
* | Add support for C++11 explicitly defaulted and deleted special member functio... | kosak | 2014-11-17 | 2 | -4/+73 |
* | Prevent gmock_gen from returning exit code zero on a failure to parse. | kosak | 2014-11-17 | 1 | -1/+1 |
* | Handle parameters without variable names when the type includes *, & or []. | kosak | 2014-11-17 | 2 | -4/+33 |
* | Update gmock_doctor to accept static_assert output. | kosak | 2014-11-17 | 1 | -0/+9 |
* | Fix gmock-matchers_test's ConstIter. | kosak | 2014-11-17 | 1 | -2/+2 |
* | Fix gmock Action behaviour when return type is Wrapper | kosak | 2014-11-17 | 2 | -2/+26 |
* | Generate relational matchers (Eq,Lt, etc) with CRTP instead of macro. | kosak | 2014-11-17 | 2 | -93/+166 |
* | Call move() by qualified name (::testing::internal::move() or just internal::... | kosak | 2014-11-17 | 2 | -6/+10 |
* | Silence a signedness-comparison warning in gmock-actions_test. | kosak | 2014-11-17 | 3 | -2/+10 |
* | Add ByMove() modifier for the Return() action. Pull in gtest 695. | kosak | 2014-11-17 | 3 | -19/+93 |
* | Distinguish between C++11 language and library support for std::function, std... | kosak | 2014-11-17 | 6 | -35/+35 |
* | Defines the UnorderedPointwise(m, container) matcher, which is like Pointwise... | kosak | 2014-07-28 | 2 | -68/+336 |
* | Allows {Unordered,}ElementsAreArray() to accept any STL-style container as th... | kosak | 2014-07-28 | 2 | -11/+37 |
* | Add MockFunction::AsStdFunction(). Also pull in gtest 688. | kosak | 2014-06-17 | 3 | -2/+138 |
* | Push several shanges: | billydonahue | 2014-05-19 | 9 | -23/+249 |
* | Export tuple and friends in the ::testing namespace. | kosak | 2014-04-02 | 19 | -375/+306 |
* | Implement threading support for gmock on Windows. | kosak | 2014-03-24 | 2 | -3/+7 |
* | Make the gmock generator work with the 'override' keyword. Also pull in gtest... | kosak | 2014-03-12 | 3 | -2/+17 |
* | Introduce a BeginEndDistanceIs matcher for containers such as std::forward_list | kosak | 2014-03-12 | 2 | -0/+133 |
* | Suppress "Conditional expression is constant" warning on Visual Studio. | kosak | 2014-01-29 | 2 | -0/+4 |
* | Support mocking methods with move-only return types. | kosak | 2014-01-29 | 5 | -44/+208 |
* | Make Google Mock build cleanly on Visual Studio 2010, 2012, 2013. | kosak | 2014-01-13 | 4 | -23/+59 |
* | Adds a note in the "uninteresting mock method call" warning to advise people ... | kosak | 2014-01-12 | 4 | -9/+36 |
* | Distinguish between C++11 language and library support for <initializer_list>. | kosak | 2013-12-04 | 4 | -10/+10 |
* | Fix warnings encountered with clang -Wall, and pull in gtest 670. | kosak | 2013-12-03 | 2 | -37/+33 |
* | Clarify the rationale for gmock_all_test.cc, and pull in gtest 669 | kosak | 2013-12-03 | 1 | -2/+5 |
* | Don't copy the argument in SafeMatcherCast because it's not safe. | kosak | 2013-12-03 | 2 | -5/+28 |
* | adds gmock_doctor.py to the distro | zhanyong.wan | 2013-11-21 | 1 | -0/+4 |
* | avoids clash with the max() macro on Windows | zhanyong.wan | 2013-09-18 | 1 | -95/+60 |
* | fixes the bug reported by Andrzej Jarzabek where 2 gmock tests fail when buil... | zhanyong.wan | 2013-09-16 | 1 | -2/+2 |
* | makes googlemock generator handle some class templates; pulls in gtest r662 | zhanyong.wan | 2013-09-06 | 6 | -14/+103 |
* | adds more files to gmock's distro | zhanyong.wan | 2013-08-27 | 1 | -1/+3 |
* | fixes a typo | zhanyong.wan | 2013-08-27 | 1 | -1/+1 |
* | adds gmock-more-matchers.h to the distro | zhanyong.wan | 2013-08-27 | 1 | -0/+1 |
* | Makes some container matchers accept initializer lists in C++11 mode and work... | zhanyong.wan | 2013-08-08 | 4 | -54/+214 |
* | Makes UnorderedElementsAre*() work with containers that don't have size() or ... | zhanyong.wan | 2013-07-30 | 2 | -8/+38 |