1. eca38cd More Clang support improvements in Google Mock Doctor. by vladlosev · 14 years ago
  2. 787146b Improves support for Clang in Google Mock Doctor. by vladlosev · 14 years ago
  3. f4eeaed Fixes issue 139 and issue 140. by vladlosev · 14 years ago
  4. bce8134 Adds a DLL-related section to Google Mock's README. by vladlosev · 14 years ago
  5. 587c1b3 Adds support for building Google Mock as a shared library (DLL). by vladlosev · 14 years ago
  6. 47be72a A test to verify correcteness of Google Mock on multiple threads. by vladlosev · 14 years ago
  7. a63da04 Makes generation of fused sources contingent on availability of Python and pulls in gtest r580. by vladlosev · 14 years ago
  8. 8d3dc0c simplifies TrulyMatcher and adds a test for it by zhanyong.wan · 14 years ago
  9. 8d7c5ad Documents latest changes and pulls in gtest r570 by zhanyong.wan · 14 years ago
  10. dd28d53 Updates conditional directives to be consistent with the rest of the project. by vladlosev · 14 years ago
  11. e73cf45 Corrects condition to compile out MSVC's pragmas. This fixes the build on MinGW. by vladlosev · 14 years ago
  12. ab29bb6 Removes commas from last items in enums (a C++ standard compliance fix). by vladlosev · 14 years ago
  13. 52277c9 disables 'make install' by zhanyong.wan · 14 years ago
  14. 8e68753 fixes link errors in 'make check' by zhanyong.wan · 14 years ago
  15. aa43220 Changes diagnostic output of the question mark from '\?' to '?'. by vladlosev · 14 years ago
  16. 71d0862 Fixes Google Mock Doctor affected by the latest tweaks to Clang. by vladlosev · 14 years ago
  17. 86d2eeb Prevents ADL in AllOf() and AnyOf() (by Manuel Klimek). by zhanyong.wan · 14 years ago
  18. fc8c6c4 Disables SetArgPointee("string literal") for GCC 4.0- and Symbian, and by zhanyong.wan · 14 years ago
  19. 62a35fb Adds CMake scripts to gmock's release package. by zhanyong.wan · 14 years ago
  20. 79d82b6 Changes gmock's version to 1.6.0 and adds release notes. by zhanyong.wan · 14 years ago
  21. 658ac0b Indents preprocessor directives. by zhanyong.wan · 14 years ago
  22. 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
  23. b3e9042 Adds project files for MSVC 2010 (by Fredrik Roubert). by vladlosev · 14 years ago
  24. e5121b5 Improves cross-platform compatibility of gmock output. This fixes issue 135. by vladlosev · 14 years ago
  25. 5b61ce3 Picks up gtest r536; renames implicit_cast and down_cast to reduce the chance of clash (by Roman Perepelitsa); enables gmock_gen.py to handle storage specifiers (by Steve Fox). by zhanyong.wan · 15 years ago
  26. a684b5a Enables SetArgPointee<>() to accept a string literal; removes a self-assignment warning; teaches gmock doctor to diagnose TTB with Clang; picks up gtest r525. by zhanyong.wan · 15 years ago
  27. 88032d8 Adds comment clarifying the use of default-constructed matchers. by vladlosev · 15 years ago
  28. 2321b2a Adds action SaveArgPointee. by zhanyong.wan · 15 years ago
  29. 7dfbea4 Fixes an include order problem in CMakeLists.txt; pulls in gtest r489. by zhanyong.wan · 15 years ago
  30. d8e15d9 Adds more tests for the gmock generator. by zhanyong.wan · 15 years ago
  31. 4b16e8e Enables gmock_gen to handle return types that are templates (based on Pride Haveit's patch); also fixes deprecation warnings when using gmock_gen with python 2.6 (by Aaron Jacobs). by zhanyong.wan · 15 years ago
  32. 5921483 Adds SetArgPointee to replace SetArgumentPointee. by zhanyong.wan · 15 years ago
  33. 662d8a2 Factors out email address in Google Mock Doctor messages. by vladlosev · 15 years ago
  34. d43acac Fixes issue 105. by zhanyong.wan · 15 years ago
  35. 736baa8 Prints the type of the actual value as part of a match message when appropriate. by zhanyong.wan · 15 years ago
  36. 4c91551 Updates the gMock Doctor script to understand Clang error messages. by vladlosev · 15 years ago
  37. 53e08c4 Include gtest and gmock headers as user headers instead of system headers. by zhanyong.wan · 15 years ago
  38. ad7c462 Simplifies the VC projects by using gmock-all.cc and by zhanyong.wan · 15 years ago
  39. 2516f60 Publishes GTEST_HAS_STREAM_REDIRECTION (by Vlad Losev); casts char to unsigned char before calling isspace() etc to avoid undefined behavior (by Zhanyong Wan); fixes the VC projects (by Fredrik Roubert). by zhanyong.wan · 15 years ago
  40. ccedc1c Removes some gmock internal macros; sorts the file lists in Makefile.am; picks up gtest r454. by zhanyong.wan · 15 years ago
  41. c6333dc Picks up gtest r453. by zhanyong.wan · 15 years ago
  42. d60c5f4 Removes unused scons scripts; picks up gtest r446. by zhanyong.wan · 15 years ago
  43. e3bd098 Implements ReturnPointee() and ReturnRefOfCopy(). by zhanyong.wan · 15 years ago
  44. 02c1505 Increases the maximum arity of AllOf() and AnyOf() to 10, by Marcus Börger. by zhanyong.wan · 15 years ago
  45. b414080 Replaces Python-style interpolation with arbitrary C++ string expression in MATCHER* descriptions. by zhanyong.wan · 15 years ago
  46. 0a781df Fixes build failure on Windows/CMake (issue 111). by vladlosev · 15 years ago
  47. ab5b77c Implements Pointwise(). by zhanyong.wan · 15 years ago
  48. 0f3f501 Adds CMake build script. by vladlosev · 15 years ago
  49. e2e8ba4 Renames test script flags. by vladlosev · 15 years ago
  50. 02f7106 Moves the universal printer from gmock to gtest (by Vlad Losev). by zhanyong.wan · 15 years ago
  51. 76c1c61 Fixes tests leaking altered values of GMOCK_FLAG(verbose) (issue 110). by vladlosev · 15 years ago
  52. 54af9ba Adds a synchronization test. by vladlosev · 15 years ago
  53. 33605ba Adds Each(m) (by Wojtek Moczydlowski); removes scripts/test/Makefile (by Zhanyong Wan); pulls in gtest r424. by zhanyong.wan · 15 years ago
  54. 090c483 Fixes a typo in README. by vladlosev · 15 years ago
  55. d19f586 Improves Makefile.am (by Vlad Losev); fixes Makefile and updates README (by Zhanyong Wan). by zhanyong.wan · 15 years ago
  56. aa28b17 Updates the release notes. by zhanyong.wan · 15 years ago
  57. 439df04 Adds Manuel to CONTRIBUTORS, and pulls in gtest r405. by zhanyong.wan · 15 years ago
  58. b1c7f93 Improves matcher messages across the board. by zhanyong.wan · 15 years ago
  59. 676e8cc Fixes the explanation generated by many composite matchers (by Manuel Klimek); publishes the gmock value printer as testing::PrintToString() (by Zhanyong Wan). by zhanyong.wan · 15 years ago
  60. a862f1d Adds IsInterested() to MatchResultListener; clarifies the format of matcher description and match result explanation; renames the free function MatchAndExplain() to ExplainMatchResult() to avoid it being hidden inside a MATCHER* definition. by zhanyong.wan · 15 years ago
  61. 34b034c Adds a free function MatchAndExplain(). by zhanyong.wan · 15 years ago
  62. 5905ba0 Adds threading support (by Vlad Losev); updates the version number (by Zhanyong Wan); adds release notes for 1.5.0 (by Vlad Losev). by zhanyong.wan · 15 years ago
  63. 470df42 Enables tests depending on stdout capturing (by Vlad Losev). by zhanyong.wan · 16 years ago
  64. db22c22 BREAKING CHANGE: drops the old matcher API. See http://code.google.com/p/googlemock/wiki/FrequentlyAskedQuestions for details. by zhanyong.wan · 16 years ago
  65. 99643d2 Removes 'make install' instructions from README. by zhanyong.wan · 16 years ago
  66. d14aaed Enables regex matchers on all platforms. by zhanyong.wan · 16 years ago
  67. 6953a72 Allows Field() and Property() to work when the matcher argument is a pointer passed by reference. by zhanyong.wan · 16 years ago
  68. e122e45 Converts more matchers to the new API; fixes MatchAndExplain() for polymorphic matchers to allow non-const reference arguments. by zhanyong.wan · 16 years ago
  69. 8211331 Implements the new matcher API. by zhanyong.wan · 16 years ago
  70. 7f8eb72 Removes support for MSVC 7.1 from the scons scripts. by zhanyong.wan · 16 years ago
  71. 32de5f5 Fixes a slew of compiler warnings and turns on "warning as error" in the scons build. by zhanyong.wan · 16 years ago
  72. 284b54d Trims the autotools build script. by zhanyong.wan · 16 years ago
  73. 39bf784 Removes uses of GTEST_HAS_STD_STRING. by zhanyong.wan · 16 years ago
  74. 5a3c169 Removes gmock_output_test_.vcproj. by zhanyong.wan · 16 years ago
  75. 099e3b9 Makes gmock_doctor work with gcc 4.4.0. by zhanyong.wan · 16 years ago
  76. a95c6a5 Fixes a C++-standard-compliance bug in gmock-printers.h. by zhanyong.wan · 16 years ago
  77. f6d6a22 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). by zhanyong.wan · 16 years ago
  78. 19eb9e9 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). by zhanyong.wan · 16 years ago
  79. e56daa7 Tests NotNull/IsNull with testing::internal::scoped_ptr. by vladlosev · 16 years ago
  80. b006f16 Adds SCons build files for Google Mock by vladlosev · 16 years ago
  81. 79b8350 Updates IsNull and NotNull matchers to work with smart pointers. by vladlosev · 16 years ago
  82. a63be0b Adjusts gMock Doctor to work with Return implementation updated in r233 by vladlosev · 16 years ago
  83. 201ac16 Enables gmock's implicit_cast to work with source types that have a non-const conversion operator (by Zhanyong Wan). by vladlosev · 16 years ago
  84. a070cbd Enables gmock's implicit_cast to work with source types that by vladlosev · 16 years ago
  85. 2871bb4 Adds gmock_all_test.cc for compiling most gmock tests in a single file. by zhanyong.wan · 16 years ago
  86. 21a5846 Makes gmock-generated-function-mockers.h conform to the C++ standard. by zhanyong.wan · 16 years ago
  87. 4910d29 Makes gmock-all.cc catch errors in fuse_gmock.py. by zhanyong.wan · 16 years ago
  88. 2e7c475 Adds a dummy test to gmock-port.test.cc. by zhanyong.wan · 16 years ago
  89. 6c54a5e Enables more verbose output for expectations (by Sverre Sundsdal); Fixes information loss warning when compiled by VC8.0 with /Wp64; Skips two tests on Windows Mobile that don't work there. by vladlosev · 16 years ago
  90. 7db42db Updates the 1.4.0 release notes. by zhanyong.wan · 16 years ago
  91. 7c95d83 Works around a Symbian compiler bug that causes memory leak (by Mika Raento). by zhanyong.wan · 16 years ago
  92. 79643f5 Changes gmock's version to 1.4.0. Also fixes a compiler warning. by zhanyong.wan · 16 years ago
  93. f3aa4d2 Implements the MockFunction class. by zhanyong.wan · 16 years ago
  94. 95b1233 Makes gmock work on Symbian (both 3rd & 5th editions), original patch contributed by Mika Raento. by zhanyong.wan · 16 years ago
  95. 2d970ee Adds the IsNull() matcher. by zhanyong.wan · 16 years ago
  96. f7af24c Simplifies gmock code using gtest's OS-indicating macros. by zhanyong.wan · 16 years ago
  97. b0d1c08 Bumps up the version number for release 1.2.0. by zhanyong.wan · 16 years ago
  98. f47a2df Makes gmock compile on minGW, which uses gcc 3.4.5. by zhanyong.wan · 16 years ago
  99. a89034c Removes gmock's dependency on python2.4. by zhanyong.wan · 16 years ago
  100. bbd6e10 Picks up gtest r314. by zhanyong.wan · 16 years ago