summaryrefslogtreecommitdiffstats
path: root/googlemock
Commit message (Expand)AuthorAgeFilesLines
* Remove FloatingPoint::Max() in favor of std::numeric_limits::max()Derek Mauro2023-01-241-1/+3
* Replace deprecated python callsTom Hughes2023-01-171-2/+2
* gmock_output_test: normalize golden file output to unix line endingsAbseil Team2023-01-171-0/+3
* Fix -Wshadow warningsTom Hughes2023-01-121-2/+2
* 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-122-17/+17
* Make SizeIsMatcher::Impl conform to the contract of MatcherDescriberInterface.Abseil Team2022-11-302-4/+4
* Disables `-Wunused-member-function` and `-Wused-but-marked-unused` that trigg...Abseil Team2022-11-295-3/+59
* 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-253-11/+48
|\
| * Fix format without expectation namerefs/pull/4041/headDenis Hananein2022-10-211-2/+2
| * Change messagesDenis Hananein2022-10-212-10/+9
| * Allow naming expectations #3970Denis Hananein2022-10-202-4/+29
|/
* Workaround for Visual C++ error C2039 with std::tuple_element_t.Abseil Team2022-10-122-4/+15
* Port GoogleTest to QuRT (Hexagon RTOS)refs/pull/4016/headMarat Dukhan2022-09-261-0/+7
* 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
* Merge pull request #3916 from asmodai27:mainCopybara-Service2022-08-301-3/+4
|\
| * Avoid implicit conversion from int to charJérôme Travert2022-06-261-1/+1
* | Add support of 19-member structs to gmock UnpackStructImpl.Hardik Vala2022-08-222-0/+10
* | Merge pull request #3918 from assafpr:master2mainCopybara-Service2022-08-015-8/+8
|\ \
| * | Update gmock-matchers.hassafpr2022-06-271-1/+1
| * | Update gmock-actions.hassafpr2022-06-271-1/+1
| * | Update gmock-spec-builders_test.ccassafpr2022-06-271-1/+1
| * | Update gmock-spec-builders.ccassafpr2022-06-271-1/+1
| * | Update gmock_output_test_golden.txtassafpr2022-06-221-4/+4
| |/
* | Add support of 18-member structs to gmock UnpackStructImpl.refs/pull/3966/headAbseil Team2022-07-292-2/+17
* | Add IsEmpty overload for C-style stringsDino Radakovic2022-07-252-7/+64
* | Merge pull request #3927 from yutotnh:fix-typoCopybara-Service2022-07-183-4/+4
|\ \
| * | fix: typo in test nameyutotnh2022-07-011-1/+1
| * | fix: some typos in commentyutotnh2022-07-012-3/+3
* | | Merge pull request #3928 from venik:venik-clean-upCopybara-Service2022-07-121-1/+1
|\ \ \ | |/ / |/| |
| * | cleanup from unique_ptr branchrefs/pull/3928/headAlexander Nikforov2022-07-011-2/+1
|/ /
* | Add support of 17-member structs to gmock UnpackStructImpl.Abseil Team2022-06-291-0/+5
* | Mark internal-only function as having internal linkage.Abseil Team2022-06-271-1/+1
|/
* Work around a maybe-uninitialized warning under GCC 12Derek Mauro2022-06-013-20/+41
* 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-272-242/+158
* gmock-actions: properly support non-moveable results in `is_callable_r`.Aaron Jacobs2022-05-272-4/+79
* gmock-spec-builders: move a method to the header.Aaron Jacobs2022-05-262-133/+134
* gmock-internal-utils.cc: Avoid implicit conversion from int to charDino Radakovic2022-05-171-1/+1
* gmock-actions: add support for move-only values to Return.Aaron Jacobs2022-05-132-29/+83
* gmock-actions: provide a const reference when converting in ReturnAction.Aaron Jacobs2022-05-122-47/+67
* gmock-actions: simplify Return and add better documentation.Aaron Jacobs2022-05-113-93/+192
* gmock-actions: make OnceAction public.Aaron Jacobs2022-05-112-8/+8
* 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-272-7/+39