1. 29b47e4 Googletest export by Abseil Team · 6 years ago
  2. 7d3b73c Unconditionally use std::tuple. by Abseil Team · 6 years ago
  3. 7796273 Merge 86fe8a25eb5a6e4546f9e39cf23a5c764217bf85 into 440527a61e1c91188195f7de212c63c77e8f0a45 by Marco Bubke · 6 years ago
  4. a3c0dd0 by Gennadiy Civil · 6 years ago
  5. 984cba3 by Gennadiy Civil · 6 years ago
  6. 4bcc9b9 This closes #1595: fix compiler error with Visual Studio 2017 on Win10 JP. by Masaru Tsuchiyama · 6 years ago
  7. b539167 by Gennadiy Civil · 7 years ago
  8. fa658e0 by Gennadiy Civil · 7 years ago
  9. fe402c2 Merging gMock, 2 by Gennadiy Civil · 7 years ago
  10. affb09e move googlemock files into googlemock/ subdir by Billy Donahue · 9 years ago[Renamed from include/gmock/gmock-generated-function-mockers.h.pump]
  11. a6e32f0 Explicitly specify return value for lambda in AsStdFunction() to ensure it by kosak · 9 years ago
  12. 389bad6 Silence a signedness-comparison warning in gmock-actions_test. by kosak · 10 years ago
  13. 5b9cbbb Distinguish between C++11 language and library support for std::function, std::begin, std::end, and std::move in gtest and gmock. by kosak · 10 years ago
  14. a9e02a9 Add MockFunction::AsStdFunction(). Also pull in gtest 688. by kosak · 10 years ago
  15. bd01883 Export tuple and friends in the ::testing namespace. by kosak · 11 years ago
  16. 20d1a23 Allows the return type of a mock method to contain unprotected commas. by zhanyong.wan · 12 years ago
  17. ed6c927 Makes Google Mock compile much faster and use much less memory; reviewed by Nico Weber. This fixes issue 68. by zhanyong.wan · 14 years ago
  18. 53e08c4 Include gtest and gmock headers as user headers instead of system headers. by zhanyong.wan · 14 years ago
  19. ccedc1c Removes some gmock internal macros; sorts the file lists in Makefile.am; picks up gtest r454. by zhanyong.wan · 14 years ago
  20. 02f7106 Moves the universal printer from gmock to gtest (by Vlad Losev). by zhanyong.wan · 15 years ago
  21. 32de5f5 Fixes a slew of compiler warnings and turns on "warning as error" in the scons build. by zhanyong.wan · 15 years ago
  22. 21a5846 Makes gmock-generated-function-mockers.h conform to the C++ standard. by zhanyong.wan · 15 years ago
  23. f3aa4d2 Implements the MockFunction class. by zhanyong.wan · 15 years ago
  24. 68be111 Allows mock methods overloaded on argument number or the const-ness of this object to appear on the same source line. by zhanyong.wan · 16 years ago
  25. e0d051e Makes sure all internal macros are named GMOCK_*_. No functionality is changed. by zhanyong.wan · 16 years ago
  26. e35fdd9 Initial drop of Google Mock. The files are incomplete and thus may not build correctly yet. by shiqian · 16 years ago