| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove FloatingPoint::Max() in favor of std::numeric_limits::max() | Derek Mauro | 2023-01-24 | 1 | -1/+3 |
|
|
* | Replace deprecated python calls | Tom Hughes | 2023-01-17 | 1 | -2/+2 |
|
|
* | gmock_output_test: normalize golden file output to unix line endings | Abseil Team | 2023-01-17 | 1 | -0/+3 |
|
|
* | Fix -Wshadow warnings | Tom Hughes | 2023-01-12 | 1 | -2/+2 |
|
|
* | IWYU: Add missing std includes | Tom Hughes | 2023-01-05 | 2 | -0/+2 |
|
|
* | Shut up a Clang warning. | Abseil Team | 2022-12-15 | 1 | -1/+6 |
|
|
* | Refactor matrix verification into VerifyMatchMatrix.refs/pull/4082/head | Abseil Team | 2022-12-12 | 2 | -17/+17 |
|
|
* | Make SizeIsMatcher::Impl conform to the contract of MatcherDescriberInterface. | Abseil Team | 2022-11-30 | 2 | -4/+4 |
|
|
* | Disables `-Wunused-member-function` and `-Wused-but-marked-unused` that trigg... | Abseil Team | 2022-11-29 | 5 | -3/+59 |
|
|
* | Remove incorrect GTEST_ATTRIBUTE_UNUSED_ from InSequence class. | Abseil Team | 2022-11-08 | 1 | -1/+1 |
|
|
* | Merge pull request #4041 from zloylos:allow-naming-expectations | Copybara-Service | 2022-10-25 | 3 | -11/+48 |
|\ |
|
| * | Fix format without expectation namerefs/pull/4041/head | Denis Hananein | 2022-10-21 | 1 | -2/+2 |
|
|
| * | Change messages | Denis Hananein | 2022-10-21 | 2 | -10/+9 |
|
|
| * | Allow naming expectations #3970 | Denis Hananein | 2022-10-20 | 2 | -4/+29 |
|/ |
|
* | Workaround for Visual C++ error C2039 with std::tuple_element_t. | Abseil Team | 2022-10-12 | 2 | -4/+15 |
|
|
* | Port GoogleTest to QuRT (Hexagon RTOS)refs/pull/4016/head | Marat Dukhan | 2022-09-26 | 1 | -0/+7 |
|
|
* | Remove obsolete MSVC warning pragmas for Invalid<T>() | Abseil Team | 2022-09-08 | 1 | -11/+0 |
|
|
* | Fixed header guards to match style guide conventions. | Abseil Team | 2022-09-01 | 1 | -3/+3 |
|
|
* | Merge pull request #3916 from asmodai27:main | Copybara-Service | 2022-08-30 | 1 | -3/+4 |
|\ |
|
| * | Avoid implicit conversion from int to char | Jérôme Travert | 2022-06-26 | 1 | -1/+1 |
|
|
* | | Add support of 19-member structs to gmock UnpackStructImpl. | Hardik Vala | 2022-08-22 | 2 | -0/+10 |
|
|
* | | Merge pull request #3918 from assafpr:master2main | Copybara-Service | 2022-08-01 | 5 | -8/+8 |
|\ \ |
|
| * | | Update gmock-matchers.h | assafpr | 2022-06-27 | 1 | -1/+1 |
|
|
| * | | Update gmock-actions.h | assafpr | 2022-06-27 | 1 | -1/+1 |
|
|
| * | | Update gmock-spec-builders_test.cc | assafpr | 2022-06-27 | 1 | -1/+1 |
|
|
| * | | Update gmock-spec-builders.cc | assafpr | 2022-06-27 | 1 | -1/+1 |
|
|
| * | | Update gmock_output_test_golden.txt | assafpr | 2022-06-22 | 1 | -4/+4 |
| |/ |
|
* | | Add support of 18-member structs to gmock UnpackStructImpl.refs/pull/3966/head | Abseil Team | 2022-07-29 | 2 | -2/+17 |
|
|
* | | Add IsEmpty overload for C-style strings | Dino Radakovic | 2022-07-25 | 2 | -7/+64 |
|
|
* | | Merge pull request #3927 from yutotnh:fix-typo | Copybara-Service | 2022-07-18 | 3 | -4/+4 |
|\ \ |
|
| * | | fix: typo in test name | yutotnh | 2022-07-01 | 1 | -1/+1 |
|
|
| * | | fix: some typos in comment | yutotnh | 2022-07-01 | 2 | -3/+3 |
|
|
* | | | Merge pull request #3928 from venik:venik-clean-up | Copybara-Service | 2022-07-12 | 1 | -1/+1 |
|\ \ \
| |/ /
|/| | |
|
| * | | cleanup from unique_ptr branchrefs/pull/3928/head | Alexander Nikforov | 2022-07-01 | 1 | -2/+1 |
|/ / |
|
* | | Add support of 17-member structs to gmock UnpackStructImpl. | Abseil Team | 2022-06-29 | 1 | -0/+5 |
|
|
* | | Mark internal-only function as having internal linkage. | Abseil Team | 2022-06-27 | 1 | -1/+1 |
|/ |
|
* | Work around a maybe-uninitialized warning under GCC 12 | Derek Mauro | 2022-06-01 | 3 | -20/+41 |
|
|
* | gmock-spec-builders: remove the name for an unused parameter. | Aaron Jacobs | 2022-05-30 | 1 | -7/+1 |
|
|
* | gmock-spec-builders: add support for non-moveable types. | Aaron Jacobs | 2022-05-27 | 2 | -242/+158 |
|
|
* | gmock-actions: properly support non-moveable results in `is_callable_r`. | Aaron Jacobs | 2022-05-27 | 2 | -4/+79 |
|
|
* | gmock-spec-builders: move a method to the header. | Aaron Jacobs | 2022-05-26 | 2 | -133/+134 |
|
|
* | gmock-internal-utils.cc: Avoid implicit conversion from int to char | Dino Radakovic | 2022-05-17 | 1 | -1/+1 |
|
|
* | gmock-actions: add support for move-only values to Return. | Aaron Jacobs | 2022-05-13 | 2 | -29/+83 |
|
|
* | gmock-actions: provide a const reference when converting in ReturnAction. | Aaron Jacobs | 2022-05-12 | 2 | -47/+67 |
|
|
* | gmock-actions: simplify Return and add better documentation. | Aaron Jacobs | 2022-05-11 | 3 | -93/+192 |
|
|
* | gmock-actions: make OnceAction public. | Aaron Jacobs | 2022-05-11 | 2 | -8/+8 |
|
|
* | Fix example of DescribeMatcher to properly support negation. | Abseil Team | 2022-05-03 | 1 | -1/+2 |
|
|
* | gmock-actions: remove a no-longer-necessary friend declaration. | Aaron Jacobs | 2022-05-02 | 1 | -6/+0 |
|
|
* | gmock-actions: support ByMove in a specialization of ReturnAction. | Aaron Jacobs | 2022-05-02 | 1 | -25/+34 |
|
|
* | gmock-actions: improve comments and tests for the implicit cast in Return. | Aaron Jacobs | 2022-04-27 | 2 | -7/+39 |
|
|