History Graph
History Graph
Commit | Author | Details | Committed | |||
---|---|---|---|---|---|---|
6e1087218be3 | kosak | Rename custom/callback-actions.h[.pump] => custom/gmock-generated-actions.h… | Jul 28 2015 | |||
58a4bb42c88a | kosak | Add an injection point for customizing GMOCK_DECLARE_bool and the like. | Jul 28 2015 | |||
6702b97d5e01 | kosak | Inject customization point for gmock-matchers.h | Jul 28 2015 | |||
a6e32f0a2c68 | kosak | Explicitly specify return value for lambda in AsStdFunction() to ensure it… | Jul 24 2015 | |||
67c377d3b182 | kosak | Move Callback-related generated actions to a custom/ file. | Jul 19 2015 | |||
d86a723ed952 | kosak | Mark the default constructor of Matcher<> explicit. This prevents implicitly… | Jul 13 2015 | |||
9b1a944ec48b | kosak | Fix EXPECT_THAT() to support literal strings as a second argument. | Apr 29 2015 | |||
6305ff5a922d | kosak | Change IsNull and NotNull to use ==/!= nullptr in C++11. Also update… | Apr 29 2015 | |||
d478a1f46d51 | kosak | In C++11 and above, makes a mock method whose return type is default… | Feb 14 2015 | |||
02d647925955 | kosak | This change adds an explicit invocation of std::move to workaround a problem in… | Feb 14 2015 | |||
53d49dc43ea3 | kosak | Make ReturnNull() support unique_ptr and shared_ptr. | Jan 8 2015 | |||
6b817803104b | kosak | Makes DoubleNear() print the diff between the actual and the expected value… | Jan 8 2015 | |||
7123d8313283 | kosak | Fix gmock Action behaviour when return type is Wrapper | Nov 17 2014 | |||
506340a66b78 | kosak | Generate relational matchers (Eq,Lt, etc) with CRTP instead of macro. | Nov 17 2014 | |||
d370f85b0236 | kosak | Call move() by qualified name (::testing::internal::move() or just internal… | Nov 17 2014 | |||
389bad61e2eb | kosak | Silence a signedness-comparison warning in gmock-actions_test. include… | Nov 17 2014 | |||
3d1c78b2bff0 | kosak | Add ByMove() modifier for the Return() action. Pull in gtest 695. | Nov 17 2014 | |||
5b9cbbb16d77 | kosak | Distinguish between C++11 language and library support for std::function, std… | Nov 17 2014 | |||
2336e9c171b5 | kosak | Defines the UnorderedPointwise(m, container) matcher, which is like Pointwise(m… | Jul 29 2014 | |||
06678924fa3a | kosak | Allows {Unordered,}ElementsAreArray() to accept any STL-style container as the… | Jul 28 2014 | |||
a9e02a9178d2 | kosak | Add MockFunction::AsStdFunction(). Also pull in gtest 688. | Jun 18 2014 | |||
1f5fdea417f1 | billydonahue | Push several shanges: | May 19 2014 | |||
bd0188320de5 | kosak | Export tuple and friends in the ::testing namespace. | Apr 2 2014 | |||
b6a348862b3e | kosak | Introduce a BeginEndDistanceIs matcher for containers such as std::forward_list… | Mar 12 2014 | |||
b5c81098a8cc | kosak | Support mocking methods with move-only return types. | Jan 29 2014 | |||
b93d0f10d5a1 | kosak | Make Google Mock build cleanly on Visual Studio 2010, 2012, 2013. | Jan 13 2014 | |||
04ce8521f481 | kosak | Adds a note in the "uninteresting mock method call" warning to advise people… | Jan 13 2014 | |||
18489fa4f81a | kosak | Distinguish between C++11 language and library support for <initializer_list>. | Dec 5 2013 | |||
5f2a6ca4fd5e | kosak | Don't copy the argument in SafeMatcherCast because it's not safe. | Dec 3 2013 | |||
1cc1d4bcecda | zhanyong.wan | Makes some container matchers accept initializer lists in C++11 mode and work… | Aug 8 2013 | |||
5579c1a8b159 | zhanyong.wan | Makes UnorderedElementsAre*() work with containers that don't have size() or… | Jul 30 2013 | |||
fb25d5391143 | zhanyong.wan | Adds matchers UnorderedElementsAre[Array]() (by Billy Donahue); pulls in gtest… | Jul 28 2013 | |||
2989703ed851 | zhanyong.wan | Fixes uses of pair to std::pair; pulls in gtest r655. | Jun 20 2013 | |||
616180e6847d | zhanyong.wan | New floating-point matchers: DoubleNear() and friends; AllOf() and AnyOf() can… | Jun 18 2013 | |||
f4274520da25 | zhanyong.wan | Makes EXPECT_THAT typesafe; updates CHANGES for 1.7.0; pulls in gtest r653 | Apr 24 2013 | |||
a9a59e06dd7c | zhanyong.wan | Makes WhenSorted() support associative containers (by billydonahue@google.com). | Mar 27 2013 | |||
1f122a06e6aa | zhanyong.wan | Adds special support for matching StringPiece. Pulls in gtest r646. | Mar 25 2013 | |||
2eab17b76d35 | zhanyong.wan | Removes an unnecessary semi-colon, which causes a warning in GCC's pedantic… | Mar 8 2013 | |||
c896504e4175 | zhanyong.wan | Improves the tests for nice, naggy, and strict mocks. | Mar 1 2013 | |||
20d1a235bcfb | zhanyong.wan | Allows the return type of a mock method to contain unprotected commas. | Mar 1 2013 | |||
844fa94976ac | zhanyong.wan | Implements NaggyMock. | Mar 1 2013 | |||
a31d9ce29002 | zhanyong.wan | Implements matcher SizeIs(). | Mar 1 2013 | |||
83f6b08b5f73 | zhanyong.wan | Clarifies how to implement MatcherInterface. | Mar 1 2013 | |||
320814aca02d | zhanyong.wan | Implements matcher IsEmpty(); also pulls in gtest r643. | Mar 1 2013 | |||
edd4ab4945ae | zhanyong.wan | Makes googlemock throw a runtime_error instead of abort when a mock method with… | Feb 28 2013 | |||
38513a8bb154 | jgm | Unfortunately, the svn repo is a bit out of date. This commit contains 8… | Nov 15 2012 | |||
ada23475e27b | vladlosev | Makes gmock's Pointee() work for optional<T> (by Jeffrey Yasskin). | Aug 14 2012 | |||
2fd619edd3d1 | zhanyong.wan | Pulls in gtest r615. | May 31 2012 | |||
79a367eb217f | jgm | Reduced template instantiation depth for the AllOf and AnyOf matchers. Also… | Apr 10 2012 | |||
9bcb5f9146db | vladlosev | Fixes a lock reentrancy when destroying a mock causes destruction of another… | Oct 25 2011 | |||
4d60a596b413 | vladlosev | Expressed the thread-safety annotations in code, replacing the existing comment… | Oct 24 2011 | |||
898725cf47aa | zhanyong.wan | Implements matchers WhenSorted() and WhenSortedBy(); pulls in gtest r595. | Sep 16 2011 | |||
587c1b37c2f0 | vladlosev | Adds support for building Google Mock as a shared library (DLL). | May 20 2011 | |||
8d3dc0cdd870 | zhanyong.wan | simplifies TrulyMatcher and adds a test for it | Apr 14 2011 | |||
dd28d536eb16 | vladlosev | Updates conditional directives to be consistent with the rest of the project. | Apr 14 2011 | |||
e73cf452a508 | vladlosev | Corrects condition to compile out MSVC's pragmas. This fixes the build on MinGW. | Apr 14 2011 | |||
ab29bb6fcd99 | vladlosev | Removes commas from last items in enums (a C++ standard compliance fix). | Apr 8 2011 | |||
86d2eeb1120a | zhanyong.wan | Prevents ADL in AllOf() and AnyOf() (by Manuel Klimek). | Mar 16 2011 | |||
fc8c6c479a52 | zhanyong.wan | Disables SetArgPointee("string literal") for GCC 4.0- and Symbian, and adds… | Mar 9 2011 | |||
658ac0b71a35 | zhanyong.wan | Indents preprocessor directives. | Feb 24 2011 | |||
ed6c9277bb12 | zhanyong.wan | Makes Google Mock compile much faster and use much less memory; reviewed by… | Feb 23 2011 | |||
e5121b5a828c | vladlosev | Improves cross-platform compatibility of gmock output. This fixes issue 135. | Feb 12 2011 | |||
5b61ce3ee5b1 | zhanyong.wan | Picks up gtest r536; renames implicit_cast and down_cast to reduce the chance… | Feb 1 2011 | |||
a684b5a5269e | zhanyong.wan | Enables SetArgPointee<>() to accept a string literal; removes a self-assignment… | Dec 3 2010 | |||
88032d8e0f6d | vladlosev | Adds comment clarifying the use of default-constructed matchers. | Nov 18 2010 | |||
2321b2a67573 | zhanyong.wan | Adds action SaveArgPointee. | Oct 14 2010 | |||
5921483640fe | zhanyong.wan | Adds SetArgPointee to replace SetArgumentPointee. | Oct 5 2010 | |||
736baa8ac028 | zhanyong.wan | Prints the type of the actual value as part of a match message when appropriate. | Sep 27 2010 | |||
53e08c44dd34 | zhanyong.wan | Include gtest and gmock headers as user headers instead of system headers. | Sep 14 2010 | |||
ccedc1c93371 | zhanyong.wan | Removes some gmock internal macros; sorts the file lists in Makefile.am; picks… | Aug 10 2010 | |||
e3bd0981ca06 | zhanyong.wan | Implements ReturnPointee() and ReturnRefOfCopy(). | Jul 3 2010 | |||
02c1505ebfaa | zhanyong.wan | Increases the maximum arity of AllOf() and AnyOf() to 10, by Marcus Börger. | Jun 9 2010 | |||
b4140808f98f | zhanyong.wan | Replaces Python-style interpolation with arbitrary C++ string expression in… | Jun 9 2010 | |||
ab5b77c17900 | zhanyong.wan | Implements Pointwise(). | May 17 2010 | |||
e2e8ba401d19 | vladlosev | Renames test script flags. | May 13 2010 | |||
02f7106557fd | zhanyong.wan | Moves the universal printer from gmock to gtest (by Vlad Losev). | May 10 2010 | |||
33605ba45417 | zhanyong.wan | Adds Each(m) (by Wojtek Moczydlowski); removes scripts/test/Makefile (by… | Apr 23 2010 | |||
b1c7f93c52d7 | zhanyong.wan | Improves matcher messages across the board. | Mar 24 2010 | |||
676e8cc60928 | zhanyong.wan | Fixes the explanation generated by many composite matchers (by Manuel Klimek)… | Mar 16 2010 | |||
a862f1de30ed | zhanyong.wan | Adds IsInterested() to MatchResultListener; clarifies the format of matcher… | Mar 15 2010 | |||
34b034c21ef4 | zhanyong.wan | Adds a free function MatchAndExplain(). | Mar 5 2010 | |||
5905ba00fe78 | zhanyong.wan | Adds threading support (by Vlad Losev); updates the version number (by Zhanyong… | Feb 24 2010 | |||
db22c227826b | zhanyong.wan | BREAKING CHANGE: drops the old matcher API. See http://code.google. | Jan 28 2010 | |||
d14aaed74b2a | zhanyong.wan | Enables regex matchers on all platforms. | Jan 14 2010 | |||
6953a725fc21 | zhanyong.wan | Allows Field() and Property() to work when the matcher argument is a pointer… | Jan 13 2010 | |||
e122e457a6e8 | zhanyong.wan | Converts more matchers to the new API; fixes MatchAndExplain() for polymorphic… | Jan 12 2010 | |||
821133180ccd | zhanyong.wan | Implements the new matcher API. | Jan 8 2010 | |||
32de5f537631 | zhanyong.wan | Fixes a slew of compiler warnings and turns on "warning as error" in the scons… | Dec 23 2009 | |||
39bf784f839a | zhanyong.wan | Removes uses of GTEST_HAS_STD_STRING. | Dec 17 2009 | |||
a95c6a5a6952 | zhanyong.wan | Fixes a C++-standard-compliance bug in gmock-printers.h. | Dec 2 2009 | |||
f6d6a22b8eea | zhanyong.wan | Fixes Cygwin compatibility (by Vlad Losev); Improves Python tests (by Vlad… | Dec 1 2009 | |||
19eb9e9e3d4d | zhanyong.wan | Pulls in gtest r344; improves implicit_cast (by Zhanyong Wan); makes the Python… | Nov 24 2009 | |||
79b83505bcf7 | vladlosev | Updates IsNull and NotNull matchers to work with smart pointers. | Nov 18 2009 | |||
201ac161919b | vladlosev | Enables gmock's implicit_cast to work with source types that have a non-const… | Nov 18 2009 | |||
a070cbd91c2a | vladlosev | Enables gmock's implicit_cast to work with source types that | Nov 18 2009 | |||
21a5846afdd1 | zhanyong.wan | Makes gmock-generated-function-mockers.h conform to the C++ standard. | Nov 12 2009 | |||
6c54a5e1f91e | vladlosev | Enables more verbose output for expectations (by Sverre Sundsdal); Fixes… | Oct 21 2009 | |||
7c95d8346e9c | zhanyong.wan | Works around a Symbian compiler bug that causes memory leak (by Mika Raento). | Oct 1 2009 | |||
f3aa4d2934a4 | zhanyong.wan | Implements the MockFunction class. | Sep 26 2009 | |||
95b12332c345 | zhanyong.wan | Makes gmock work on Symbian (both 3rd & 5th editions), original patch… | Sep 25 2009 |
c4science · Help