aboutsummaryrefslogtreecommitdiff
path: root/googlemock/include
AgeCommit message (Expand)AuthorFilesLines
2024-05-06Use std::forward on GoogleTest matcher argumentsAbseil Team1-2/+2
2024-04-16Use `[[maybe_unused]]` when it is available to avoidDerek Mauro2-49/+49
2024-04-04[gtest] Use `std::index_sequence` and friends instead of rolling our ownLawrence Wolf-Sonkin3-37/+39
2024-03-11Guard Abseil flags usage in googlemock with GTEST_NO_ABSL_FLAGS.Daniel Cheng1-4/+4
2024-02-29Accept one-shot callables in InvokeArgument.Abseil Team1-2/+3
2024-02-07Switch rank structs to be consistent with written guidance in go/ranked-overl...Matt Kulukundis1-11/+12
2023-12-28Accept move-only callables in `InvokeArguments`Abseil Team1-1/+1
2023-11-27Implement `testing::Rethrow` to throw exceptions more easily via `std::except...Abseil Team1-3/+21
2023-10-26Export gmock-spec-builders.Abseil Team1-0/+1
2023-10-23StartsWith: Explicitly construct matcher-typed strings from matchee parameterDino Radakovic1-2/+2
2023-09-25Merge pull request #4374 from masbug:mainCopybara-Service1-4/+5
2023-09-21Fix compile warnings in gmock-function-mocker.hMitja Spes1-4/+4
2023-09-18Update code with IWYU annotations.Abseil Team1-7/+7
2023-08-02Avoid unreachable code warningRobert Shade1-1/+7
2023-04-21Use '=default' to define trivial constructor/destructorsTom Hughes4-9/+9
2023-04-20Add missing std includesTom Hughes1-0/+1
2023-04-17Merge pull request #4219 from jerylvaz:mainCopybara-Service1-1/+2
2023-04-14Suppress a clang-tidy warning in the MATCHER_P macroJeryl Vaz1-0/+1
2023-04-11Fix FunctionMocker compilation slowdown in 9d21db9e0a60a1ea61ec19331c9bc0dd33...Abseil Team1-18/+55
2023-03-28Fix redundant redeclaration warningDerek Mauro1-0/+2
2023-03-21Internal Code ChangeAbseil Team1-5/+5
2023-03-11Internal Code ChangeAbseil Team1-0/+1
2023-03-10[gtest] Drop custom-rolled heterogeneous comparator functors in favor of C++ ...Lawrence Wolf-Sonkin1-6/+7
2023-03-07Internal Code ChangeAbseil Team1-1/+2
2023-03-06Use "#ifdef GTEST_OS_..." instead of "#if GTEST_OS_..."Tom Hughes2-3/+3
2023-02-07Fix GTEST_HAS_ABSL define check for [-Werror=undef] compilationsMartijn Vels1-2/+2
2023-01-30Use GTEST_DISABLE_MSC_WARNINGS macros to disable warningsTom Hughes4-30/+12
2023-01-24Fix formatting of C++ filesTom Hughes4-42/+43
2023-01-05IWYU: Add missing std includesTom Hughes2-0/+2
2022-12-15Shut up a Clang warning.Abseil Team1-1/+6
2022-12-12Refactor matrix verification into VerifyMatchMatrix.Abseil Team1-17/+0
2022-11-30Make SizeIsMatcher::Impl conform to the contract of MatcherDescriberInterface.Abseil Team1-2/+2
2022-11-29Disables `-Wunused-member-function` and `-Wused-but-marked-unused` that trigg...Abseil Team3-3/+30
2022-11-08Remove incorrect GTEST_ATTRIBUTE_UNUSED_ from InSequence class.Abseil Team1-1/+1
2022-10-25Merge pull request #4041 from zloylos:allow-naming-expectationsCopybara-Service1-2/+29
2022-10-21Fix format without expectation nameDenis Hananein1-2/+2
2022-10-21Change messagesDenis Hananein1-6/+6
2022-10-20Allow naming expectations #3970Denis Hananein1-2/+21
2022-10-12Workaround for Visual C++ error C2039 with std::tuple_element_t.Abseil Team2-4/+15
2022-09-08Remove obsolete MSVC warning pragmas for Invalid<T>()Abseil Team1-11/+0
2022-09-01Fixed header guards to match style guide conventions.Abseil Team1-3/+3
2022-08-22Add support of 19-member structs to gmock UnpackStructImpl.Hardik Vala1-0/+5
2022-08-01Merge pull request #3918 from assafpr:master2mainCopybara-Service2-2/+2
2022-07-28Add support of 18-member structs to gmock UnpackStructImpl.Abseil Team1-2/+7
2022-07-25Add IsEmpty overload for C-style stringsDino Radakovic1-7/+38
2022-06-29Add support of 17-member structs to gmock UnpackStructImpl.Abseil Team1-0/+5
2022-06-27Update gmock-matchers.hassafpr1-1/+1
2022-06-27Update gmock-actions.hassafpr1-1/+1
2022-06-01Work around a maybe-uninitialized warning under GCC 12Derek Mauro2-10/+24
2022-05-30gmock-spec-builders: remove the name for an unused parameter.Aaron Jacobs1-7/+1