1. 0421b6f Rename custom/callback-actions.h[.pump] => by kosak@google.com · 9 years ago master
  2. 056ab64 Pull in gtest 746. by kosak@google.com · 9 years ago
  3. b942896 Injection point for GTEST_CUSTOM_INIT_GOOGLE_TEST_FUNCTION_ by kosak@google.com · 9 years ago
  4. 26d14f3 Pull in gtest 745. by kosak@google.com · 9 years ago
  5. 57eccdd Inject a mock stack trace getter. by kosak@google.com · 9 years ago
  6. 158a684 Add an injection point for customizing GMOCK_DECLARE_bool and the like. by kosak@google.com · 9 years ago
  7. d84b618 Tests based on GTEST_HAS_STD_UNIQUE_PTR_ and GTEST_HAS_STD_SHARED_PTR_. by kosak@google.com · 9 years ago
  8. 838bb94 Inject customization point for gmock-matchers.h by kosak@google.com · 9 years ago
  9. 85c4f50 Templatize ParseeGoogleMockStringFlag on String type. by kosak@google.com · 9 years ago
  10. def810c Pull in gtest 743. by kosak@google.com · 9 years ago
  11. 90ed091 Pull in gtest 742. by kosak@google.com · 9 years ago
  12. e52bd56 Bring in gtest 741. by kosak@google.com · 9 years ago
  13. 6a40506 Pull in gtest 740. by kosak@google.com · 9 years ago
  14. 9457760 Missing diff that should have gone along with the pull of gtest 738. by kosak@google.com · 9 years ago
  15. 68ba78e Pull in gtest 739. by kosak@google.com · 9 years ago
  16. 5f598e9 Pull in gtest 738. by kosak@google.com · 9 years ago
  17. 15c4bf9 Pull in gtest 737. by kosak@google.com · 9 years ago
  18. fa221fb Pull in gtest 736. by kosak@google.com · 9 years ago
  19. 41f44f3 Explicitly specify return value for lambda in AsStdFunction() to ensure it by kosak@google.com · 9 years ago
  20. 2655f93 Pull in gtest 735. by kosak@google.com · 9 years ago
  21. e929670 Pull in gtest 734. by kosak@google.com · 9 years ago
  22. 5b0b715 Remove some tests. by kosak@google.com · 9 years ago
  23. e4c807c Pull in gtest 733. by kosak@google.com · 9 years ago
  24. 8e5fe86 Pull in gtest 732. by kosak@google.com · 9 years ago
  25. 45c5ba4 Pull in gtest 731. by kosak@google.com · 9 years ago
  26. 1ea7eb7 Pull in gtest 730. by kosak@google.com · 9 years ago
  27. d5ca3db Pull in gtest 729. by kosak@google.com · 9 years ago
  28. dbb4c8d Move Callback-related generated actions to a custom/ file. by kosak@google.com · 9 years ago
  29. e48765f Pull in gtest 728. by kosak@google.com · 9 years ago
  30. b541772 Pull in gtest 727. by kosak@google.com · 9 years ago
  31. e664336 Pull in gtest 726. by kosak@google.com · 9 years ago
  32. cdc30b6 Pull in gtest 725. by kosak@google.com · 9 years ago
  33. 7ec5fb0 Pull in gtest 724. by kosak@google.com · 9 years ago
  34. c7ee6b5 Pull in gtest 723. by kosak@google.com · 9 years ago
  35. 5abadbe Pull in gtest 722. by kosak@google.com · 9 years ago
  36. 3ca796e Pull in gtest 720. by kosak@google.com · 9 years ago
  37. fb9938e Pull in gtest 718. by kosak@google.com · 9 years ago
  38. 2081509 Pull in gtest 716. by kosak@google.com · 9 years ago
  39. a780ce7 Pull in gtest 715. by kosak@google.com · 9 years ago
  40. 31f615a Pull in gtest 714. by kosak@google.com · 9 years ago
  41. 28f6f12 Pull in gtest 713. by kosak@google.com · 9 years ago
  42. fd898ae Pull in gtest 712. by kosak@google.com · 9 years ago
  43. 7a1ebd3 Mark the default constructor of Matcher<> explicit. by kosak@google.com · 9 years ago
  44. b2cb211 Fix EXPECT_THAT() to support literal strings as a second argument. by kosak@google.com · 10 years ago
  45. 826d027 Change IsNull and NotNull to use ==/!= nullptr in C++11. by kosak@google.com · 10 years ago
  46. 3c22200 Pull in gtest 711. by kosak@google.com · 10 years ago
  47. 1e1f400 Pull in gtest 710. by kosak@google.com · 10 years ago
  48. 639afcd Pull in gtest 709. by kosak@google.com · 10 years ago
  49. 21350ab Suppresses the stack trace in a warning for uninteresting call by default; the stack trace will still be printed when --gmock_verbose=info is printed. by kosak@google.com · 10 years ago
  50. c620180 In C++11 and above, makes a mock method whose return type is default by kosak@google.com · 10 years ago
  51. 49604a0 Pull in gtest 707. by kosak@google.com · 10 years ago
  52. 44d233d This change adds an explicit invocation of std::move to workaround a problem by kosak@google.com · 10 years ago
  53. b5fa5e7 Pull in gtest 706. by kosak@google.com · 10 years ago
  54. 8b789f6 Pull in gtest 705. by kosak@google.com · 10 years ago
  55. fc12d36 Pull in gtest 704. by kosak@google.com · 10 years ago
  56. e47175e Pull in gtest 703. by kosak@google.com · 10 years ago
  57. 30b7ea2 Make ReturnNull() support unique_ptr and shared_ptr. by kosak@google.com · 10 years ago
  58. fc1e3c1 Adding support to gmock_gen for nested templates. by kosak@google.com · 10 years ago
  59. 38df4fd Makes DoubleNear() print the diff between the actual and the expected value when the match fails. by kosak@google.com · 10 years ago
  60. 2976396 Pull in gtest 700. by kosak@google.com · 10 years ago
  61. f10027c Add support for C++11 explicitly defaulted and deleted special member functions in the gmock generator. by kosak@google.com · 10 years ago
  62. 1baca4c Prevent gmock_gen from returning exit code zero on a failure to parse. by kosak@google.com · 10 years ago
  63. a54342d Handle parameters without variable names when the type includes *, & or []. by kosak@google.com · 10 years ago
  64. a98b606 Pull in gtest 699. by kosak@google.com · 10 years ago
  65. b476817 Pull in gtest 698. by kosak@google.com · 10 years ago
  66. 4be6750 Update gmock_doctor to accept static_assert output. by kosak@google.com · 10 years ago
  67. 7d44c0a Fix gmock-matchers_test's ConstIter. by kosak@google.com · 10 years ago
  68. b173967 Pull in gtest 697. by kosak@google.com · 10 years ago
  69. 57c7da2 Fix gmock Action behaviour when return type is Wrapper by kosak@google.com · 10 years ago
  70. ce34ba3 Generate relational matchers (Eq,Lt, etc) with CRTP instead of macro. by kosak@google.com · 10 years ago
  71. 521a836 Call move() by qualified name (::testing::internal::move() or just internal::move()). by kosak@google.com · 10 years ago
  72. fb749f1 Silence a signedness-comparison warning in gmock-actions_test. by kosak@google.com · 10 years ago
  73. 1487711 Add ByMove() modifier for the Return() action. Pull in gtest 695. by kosak@google.com · 10 years ago
  74. d447f65 Distinguish between C++11 language and library support for std::function, std::begin, std::end, and std::move in gtest and gmock. by kosak@google.com · 10 years ago
  75. 9a22228 Pull in gtest 693. by kosak@google.com · 10 years ago
  76. 896ba0e Pull in gtest 692. by kosak@google.com · 10 years ago
  77. 342f609 Defines the UnorderedPointwise(m, container) matcher, which is like Pointwise(m, container) but ignores the order of the elements. by kosak@google.com · 10 years ago
  78. be2c0c0 Pull in gtest 691. by kosak@google.com · 10 years ago
  79. 8106d89 Allows {Unordered,}ElementsAreArray() to accept any STL-style container as the parameter. by kosak@google.com · 10 years ago
  80. 7bbf245 Pull in gtest 690. by kosak@google.com · 10 years ago
  81. 50a91cc Add MockFunction::AsStdFunction(). Also pull in gtest 688. by kosak@google.com · 10 years ago
  82. b26ca78 Pull in gtest 687. by kosak@google.com · 10 years ago
  83. 4f98407 Push several shanges: by billydonahue@google.com · 10 years ago
  84. ab389a2 Export tuple and friends in the ::testing namespace. by kosak@google.com · 11 years ago
  85. ecde734 Implement threading support for gmock on Windows. by kosak@google.com · 11 years ago
  86. b73472d Make the gmock generator work with the 'override' keyword. Also pull in gtest 680. by kosak@google.com · 11 years ago
  87. a763a0d Introduce a BeginEndDistanceIs matcher for containers such as std::forward_list by kosak@google.com · 11 years ago
  88. 17945db Suppress "Conditional expression is constant" warning on Visual Studio. by kosak@google.com · 11 years ago
  89. 8bc4d5e Support mocking methods with move-only return types. by kosak@google.com · 11 years ago
  90. dbe54bf Make Google Mock build cleanly on Visual Studio 2010, 2012, 2013. by kosak@google.com · 11 years ago
  91. 4a649ed Adds a note in the "uninteresting mock method call" warning to advise people how to handle the warning. by kosak@google.com · 11 years ago
  92. 08c004e Distinguish between C++11 language and library support for <initializer_list>. by kosak@google.com · 11 years ago
  93. bf8d102 Fix warnings encountered with clang -Wall, and pull in gtest 670. by kosak@google.com · 11 years ago
  94. a29019f Clarify the rationale for gmock_all_test.cc, and pull in gtest 669 by kosak@google.com · 11 years ago
  95. 7e7c1e6 pulls in gtest r668 by kosak@google.com · 11 years ago
  96. 993582f Don't copy the argument in SafeMatcherCast because it's not safe. by kosak@google.com · 11 years ago
  97. 2742c12 adds gmock_doctor.py to the distro by zhanyong.wan · 11 years ago
  98. d138e25 avoids clash with the max() macro on Windows by zhanyong.wan · 11 years ago
  99. 30518fb fixes the bug reported by Andrzej Jarzabek where 2 gmock tests fail when built with VS by zhanyong.wan · 11 years ago
  100. 0364be7 makes googlemock generator handle some class templates; pulls in gtest r662 by zhanyong.wan · 11 years ago