1 Commits (f6dde80e94b982fa74b7da78e56263eee59e4887)

Author SHA1 Message Date
Billy Donahue affb09edf0 move googlemock files into googlemock/ subdir 10 years ago
kosak 58a4bb42c8 Add an injection point for customizing GMOCK_DECLARE_bool and the like. 10 years ago
kosak 04ce8521f4 Adds a note in the "uninteresting mock method call" warning to advise people how to handle the warning. 11 years ago
jgm 38513a8bb1 Unfortunately, the svn repo is a bit out of date. This commit contains 8 12 years ago
vladlosev 587c1b37c2 Adds support for building Google Mock as a shared library (DLL). 14 years ago
zhanyong.wan 658ac0b71a Indents preprocessor directives. 14 years ago
zhanyong.wan 53e08c44dd Include gtest and gmock headers as user headers instead of system headers. 15 years ago
zhanyong.wan 02f7106557 Moves the universal printer from gmock to gtest (by Vlad Losev). 15 years ago
zhanyong.wan d14aaed74b Enables regex matchers on all platforms. 15 years ago
zhanyong.wan 39bf784f83 Removes uses of GTEST_HAS_STD_STRING. 15 years ago
zhanyong.wan f6d6a22b8e Fixes Cygwin compatibility (by Vlad Losev); Improves Python tests (by Vlad Losev); Fixes ambiguous call to implicit_cast; Uses gtest's SkipPrefix() instead gmock's own (by Vlad Losev). 15 years ago
zhanyong.wan 19eb9e9e3d Pulls in gtest r344; improves implicit_cast (by Zhanyong Wan); makes the Python tests work on Windows (by Vlad Losev); adds run_tests.py (by Vlad Losev). 15 years ago
vladlosev 201ac16191 Enables gmock's implicit_cast to work with source types that have a non-const conversion operator (by Zhanyong Wan). 15 years ago
zhanyong.wan f5e1ce5b92 Adds new matcher Pair(). Replaces GMOCK_CHECK_ with GTEST_CHECK_ (by Vlad Losev). 16 years ago
zhanyong.wan 2b43a9ecd1 Adds mutable_impl() and impl() to PolymorphicMatcher (by Zhanyong Wan); Enables gMock to compile with VC 7.1 (by Vlad Losev). 16 years ago
zhanyong.wan 9571b28675 Removes duplicated definition of SetArgumentPointee (by Vlad Losev); Makes gmock compilable on platforms that don't have ::abort() (by Acadeli Checa); Fixes compatibility with Symbian's STLport (by Acadeli Checa). 16 years ago
zhanyong.wan bf55085d45 Implements .With() as a synonym of .WithArguments(); implements AllArgs(m) as a synonym of m; relies on gtest-port to #include tuple; fixes a compatibility with Symbian. 16 years ago
zhanyong.wan c6a412397b Adds more tests for using SetArgumentPointee with protobufs; works around a compiler bug on Symbian that gmock-printers.h triggers; reduces template code bloat in gmock-matchers.h; avoids RTTI when it's disabled. 16 years ago
zhanyong.wan e7bb5ededa Improves the error message for leaked mocks to include the test name (by Zhanyong Wan). 16 years ago
zhanyong.wan 125783fb87 Fixes tr1 tuple's path when compiled with gcc version < 4.0.0 (by Zhanyong Wan). 16 years ago
zhanyong.wan df35a763b9 Implements --gmock_catch_leaked_mocks and Mock::AllowLeak. 16 years ago
zhanyong.wan 652540a278 Cleans up macro definitions. 16 years ago
zhanyong.wan e0d051ea64 Makes sure all internal macros are named GMOCK_*_. No functionality is changed. 16 years ago
shiqian e35fdd936d Initial drop of Google Mock. The files are incomplete and thus may not build correctly yet. 16 years ago