| Commit message (Expand) | Author | Age | Files | Lines |
* | Use std::forward on GoogleTest matcher arguments | Abseil Team | 2024-05-06 | 1 | -2/+2 |
|
|
* | Use `[[maybe_unused]]` when it is available to avoid | Derek Mauro | 2024-04-16 | 2 | -49/+49 |
|
|
* | [gtest] Use `std::index_sequence` and friends instead of rolling our own | Lawrence Wolf-Sonkin | 2024-04-04 | 3 | -37/+39 |
|
|
* | Guard Abseil flags usage in googlemock with GTEST_NO_ABSL_FLAGS. | Daniel Cheng | 2024-03-11 | 1 | -4/+4 |
|
|
* | Accept one-shot callables in InvokeArgument. | Abseil Team | 2024-02-29 | 1 | -2/+3 |
|
|
* | Switch rank structs to be consistent with written guidance in go/ranked-overl... | Matt Kulukundis | 2024-02-07 | 1 | -11/+12 |
|
|
* | Accept move-only callables in `InvokeArguments` | Abseil Team | 2023-12-28 | 1 | -1/+1 |
|
|
* | Implement `testing::Rethrow` to throw exceptions more easily via `std::except... | Abseil Team | 2023-11-27 | 1 | -3/+21 |
|
|
* | Export gmock-spec-builders. | Abseil Team | 2023-10-26 | 1 | -0/+1 |
|
|
* | StartsWith: Explicitly construct matcher-typed strings from matchee parameterrefs/pull/4398/head | Dino Radakovic | 2023-10-23 | 1 | -2/+2 |
|
|
* | Merge pull request #4374 from masbug:main | Copybara-Service | 2023-09-25 | 1 | -4/+5 |
|\ |
|
| * | Fix compile warnings in gmock-function-mocker.hrefs/pull/4374/head | Mitja Spes | 2023-09-21 | 1 | -4/+4 |
|/ |
|
* | Update code with IWYU annotations. | Abseil Team | 2023-09-18 | 1 | -7/+7 |
|
|
* | Avoid unreachable code warningrefs/pull/4328/head | Robert Shade | 2023-08-02 | 1 | -1/+7 |
|
|
* | Use '=default' to define trivial constructor/destructorsrefs/pull/4221/head | Tom Hughes | 2023-04-21 | 4 | -9/+9 |
|
|
* | Add missing std includes | Tom Hughes | 2023-04-20 | 1 | -0/+1 |
|
|
* | Merge pull request #4219 from jerylvaz:main | Copybara-Service | 2023-04-17 | 1 | -1/+2 |
|\ |
|
| * | Suppress a clang-tidy warning in the MATCHER_P macrorefs/pull/4219/head | Jeryl Vaz | 2023-04-14 | 1 | -0/+1 |
|/ |
|
* | Fix FunctionMocker compilation slowdown in 9d21db9e0a60a1ea61ec19331c9bc0dd33... | Abseil Team | 2023-04-11 | 1 | -18/+55 |
|
|
* | Fix redundant redeclaration warning | Derek Mauro | 2023-03-28 | 1 | -0/+2 |
|
|
* | Internal Code Change | Abseil Team | 2023-03-21 | 1 | -5/+5 |
|
|
* | Internal Code Change | Abseil Team | 2023-03-11 | 1 | -0/+1 |
|
|
* | [gtest] Drop custom-rolled heterogeneous comparator functors in favor of C++ ... | Lawrence Wolf-Sonkin | 2023-03-10 | 1 | -6/+7 |
|
|
* | Internal Code Change | Abseil Team | 2023-03-07 | 1 | -1/+2 |
|
|
* | Use "#ifdef GTEST_OS_..." instead of "#if GTEST_OS_..." | Tom Hughes | 2023-03-06 | 2 | -3/+3 |
|
|
* | Fix GTEST_HAS_ABSL define check for [-Werror=undef] compilations | Martijn Vels | 2023-02-07 | 1 | -2/+2 |
|
|
* | Use GTEST_DISABLE_MSC_WARNINGS macros to disable warnings | Tom Hughes | 2023-01-30 | 4 | -30/+12 |
|
|
* | Fix formatting of C++ files | Tom Hughes | 2023-01-24 | 4 | -42/+43 |
|
|
* | 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 | 1 | -17/+0 |
|
|
* | Make SizeIsMatcher::Impl conform to the contract of MatcherDescriberInterface. | Abseil Team | 2022-11-30 | 1 | -2/+2 |
|
|
* | Disables `-Wunused-member-function` and `-Wused-but-marked-unused` that trigg... | Abseil Team | 2022-11-29 | 3 | -3/+30 |
|
|
* | 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 | 1 | -2/+29 |
|\ |
|
| * | Fix format without expectation namerefs/pull/4041/head | Denis Hananein | 2022-10-21 | 1 | -2/+2 |
|
|
| * | Change messages | Denis Hananein | 2022-10-21 | 1 | -6/+6 |
|
|
| * | Allow naming expectations #3970 | Denis Hananein | 2022-10-20 | 1 | -2/+21 |
|/ |
|
* | Workaround for Visual C++ error C2039 with std::tuple_element_t. | Abseil Team | 2022-10-12 | 2 | -4/+15 |
|
|
* | 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 |
|
|
* | Add support of 19-member structs to gmock UnpackStructImpl. | Hardik Vala | 2022-08-22 | 1 | -0/+5 |
|
|
* | Merge pull request #3918 from assafpr:master2main | Copybara-Service | 2022-08-01 | 2 | -2/+2 |
|\ |
|
| * | Update gmock-matchers.h | assafpr | 2022-06-27 | 1 | -1/+1 |
|
|
| * | Update gmock-actions.h | assafpr | 2022-06-27 | 1 | -1/+1 |
|
|
* | | Add support of 18-member structs to gmock UnpackStructImpl.refs/pull/3966/head | Abseil Team | 2022-07-29 | 1 | -2/+7 |
|
|
* | | Add IsEmpty overload for C-style strings | Dino Radakovic | 2022-07-25 | 1 | -7/+38 |
|
|
* | | Add support of 17-member structs to gmock UnpackStructImpl. | Abseil Team | 2022-06-29 | 1 | -0/+5 |
|/ |
|
* | Work around a maybe-uninitialized warning under GCC 12 | Derek Mauro | 2022-06-01 | 2 | -10/+24 |
|
|
* | gmock-spec-builders: remove the name for an unused parameter. | Aaron Jacobs | 2022-05-30 | 1 | -7/+1 |
|
|