| Commit message (Expand) | Author | Age | Files | Lines |
* | Use '=default' to define trivial constructor/destructorsrefs/pull/4221/head | Tom Hughes | 2023-04-21 | 1 | -2/+2 |
|
|
* | Fix FunctionMocker compilation slowdown in 9d21db9e0a60a1ea61ec19331c9bc0dd33... | Abseil Team | 2023-04-11 | 1 | -18/+55 |
|
|
* | IWYU: Add missing std includes | Tom Hughes | 2023-01-05 | 1 | -0/+1 |
|
|
* | 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 |
|/ |
|
* | Work around a maybe-uninitialized warning under GCC 12 | Derek Mauro | 2022-06-01 | 1 | -4/+5 |
|
|
* | 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 | 1 | -189/+103 |
|
|
* | gmock-spec-builders: move a method to the header. | Aaron Jacobs | 2022-05-26 | 1 | -3/+134 |
|
|
* | Support move-only and &&-qualified actions in DoAll. | Aaron Jacobs | 2022-04-26 | 1 | -5/+36 |
|
|
* | Remove the legacy internal GTEST_DISALLOW_* macros | Derek Mauro | 2022-04-22 | 1 | -4/+8 |
|
|
* | Add support for move-only and &&-qualified actions in WillOnce. | Abseil Team | 2022-04-09 | 1 | -3/+5 |
|
|
* | Running clang-format over all of GoogleTest | Abseil Team | 2022-03-15 | 1 | -120/+88 |
|
|
* | Consistently apply IWYU pragmas across googletest and googlemock headers | Abseil Team | 2022-01-18 | 1 | -1/+3 |
|
|
* | Fix remaining typos discovered by codespellrefs/pull/3581/head | Christian Clauss | 2021-09-24 | 1 | -1/+1 |
|
|
* | fix: typo codespelling commentrefs/pull/3499/head | slowy07 | 2021-07-24 | 1 | -1/+1 |
|
|
* | Googletest export | Abseil Team | 2021-07-22 | 1 | -2/+0 |
|
|
* | Googletest export | Abseil Team | 2021-05-13 | 1 | -6/+8 |
|
|
* | Googletest export | Abseil Team | 2021-03-16 | 1 | -3/+3 |
|
|
* | Googletest export | Abseil Team | 2021-02-18 | 1 | -3/+3 |
|
|
* | Googletest export | Abseil Team | 2021-02-11 | 1 | -3/+3 |
|
|
* | Googletest export | Abseil Team | 2021-02-11 | 1 | -3/+3 |
|
|
* | Googletest export | Abseil Team | 2020-12-22 | 1 | -8/+14 |
|
|
* | Fix a -Wdeprecated warning. | Arthur O'Dwyer | 2020-04-24 | 1 | -1/+4 |
|
|
* | Remove all uses of GTEST_DISALLOW_{MOVE_,}ASSIGN_. | Arthur O'Dwyer | 2020-04-24 | 1 | -4/+0 |
|
|
* | Merge pull request #2350 from adambadura:MockFunctionFromStdFunction | Xiaoyi Zhang | 2020-03-24 | 1 | -38/+92 |
|\ |
|
| * | Add support for std::function in MockFunction (#2277)refs/pull/2350/head | Adam Badura | 2020-03-18 | 1 | -39/+93 |
|/ |
|
* | remove MSVC workaround: warning 4355refs/pull/2595/head | Krystian Kuzniarek | 2019-11-22 | 1 | -8/+0 |
|
|
* | Merge pull request #2387 from kuzkry:iff | Shaindel Schwartz | 2019-09-12 | 1 | -16/+19 |
|\ |
|
| * | restore mistakenly removed iffs in their explicit formrefs/pull/2387/head | Krystian Kuzniarek | 2019-08-20 | 1 | -16/+19 |
|
|
* | | Googletest export | kuzkry | 2019-09-06 | 1 | -2/+2 |
|/ |
|
* | remove custom implementations of std::is_samerefs/pull/2399/head | Krystian Kuzniarek | 2019-08-14 | 1 | -3/+3 |
|
|
* | remove an excessive mutable type specifierrefs/pull/2359/head | Krystian Kuzniarek | 2019-08-01 | 1 | -1/+1 |
|
|
* | fix typosrefs/pull/2356/head | Krystian Kuzniarek | 2019-07-30 | 1 | -14/+14 |
|
|
* | Add missing <functional> includerefs/pull/2332/head | Adam Badura | 2019-07-16 | 1 | -0/+1 |
|
|
* | Googletest export | Abseil Team | 2019-01-22 | 1 | -1/+1 |
|
|
* | Googletest export | Abseil Team | 2019-01-18 | 1 | -2/+8 |
|
|
* | Googletest export | misterg | 2019-01-02 | 1 | -4/+0 |
|
|
* | Googletest export | Abseil Team | 2019-01-02 | 1 | -11/+2 |
|
|
* | Googletest export | Abseil Team | 2018-12-03 | 1 | -25/+20 |
|
|
* | Googletest export | Abseil Team | 2018-11-08 | 1 | -69/+144 |
|
|
* | Googletest export | misterg | 2018-10-31 | 1 | -1/+1 |
|
|
* | Merge pull request #1941 from barkovv:master | Gennadiy Civil | 2018-10-29 | 1 | -2/+3 |
|\ |
|
| * | Replaced all NULLs with nullptr in googlemockrefs/pull/1941/head | Vadim Barkov | 2018-10-28 | 1 | -1/+1 |
|
|
* | | Googletest export | misterg | 2018-10-29 | 1 | -20/+11 |
|/ |
|
* | Googletest export | Abseil Team | 2018-10-26 | 1 | -11/+20 |
|
|
* | Googletest export | misterg | 2018-10-26 | 1 | -20/+11 |
|
|