summaryrefslogtreecommitdiffstats
path: root/googlemock/include/gmock
Commit message (Expand)AuthorAgeFilesLines
* Use matcher's description in AllOf if matcher has no explanation.Abseil Team3 days1-29/+15
* Use matcher's description in AllOf if matcher has no explanation.Abseil Team4 days1-15/+29
* Use std::forward on GoogleTest matcher argumentsAbseil Team2024-05-061-2/+2
* Use `[[maybe_unused]]` when it is available to avoidDerek Mauro2024-04-162-49/+49
* [gtest] Use `std::index_sequence` and friends instead of rolling our ownLawrence Wolf-Sonkin2024-04-043-37/+39
* Guard Abseil flags usage in googlemock with GTEST_NO_ABSL_FLAGS.Daniel Cheng2024-03-111-4/+4
* Accept one-shot callables in InvokeArgument.Abseil Team2024-02-291-2/+3
* Switch rank structs to be consistent with written guidance in go/ranked-overl...Matt Kulukundis2024-02-071-11/+12
* Accept move-only callables in `InvokeArguments`Abseil Team2023-12-281-1/+1
* Implement `testing::Rethrow` to throw exceptions more easily via `std::except...Abseil Team2023-11-271-3/+21
* Export gmock-spec-builders.Abseil Team2023-10-261-0/+1
* StartsWith: Explicitly construct matcher-typed strings from matchee parameterrefs/pull/4398/headDino Radakovic2023-10-231-2/+2
* Merge pull request #4374 from masbug:mainCopybara-Service2023-09-251-4/+5
|\
| * Fix compile warnings in gmock-function-mocker.hrefs/pull/4374/headMitja Spes2023-09-211-4/+4
|/
* Update code with IWYU annotations.Abseil Team2023-09-181-7/+7
* Avoid unreachable code warningrefs/pull/4328/headRobert Shade2023-08-021-1/+7
* Use '=default' to define trivial constructor/destructorsrefs/pull/4221/headTom Hughes2023-04-214-9/+9
* Add missing std includesTom Hughes2023-04-201-0/+1
* Merge pull request #4219 from jerylvaz:mainCopybara-Service2023-04-171-1/+2
|\
| * Suppress a clang-tidy warning in the MATCHER_P macrorefs/pull/4219/headJeryl Vaz2023-04-141-0/+1
|/
* Fix FunctionMocker compilation slowdown in 9d21db9e0a60a1ea61ec19331c9bc0dd33...Abseil Team2023-04-111-18/+55
* Fix redundant redeclaration warningDerek Mauro2023-03-281-0/+2
* Internal Code ChangeAbseil Team2023-03-211-5/+5
* Internal Code ChangeAbseil Team2023-03-111-0/+1
* [gtest] Drop custom-rolled heterogeneous comparator functors in favor of C++ ...Lawrence Wolf-Sonkin2023-03-101-6/+7
* Internal Code ChangeAbseil Team2023-03-071-1/+2
* Use "#ifdef GTEST_OS_..." instead of "#if GTEST_OS_..."Tom Hughes2023-03-062-3/+3
* Fix GTEST_HAS_ABSL define check for [-Werror=undef] compilationsMartijn Vels2023-02-071-2/+2
* Use GTEST_DISABLE_MSC_WARNINGS macros to disable warningsTom Hughes2023-01-304-30/+12
* Fix formatting of C++ filesTom Hughes2023-01-244-42/+43
* IWYU: Add missing std includesTom Hughes2023-01-052-0/+2
* Shut up a Clang warning.Abseil Team2022-12-151-1/+6
* Refactor matrix verification into VerifyMatchMatrix.refs/pull/4082/headAbseil Team2022-12-121-17/+0
* Make SizeIsMatcher::Impl conform to the contract of MatcherDescriberInterface.Abseil Team2022-11-301-2/+2
* Disables `-Wunused-member-function` and `-Wused-but-marked-unused` that trigg...Abseil Team2022-11-293-3/+30
* Remove incorrect GTEST_ATTRIBUTE_UNUSED_ from InSequence class.Abseil Team2022-11-081-1/+1
* Merge pull request #4041 from zloylos:allow-naming-expectationsCopybara-Service2022-10-251-2/+29
|\
| * Fix format without expectation namerefs/pull/4041/headDenis Hananein2022-10-211-2/+2
| * Change messagesDenis Hananein2022-10-211-6/+6
| * Allow naming expectations #3970Denis Hananein2022-10-201-2/+21
|/
* Workaround for Visual C++ error C2039 with std::tuple_element_t.Abseil Team2022-10-122-4/+15
* Remove obsolete MSVC warning pragmas for Invalid<T>()Abseil Team2022-09-081-11/+0
* Fixed header guards to match style guide conventions.Abseil Team2022-09-011-3/+3
* Add support of 19-member structs to gmock UnpackStructImpl.Hardik Vala2022-08-221-0/+5
* Merge pull request #3918 from assafpr:master2mainCopybara-Service2022-08-012-2/+2
|\
| * Update gmock-matchers.hassafpr2022-06-271-1/+1
| * Update gmock-actions.hassafpr2022-06-271-1/+1
* | Add support of 18-member structs to gmock UnpackStructImpl.refs/pull/3966/headAbseil Team2022-07-291-2/+7
* | Add IsEmpty overload for C-style stringsDino Radakovic2022-07-251-7/+38
* | Add support of 17-member structs to gmock UnpackStructImpl.Abseil Team2022-06-291-0/+5
|/