R9484/srcmaster
R9484/src
master
History Graph
History Graph
Commit | Author | Details | Committed | |||
---|---|---|---|---|---|---|
affb09edf0df | Billy Donahue | move googlemock files into googlemock/ subdir | Aug 25 2015 | |||
c820efcc04bd | kosak | Templatize ParseeGoogleMockStringFlag on String type. | Jul 28 2015 | |||
5625dd333a62 | kosak | Suppresses the stack trace in a warning for uninteresting call by default; the… | Feb 14 2015 | |||
15d61e42bdd4 | kosak | Implement threading support for gmock on Windows. Replace U+2013 with U+002D in… | Mar 24 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 | |||
fb25d5391143 | zhanyong.wan | Adds matchers UnorderedElementsAre[Array]() (by Billy Donahue); pulls in gtest… | Jul 28 2013 | |||
1f122a06e6aa | zhanyong.wan | Adds special support for matching StringPiece. Pulls in gtest r646. | Mar 25 2013 | |||
c896504e4175 | zhanyong.wan | Improves the tests for nice, naggy, and strict mocks. | Mar 1 2013 | |||
38513a8bb154 | jgm | Unfortunately, the svn repo is a bit out of date. This commit contains 8… | Nov 15 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 | |||
587c1b37c2f0 | vladlosev | Adds support for building Google Mock as a shared library (DLL). | May 20 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 | |||
53e08c44dd34 | zhanyong.wan | Include gtest and gmock headers as user headers instead of system headers. | Sep 14 2010 | |||
2516f60da907 | zhanyong.wan | Publishes GTEST_HAS_STREAM_REDIRECTION (by Vlad Losev); casts char to unsigned… | Aug 31 2010 | |||
b4140808f98f | zhanyong.wan | Replaces Python-style interpolation with arbitrary C++ string expression in… | Jun 9 2010 | |||
02f7106557fd | zhanyong.wan | Moves the universal printer from gmock to gtest (by Vlad Losev). | May 10 2010 | |||
5905ba00fe78 | zhanyong.wan | Adds threading support (by Vlad Losev); updates the version number (by Zhanyong… | Feb 24 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 | |||
4910d29e1e1e | zhanyong.wan | Makes gmock-all.cc catch errors in fuse_gmock.py. | Nov 10 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 | |||
f7af24c7de14 | zhanyong.wan | Simplifies gmock code using gtest's OS-indicating macros. | Sep 24 2009 | |||
bbd6e105e786 | zhanyong.wan | Picks up gtest r314. | Sep 18 2009 | |||
f5e1ce5b9237 | zhanyong.wan | Adds new matcher Pair(). Replaces GMOCK_CHECK_ with GTEST_CHECK_ (by Vlad… | Sep 16 2009 | |||
46642857b18a | zhanyong.wan | Depends on gtest r300, which allows String to contain NUL. | Sep 1 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 | |||
41b9b0b56145 | zhanyong.wan | Implements Expectation, ExpectationSet, and After for specifying expectation… | Jul 1 2009 | |||
bf55085d456e | zhanyong.wan | Implements .With() as a synonym of .WithArguments(); implements AllArgs(m) as a… | Jun 9 2009 | |||
9413f2ff615a | zhanyong.wan | Avoids unnecessary printing of call into to internal buffers; Made the… | May 29 2009 | |||
e7bb5ededa4d | zhanyong.wan | Improves the error message for leaked mocks to include the test name (by… | May 6 2009 | |||
bf0d0a44812f | zhanyong.wan | Turns --gmock_catch_leaked_mocks on by default. | Apr 30 2009 | |||
df35a763b9d9 | zhanyong.wan | Implements --gmock_catch_leaked_mocks and Mock::AllowLeak. | Apr 23 2009 | |||
5b5d62f19019 | zhanyong.wan | Makes the code compile on Windows CE. | Mar 12 2009 | |||
652540a278e5 | zhanyong.wan | Cleans up macro definitions. | Feb 24 2009 | |||
4a5330d3d6e5 | zhanyong.wan | Implements custom description string for MATCHER*. | Feb 19 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