summaryrefslogtreecommitdiff
path: root/googlemock/include
Commit message (Expand)AuthorAgeFilesLines
* Use '=default' to define trivial constructor/destructorsTom 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 macroJeryl 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.Abseil 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 nameDenis 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.Abseil Team2022-07-281-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
|/
* Work around a maybe-uninitialized warning under GCC 12Derek Mauro2022-06-012-10/+24
* gmock-spec-builders: remove the name for an unused parameter.Aaron Jacobs2022-05-301-7/+1
* gmock-spec-builders: add support for non-moveable types.Aaron Jacobs2022-05-271-189/+103
* gmock-actions: properly support non-moveable results in `is_callable_r`.Aaron Jacobs2022-05-271-3/+50
* gmock-spec-builders: move a method to the header.Aaron Jacobs2022-05-261-3/+134
* gmock-actions: add support for move-only values to Return.Aaron Jacobs2022-05-121-11/+45
* gmock-actions: provide a const reference when converting in ReturnAction.Aaron Jacobs2022-05-111-32/+15
* gmock-actions: simplify Return and add better documentation.Aaron Jacobs2022-05-101-76/+158
* gmock-actions: make OnceAction public.Aaron Jacobs2022-05-101-7/+7
* Fix example of DescribeMatcher to properly support negation.Abseil Team2022-05-031-1/+2
* gmock-actions: remove a no-longer-necessary friend declaration.Aaron Jacobs2022-05-021-6/+0
* gmock-actions: support ByMove in a specialization of ReturnAction.Aaron Jacobs2022-05-021-25/+34
* gmock-actions: improve comments and tests for the implicit cast in Return.Aaron Jacobs2022-04-271-7/+8
* Support move-only and &&-qualified actions in WithArgs.Aaron Jacobs2022-04-261-7/+50
* Support move-only and &&-qualified actions in DoAll.Aaron Jacobs2022-04-262-251/+381
* Remove the legacy internal GTEST_DISALLOW_* macrosDerek Mauro2022-04-224-13/+27