summaryrefslogtreecommitdiffstats
path: root/googlemock
Commit message (Expand)AuthorAgeFilesLines
* Print mismatches for UnorderedElements() of different sizes.Abseil Team2024-05-202-17/+27
* Use std::forward on GoogleTest matcher argumentsAbseil Team2024-05-061-2/+2
* Use `[[maybe_unused]]` when it is available to avoidDerek Mauro2024-04-162-49/+49
* [gtest] Use `std::index_sequence` and friends instead of rolling our ownLawrence Wolf-Sonkin2024-04-044-39/+42
* Add test for move-only type in `Action` signatureAbseil Team2024-03-151-0/+16
* Guard Abseil flags usage in googlemock with GTEST_NO_ABSL_FLAGS.Daniel Cheng2024-03-111-4/+4
* Merge pull request #4466 from danfabo:fix-fetch-content-uses-gtestCopybara-Service2024-03-041-3/+4
|\
| * Get include dirs from target rather than global variables.refs/pull/4466/headdanfabo2024-02-111-3/+4
* | Accept one-shot callables in InvokeArgument.Abseil Team2024-02-292-2/+13
|/
* Switch rank structs to be consistent with written guidance in go/ranked-overl...Matt Kulukundis2024-02-071-11/+12
* Use _Exit instead of _exit in GoogleTestAbseil Team2024-02-071-1/+1
* Accept move-only callables in `InvokeArguments`Abseil Team2023-12-282-2/+14
* Fix data race in leak detectionAbseil Team2023-12-181-0/+1
* Implement `testing::Rethrow` to throw exceptions more easily via `std::except...Abseil Team2023-11-272-3/+30
* Export gmock-spec-builders.Abseil Team2023-10-261-0/+1
* StartsWith: Explicitly construct matcher-typed strings from matchee parameterrefs/pull/4398/headDino Radakovic2023-10-232-2/+11
* cmake: Fix comments in cmake filesrefs/pull/4382/headDzmitry Ivaniuk2023-09-291-10/+10
* Merge pull request #4374 from masbug:mainCopybara-Service2023-09-251-4/+5
|\
| * Fix compile warnings in gmock-function-mocker.hrefs/pull/4374/headMitja Spes2023-09-211-4/+4
|/
* Update code with IWYU annotations.Abseil Team2023-09-181-7/+7
* Merge pull request #4349 from sthd:httpToHttpsCopybara-Service2023-08-232-4/+4
|\
| * changed http to httpsrefs/pull/4349/headsthd2023-08-222-5/+5
|/
* Clean up typos: Exhaused => ExhaustedAbseil Team2023-08-211-1/+1
* Avoid unreachable code warningrefs/pull/4328/headRobert Shade2023-08-021-1/+7
* Merge pull request #4302 from ciband:feat/nrf52Copybara-Service2023-07-181-1/+2
|\
| * add support for nrf52refs/pull/4302/headChris Johnson2023-06-271-1/+1
|/
* cmake: Remove remaining checks for CMAKE_VERSIONrefs/pull/4293/headJuan Ramos2023-06-211-17/+9
* Merge pull request #4288 from juan-lunarg:juan/cmake_min_3_dot_6Copybara-Service2023-06-201-2/+1
|\
| * cmake: Raise min to 3.6refs/pull/4288/headJuan Ramos2023-06-191-2/+1
|/
* Merge pull request #4146 from lygstate:fixes_std_pair_diffCopybara-Service2023-05-022-9/+4
|\
| * Merge branch 'main' into fixes_std_pair_diffrefs/pull/4146/headAndy Soffer2023-05-0128-141/+244
| |\ | |/ |/|
* | Use GTEST_INTERNAL_CPLUSPLUS_LANG instead of __cplusplusDino Radakovic2023-04-282-2/+5
* | Add qualifier to avoid argument dependent lookupTom Hughes2023-04-281-1/+1
* | gmock: fix issue #4222refs/pull/4225/headPatryk GawroĊ„ski2023-04-241-13/+13
* | Use '=default' to define trivial constructor/destructorsrefs/pull/4221/headTom Hughes2023-04-2116-48/+48
* | Use the empty method to check for emptinessTom Hughes2023-04-211-1/+1
* | Add missing std includesTom Hughes2023-04-2013-0/+43
* | Merge pull request #4219 from jerylvaz:mainCopybara-Service2023-04-171-1/+2
|\ \
| * | Suppress a clang-tidy warning in the MATCHER_P macrorefs/pull/4219/headJeryl 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
* | gtest.cc: add a newline after a failure when there is no OS stack trace.Aaron Jacobs2023-03-231-0/+18
* | Internal Code ChangeAbseil Team2023-03-211-5/+5
* | Introduce std::make_unique and bool literals where possibleAbseil Team2023-03-203-12/+9
* | 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" with public macrosTom Hughes2023-03-062-2/+2
* | Use "#ifdef GTEST_OS_..." instead of "#if GTEST_OS_..."Tom Hughes2023-03-068-22/+22
* | Internal Code ChangeAbseil Team2023-03-033-3/+3