1. 57e107a Run clang-format. by Aaron Jacobs · 8 months ago
  2. 5a37b51 Use `[[maybe_unused]]` when it is available to avoid by Derek Mauro · 11 months ago
  3. 0af9766 [gtest] Use `std::index_sequence` and friends instead of rolling our own by Lawrence Wolf-Sonkin · 11 months ago
  4. 76bb2af Implement `testing::Rethrow` to throw exceptions more easily via `std::exception_ptr` by Abseil Team · 1 year, 4 months ago
  5. 429432e Avoid unreachable code warning by Robert Shade · 1 year, 7 months ago
  6. 783d00f Use '=default' to define trivial constructor/destructors by Tom Hughes · 1 year, 11 months ago
  7. 2314284 Use "#ifdef GTEST_OS_..." instead of "#if GTEST_OS_..." by Tom Hughes · 2 years ago
  8. 4fb7039 Use GTEST_DISABLE_MSC_WARNINGS macros to disable warnings by Tom Hughes · 2 years, 1 month ago
  9. 2491710 Fix formatting of C++ files by Tom Hughes · 2 years, 2 months ago
  10. d29b143 Workaround for Visual C++ error C2039 with std::tuple_element_t. by Abseil Team · 2 years, 5 months ago
  11. 1547c2a Update gmock-actions.h by assafpr · 2 years, 9 months ago
  12. 2835677 gmock-actions: properly support non-moveable results in `is_callable_r`. by Aaron Jacobs · 2 years, 10 months ago
  13. 5126f71 gmock-actions: add support for move-only values to Return. by Aaron Jacobs · 2 years, 10 months ago
  14. cbca6bc gmock-actions: provide a const reference when converting in ReturnAction. by Aaron Jacobs · 2 years, 10 months ago
  15. 4224c77 gmock-actions: simplify Return and add better documentation. by Aaron Jacobs · 2 years, 10 months ago
  16. 6386897 gmock-actions: make OnceAction public. by Aaron Jacobs · 2 years, 10 months ago
  17. 42ca3da gmock-actions: remove a no-longer-necessary friend declaration. by Aaron Jacobs · 2 years, 10 months ago
  18. 5176726 gmock-actions: support ByMove in a specialization of ReturnAction. by Aaron Jacobs · 2 years, 10 months ago
  19. 830fb56 gmock-actions: improve comments and tests for the implicit cast in Return. by Aaron Jacobs · 2 years, 11 months ago
  20. c144d78 Support move-only and &&-qualified actions in WithArgs. by Aaron Jacobs · 2 years, 11 months ago
  21. 0498660 Support move-only and &&-qualified actions in DoAll. by Aaron Jacobs · 2 years, 11 months ago
  22. bf66935 Remove the legacy internal GTEST_DISALLOW_* macros by Derek Mauro · 2 years, 11 months ago
  23. b85864c Eliminate the legacy GTEST_COMPILE_ASSERT_ macro by Derek Mauro · 2 years, 11 months ago
  24. 80600e5 Document two surprises in `DoAllAction::NonFinalType`. by Aaron Jacobs · 2 years, 11 months ago
  25. a1cc8c5 Add support for move-only and &&-qualified actions in WillOnce. by Abseil Team · 3 years ago
  26. 137f67e gmock: improve SFINAE for actions involving arguments. by Abseil Team · 3 years ago
  27. b007c54 Running clang-format over all of GoogleTest by Abseil Team · 3 years ago
  28. ae1b7ad Mark ACTION_Pn()-generated functions as must-use-result, adding non-compilation tests. by Abseil Team · 3 years ago
  29. 0b7798b Change `ReturnArg` to use perfect forwarding of arguments (#3733) by Dino Radakovic · 3 years, 2 months ago
  30. 100f6fb Consistently apply IWYU pragmas across googletest and googlemock headers by Abseil Team · 3 years, 2 months ago
  31. 96f4ce0 Googletest export by Abseil Team · 3 years, 8 months ago
  32. 98ca420 Googletest export by Abseil Team · 4 years ago
  33. bf465ff Internal change by Abseil Team · 4 years ago
  34. 5893778 Googletest export by Abseil Team · 4 years, 1 month ago
  35. 0a3a3a8 Googletest export by Abseil Team · 4 years, 1 month ago
  36. d4144d4 Googletest export by Abseil Team · 4 years, 1 month ago
  37. 36b7792 Googletest export by Abseil Team · 4 years, 1 month ago
  38. fbef071 Googletest export by Abseil Team · 4 years, 4 months ago
  39. 710f9c1 Googletest export by ofats · 4 years, 4 months ago
  40. bb27253 Googletest export by Abseil Team · 4 years, 6 months ago
  41. a4ab0ab Googletest export by Abseil Team · 4 years, 6 months ago
  42. df6b759 Googletest export by Abseil Team · 4 years, 7 months ago
  43. ec9be15 Googletest export by Abseil Team · 4 years, 7 months ago
  44. fc1e778 Googletest export by Abseil Team · 4 years, 7 months ago
  45. 5a5caab Googletest export by Abseil Team · 4 years, 7 months ago
  46. 48ec640 Googletest export by Abseil Team · 4 years, 7 months ago
  47. c643099 Googletest export by ofats · 4 years, 8 months ago
  48. 8f3854e Googletest export by dmauro · 4 years, 10 months ago
  49. 1397db9 Googletest export by Abseil Team · 4 years, 10 months ago
  50. 63713e1 Googletest export by Abseil Team · 4 years, 10 months ago
  51. ef25d27 Merge pull request #2815 from Quuxplusone:simple by Gennadiy Rozental · 4 years, 11 months ago
  52. 9555525 Googletest export by Abseil Team · 4 years, 11 months ago
  53. 766ac2e Remove all uses of GTEST_DISALLOW_{MOVE_,}ASSIGN_. by Arthur O'Dwyer · 5 years ago
  54. 61f010d Googletest export by Abseil Team · 5 years ago
  55. fd53816 Googletest export by Abseil Team · 5 years ago
  56. 22397f2 Googletest export by Abseil Team · 5 years ago
  57. 5336106 Googletest export by Abseil Team · 5 years ago
  58. 7a8591e Googletest export by Abseil Team · 5 years ago
  59. c901f67 Googletest export by Abseil Team · 5 years ago
  60. 4b9c169 Googletest export by Abseil Team · 5 years ago
  61. d0a5212 Googletest export by Abseil Team · 5 years ago
  62. 6f1a8ff Googletest export by Abseil Team · 5 years ago
  63. d8eeb97 Googletest export by Abseil Team · 5 years ago
  64. b155875 Merge pull request #2583 from ChristophStrehle:master by Gennadiy Rozental · 5 years ago
  65. 717ce7f Googletest export by Abseil Team · 5 years ago
  66. 6a9d6d5 Fix compile break for Microsoft Visual Studio 2017 v141 by Christoph Strehle · 5 years ago
  67. 2db3df9 Googletest export by Abseil Team · 5 years ago
  68. b5fb5ba Merge pull request #2527 from PiotrNycz:gmock_prevent_return_ref_to_store_temporaries_2 by vslashg · 5 years ago
  69. 37f3227 Googletest export by Abseil Team · 5 years ago
  70. b11fb80 Prevent using ReturnRef on reference to temporary by Piotr Nycz · 5 years ago
  71. c7a03da Merge pull request #2387 from kuzkry:iff by Shaindel Schwartz · 6 years ago
  72. ac24edd Googletest export by Hosein Ghahremanzadeh · 6 years ago
  73. 7bd4a7f restore mistakenly removed iffs in their explicit form by Krystian Kuzniarek · 6 years ago
  74. da76d01 remove a custom implementation of std::is_reference by Krystian Kuzniarek · 6 years ago
  75. bf6df7e fix typos by Krystian Kuzniarek · 6 years ago
  76. 3f5b5b8 Googletest export by Abseil Team · 6 years ago
  77. d982543 Googletest export by Abseil Team · 6 years ago
  78. f1883b1 Googletest export by Abseil Team · 6 years ago
  79. 0adeadd Googletest export by Abseil Team · 6 years ago
  80. 097407f Googletest export by Abseil Team · 6 years ago
  81. f8b1c1a Googletest export by Abseil Team · 6 years ago
  82. 9494c45 Googletest export by Abseil Team · 6 years ago
  83. e26a3fa Googletest export by Abseil Team · 6 years ago
  84. 096fb37 Googletest export by Abseil Team · 6 years ago
  85. 2674336 Googletest export by Abseil Team · 6 years ago
  86. bb7c0ec Googletest export by misterg · 6 years ago
  87. aac1818 Googletest export by Abseil Team · 6 years ago
  88. 80b43d9 Googletest export by misterg · 6 years ago
  89. b57c703 Googletest export by Abseil Team · 6 years ago
  90. a50e4f0 Googletest export by misterg · 6 years ago
  91. 29b47e4 Googletest export by Abseil Team · 6 years ago
  92. 7d3b73c Unconditionally use std::tuple. by Abseil Team · 6 years ago
  93. 4bb49ed Apply clang-tidy modernize-use-nullptr to googletest. by Abseil Team · 6 years ago
  94. a3c0dd0 by Gennadiy Civil · 7 years ago
  95. 984cba3 by Gennadiy Civil · 7 years ago
  96. 8654c1c merging by Gennadiy Civil · 7 years ago
  97. ca54b67 Revert "gmock actions 2" by Gennadiy Civil · 7 years ago
  98. 88fc7d7 merging gmock-actions 2 by Gennadiy Civil · 7 years ago
  99. af463c4 More merges, removing old dead code by Gennadiy Civil · 7 years ago
  100. 41ad243 Fix typo in gmock-actions.h by Hector Dearman · 8 years ago