14 Commits (e5443e5c65f23bfd2a9d56a30bb5b1de91a48ff9)

Author SHA1 Message Date
Aaron Jacobs 57e107a10e Run clang-format. 10 months ago
Daniel Cheng b479e7a3c1 Guard Abseil flags usage in googlemock with GTEST_NO_ABSL_FLAGS. 1 year ago
Martijn Vels ee33b34bec Fix GTEST_HAS_ABSL define check for [-Werror=undef] compilations 2 years ago
Derek Mauro 25dcdc7e8b Use the Abseil flags library when Abseil is present 3 years ago
Abseil Team b007c54f29 Running clang-format over all of GoogleTest 3 years ago
Abseil Team 100f6fbf5f Consistently apply IWYU pragmas across googletest and googlemock headers 3 years ago
Abseil Team de34ef4e4c Internal change 4 years ago
Abseil Team 6202251f09 Googletest export 4 years ago
Abseil Team 96f4ce02a3 Googletest export 4 years ago
Abseil Team 98ca420679 Googletest export 4 years ago
Abseil Team 0a3a3a845e Googletest export 4 years ago
Abseil Team d4144d4ee2 Googletest export 4 years ago
Abseil Team 36b7792047 Googletest export 4 years ago
Abseil Team a09ea700d3 Googletest export 5 years ago
Abseil Team 717ce7feb8 Googletest export 6 years ago
Robin Lindén 826656b25f
Remove workarounds for unsupported MSVC versions 7 years ago
misterg 80b43d900b Googletest export 7 years ago
Abseil Team b57c703963 Googletest export 7 years ago
misterg a50e4f05b3 Googletest export 7 years ago
Gennadiy Civil a3c0dd0f4d Comments changes, no functionality changes 7 years ago
Gennadiy Civil 984cba30ed Formatting changes for automatic code management 7 years ago
Gennadiy Civil fbb48a7708 Code merges 7 years ago
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. 12 years ago
jgm 38513a8bb1 Unfortunately, the svn repo is a bit out of date. This commit contains 8 13 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. 16 years ago
zhanyong.wan 39bf784f83 Removes uses of GTEST_HAS_STD_STRING. 16 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). 16 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). 16 years ago
vladlosev 201ac16191 Enables gmock's implicit_cast to work with source types that have a non-const conversion operator (by Zhanyong Wan). 16 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. 17 years ago