aboutsummaryrefslogtreecommitdiff
path: root/googlemock/include/gmock
AgeCommit message (Expand)Author
2023-09-28Upgrade googletest to most recent upstream version.Krzysztof KosiƄski
2023-09-25Merge pull request #4374 from masbug:mainCopybara-Service
2023-09-21Fix compile warnings in gmock-function-mocker.hMitja Spes
2023-09-18Update code with IWYU annotations.Abseil Team
2023-08-02Avoid unreachable code warningRobert Shade
2023-04-21Use '=default' to define trivial constructor/destructorsTom Hughes
2023-04-20Add missing std includesTom Hughes
2023-04-17Merge pull request #4219 from jerylvaz:mainCopybara-Service
2023-04-14Suppress a clang-tidy warning in the MATCHER_P macroJeryl Vaz
2023-04-11Fix FunctionMocker compilation slowdown in 9d21db9e0a60a1ea61ec19331c9bc0dd33...Abseil Team
2023-03-28Fix redundant redeclaration warningDerek Mauro
2023-03-21Internal Code ChangeAbseil Team
2023-03-11Internal Code ChangeAbseil Team
2023-03-10[gtest] Drop custom-rolled heterogeneous comparator functors in favor of C++ ...Lawrence Wolf-Sonkin
2023-03-07Internal Code ChangeAbseil Team
2023-03-06Use "#ifdef GTEST_OS_..." instead of "#if GTEST_OS_..."Tom Hughes
2023-02-07Fix GTEST_HAS_ABSL define check for [-Werror=undef] compilationsMartijn Vels
2023-01-30Use GTEST_DISABLE_MSC_WARNINGS macros to disable warningsTom Hughes
2023-01-24Fix formatting of C++ filesTom Hughes
2023-01-05IWYU: Add missing std includesTom Hughes
2022-12-15Shut up a Clang warning.Abseil Team
2022-12-12Refactor matrix verification into VerifyMatchMatrix.Abseil Team
2022-11-30Make SizeIsMatcher::Impl conform to the contract of MatcherDescriberInterface.Abseil Team
2022-11-29Disables `-Wunused-member-function` and `-Wused-but-marked-unused` that trigg...Abseil Team
2022-11-08Remove incorrect GTEST_ATTRIBUTE_UNUSED_ from InSequence class.Abseil Team
2022-10-25Merge pull request #4041 from zloylos:allow-naming-expectationsCopybara-Service
2022-10-21Fix format without expectation nameDenis Hananein
2022-10-21Change messagesDenis Hananein
2022-10-20Allow naming expectations #3970Denis Hananein
2022-10-12Workaround for Visual C++ error C2039 with std::tuple_element_t.Abseil Team
2022-09-08Remove obsolete MSVC warning pragmas for Invalid<T>()Abseil Team
2022-09-01Fixed header guards to match style guide conventions.Abseil Team
2022-08-22Add support of 19-member structs to gmock UnpackStructImpl.Hardik Vala
2022-08-01Merge pull request #3918 from assafpr:master2mainCopybara-Service
2022-07-28Add support of 18-member structs to gmock UnpackStructImpl.Abseil Team
2022-07-25Add IsEmpty overload for C-style stringsDino Radakovic
2022-06-29Add support of 17-member structs to gmock UnpackStructImpl.Abseil Team
2022-06-27Update gmock-matchers.hassafpr
2022-06-27Update gmock-actions.hassafpr
2022-06-01Work around a maybe-uninitialized warning under GCC 12Derek Mauro
2022-05-30gmock-spec-builders: remove the name for an unused parameter.Aaron Jacobs
2022-05-27gmock-spec-builders: add support for non-moveable types.Aaron Jacobs
2022-05-27gmock-actions: properly support non-moveable results in `is_callable_r`.Aaron Jacobs
2022-05-26gmock-spec-builders: move a method to the header.Aaron Jacobs
2022-05-12gmock-actions: add support for move-only values to Return.Aaron Jacobs
2022-05-11gmock-actions: provide a const reference when converting in ReturnAction.Aaron Jacobs
2022-05-10gmock-actions: simplify Return and add better documentation.Aaron Jacobs
2022-05-10gmock-actions: make OnceAction public.Aaron Jacobs
2022-05-03Fix example of DescribeMatcher to properly support negation.Abseil Team
2022-05-02gmock-actions: remove a no-longer-necessary friend declaration.Aaron Jacobs