1. 6e10872 Rename custom/callback-actions.h[.pump] => by kosak · 10 years ago
  2. 67c377d Move Callback-related generated actions to a custom/ file. by kosak · 10 years ago
  3. 6305ff5 Change IsNull and NotNull to use ==/!= nullptr in C++11. by kosak · 10 years ago
  4. 8e838ce Adding support to gmock_gen for nested templates. by kosak · 11 years ago
  5. 61adbcc Add support for C++11 explicitly defaulted and deleted special member functions in the gmock generator. by kosak · 11 years ago
  6. 055b6b1 Prevent gmock_gen from returning exit code zero on a failure to parse. by kosak · 11 years ago
  7. f58b49a Handle parameters without variable names when the type includes *, & or []. by kosak · 11 years ago
  8. 6e87b78 Update gmock_doctor to accept static_assert output. by kosak · 11 years ago
  9. c26f969 Make the gmock generator work with the 'override' keyword. Also pull in gtest 680. by kosak · 11 years ago
  10. 45fef50 makes googlemock generator handle some class templates; pulls in gtest r662 by zhanyong.wan · 12 years ago
  11. 2fd619e Pulls in gtest r615. by zhanyong.wan · 13 years ago
  12. 79a367e Reduced template instantiation depth for the AllOf and AnyOf matchers. Also some formatting changes. by jgm · 13 years ago
  13. f44bdc7 Fixed Google Mock Doctor Clang regexes to work on both k8 and piii (by Greg Miller). by vladlosev · 14 years ago
  14. 0fd8396 Modifies gmock_doctor.py to work with GCC output that contains file:line:char positions and left and right quote characters (U+2018 and U+2019) instead of apostrophes (U+0027). by vladlosev · 14 years ago
  15. 5aa8dd9 Renames the license files. by vladlosev · 14 years ago
  16. eca38cd More Clang support improvements in Google Mock Doctor. by vladlosev · 14 years ago
  17. 787146b Improves support for Clang in Google Mock Doctor. by vladlosev · 14 years ago
  18. f4eeaed Fixes issue 139 and issue 140. by vladlosev · 14 years ago
  19. 71d0862 Fixes Google Mock Doctor affected by the latest tweaks to Clang. by vladlosev · 14 years ago
  20. 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
  21. 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
  22. 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
  23. d8e15d9 Adds more tests for the gmock generator. by zhanyong.wan · 15 years ago
  24. 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
  25. 5921483 Adds SetArgPointee to replace SetArgumentPointee. by zhanyong.wan · 15 years ago
  26. 662d8a2 Factors out email address in Google Mock Doctor messages. by vladlosev · 15 years ago
  27. d43acac Fixes issue 105. by zhanyong.wan · 15 years ago
  28. 4c91551 Updates the gMock Doctor script to understand Clang error messages. by vladlosev · 15 years ago
  29. 53e08c4 Include gtest and gmock headers as user headers instead of system headers. by zhanyong.wan · 15 years ago
  30. 02f7106 Moves the universal printer from gmock to gtest (by Vlad Losev). by zhanyong.wan · 15 years ago
  31. 33605ba Adds Each(m) (by Wojtek Moczydlowski); removes scripts/test/Makefile (by Zhanyong Wan); pulls in gtest r424. by zhanyong.wan · 15 years ago
  32. 099e3b9 Makes gmock_doctor work with gcc 4.4.0. by zhanyong.wan · 16 years ago
  33. 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
  34. a63be0b Adjusts gMock Doctor to work with Return implementation updated in r233 by vladlosev · 16 years ago
  35. a89034c Removes gmock's dependency on python2.4. by zhanyong.wan · 16 years ago
  36. 387bdd5 Makes ByRef(x) printable as a reference to x. by zhanyong.wan · 16 years ago
  37. 240fe5a Fixes errors in the autotools scripts. by zhanyong.wan · 16 years ago
  38. b824316 Makes all container matchers work with (possibly multi-dimensional) native arrays; makes Contains() accept a matcher; adds Value(x, m); improves gmock doctor to diagnose the Type in Template Base disease. by zhanyong.wan · 16 years ago
  39. c2ad46a Improves gmock generator and adds a test for it (by Neal Norwitz). by zhanyong.wan · 16 years ago
  40. 9413f2f Avoids unnecessary printing of call into to internal buffers; by zhanyong.wan · 16 years ago
  41. 16cf473 Finishes SafeMatcherCast by catching lossy arithmetic conversions at compile-time; uses ACTION_TEMPLATE to simplify the definition of many actions; makes mock object uncopyable; teaches gmock doctor about wrong MOCK_METHODn. by zhanyong.wan · 16 years ago
  42. d955e83 Makes the mock generator work with python2.3.5, which comes with Mac OS X Tiger. by zhanyong.wan · 16 years ago
  43. 84b8e4c Cleans up the mock generator script: by zhanyong.wan · 16 years ago
  44. ce60784 Allow any number of ClassNames to be specified on the command line. by nnorwitz · 16 years ago
  45. 60df3ef Fix grammar in comment by nnorwitz · 16 years ago
  46. 987a978 Issue 44: "const" is missing for const return types by nnorwitz · 16 years ago
  47. 56fe746 Adds fuse_gmock_files.py to fuse all Google Mock and Google Test source files (by Zhanyong Wan). by zhanyong.wan · 16 years ago
  48. 31c4522 Adds upload_gmock.py for uploading a patch for review. by zhanyong.wan · 16 years ago
  49. 5b95fa7 Improves error messages for undefined return value (by Sverre Sundsdal); improves gmock_doctor. by zhanyong.wan · 17 years ago
  50. c50af1a Improves the documentation. by shiqian · 17 years ago
  51. 281b1d2 More tweaks to the build script. by shiqian · 17 years ago
  52. e35fdd9 Initial drop of Google Mock. The files are incomplete and thus may not build correctly yet. by shiqian · 17 years ago