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 | |||
67c377d3b182 | kosak | Move Callback-related generated actions to a custom/ file. | Jul 19 2015 | |||
1f5fdea417f1 | billydonahue | Push several shanges: | May 19 2014 | |||
bd0188320de5 | kosak | Export tuple and friends in the ::testing namespace. | Apr 2 2014 | |||
b5c81098a8cc | kosak | Support mocking methods with move-only return types. | Jan 29 2014 | |||
04ce8521f481 | kosak | Adds a note in the "uninteresting mock method call" warning to advise people… | Jan 13 2014 | |||
a9a59e06dd7c | zhanyong.wan | Makes WhenSorted() support associative containers (by billydonahue@google.com). | Mar 27 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 | |||
587c1b37c2f0 | vladlosev | Adds support for building Google Mock as a shared library (DLL). | May 20 2011 | |||
ab29bb6fcd99 | vladlosev | Removes commas from last items in enums (a C++ standard compliance fix). | Apr 8 2011 | |||
658ac0b71a35 | zhanyong.wan | Indents preprocessor directives. | Feb 24 2011 | |||
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 | |||
02f7106557fd | zhanyong.wan | Moves the universal printer from gmock to gtest (by Vlad Losev). | May 10 2010 | |||
d14aaed74b2a | zhanyong.wan | Enables regex matchers on all platforms. | Jan 14 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 | |||
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 | |||
201ac161919b | vladlosev | Enables gmock's implicit_cast to work with source types that have a non-const… | Nov 18 2009 | |||
95b12332c345 | zhanyong.wan | Makes gmock work on Symbian (both 3rd & 5th editions), original patch… | Sep 25 2009 | |||
4bd79e4f25a8 | zhanyong.wan | Simplifies the definition of NativeArray. Works around a VC bug in StrictMock… | Sep 16 2009 | |||
f5e1ce5b9237 | zhanyong.wan | Adds new matcher Pair(). Replaces GMOCK_CHECK_ with GTEST_CHECK_ (by Vlad… | Sep 16 2009 | |||
2b43a9ecd16e | zhanyong.wan | Adds mutable_impl() and impl() to PolymorphicMatcher (by Zhanyong Wan); Enables… | Sep 1 2009 | |||
9571b28675a5 | zhanyong.wan | Removes duplicated definition of SetArgumentPointee (by Vlad Losev); Makes… | Aug 7 2009 | |||
bf55085d456e | zhanyong.wan | Implements .With() as a synonym of .WithArguments(); implements AllArgs(m) as a… | Jun 9 2009 | |||
b82431625d18 | zhanyong.wan | Makes all container matchers work with (possibly multi-dimensional) native… | Jun 4 2009 | |||
9413f2ff615a | zhanyong.wan | Avoids unnecessary printing of call into to internal buffers; Made the… | May 29 2009 | |||
16cf473930c0 | zhanyong.wan | Finishes SafeMatcherCast by catching lossy arithmetic conversions at compile… | May 14 2009 | |||
c6a412397bc9 | zhanyong.wan | Adds more tests for using SetArgumentPointee with protobufs; works around a… | May 14 2009 | |||
e7bb5ededa4d | zhanyong.wan | Improves the error message for leaked mocks to include the test name (by… | May 6 2009 | |||
125783fb8748 | zhanyong.wan | Fixes tr1 tuple's path when compiled with gcc version < 4.0.0 (by Zhanyong Wan). | May 5 2009 | |||
df35a763b9d9 | zhanyong.wan | Implements --gmock_catch_leaked_mocks and Mock::AllowLeak. | Apr 23 2009 | |||
652540a278e5 | zhanyong.wan | Cleans up macro definitions. | Feb 24 2009 | |||
e0d051ea64dd | zhanyong.wan | Makes sure all internal macros are named GMOCK_*_. No functionality is changed. | Feb 19 2009 | |||
ce198ff89977 | zhanyong.wan | Implements the MATCHER* macros. | Feb 12 2009 | |||
e35fdd936d13 | shiqian | Initial drop of Google Mock. The files are incomplete and thus may not build… | Dec 10 2008 |
c4science · Help