aboutsummaryrefslogtreecommitdiff
path: root/googlemock
AgeCommit message (Expand)AuthorFilesLines
2024-05-20Print mismatches for UnorderedElements() of different sizes.Abseil Team2-17/+27
2024-05-06Use std::forward on GoogleTest matcher argumentsAbseil Team1-2/+2
2024-04-16Use `[[maybe_unused]]` when it is available to avoidDerek Mauro2-49/+49
2024-04-04[gtest] Use `std::index_sequence` and friends instead of rolling our ownLawrence Wolf-Sonkin4-39/+42
2024-03-15Add test for move-only type in `Action` signatureAbseil Team1-0/+16
2024-03-11Guard Abseil flags usage in googlemock with GTEST_NO_ABSL_FLAGS.Daniel Cheng1-4/+4
2024-03-04Merge pull request #4466 from danfabo:fix-fetch-content-uses-gtestCopybara-Service1-3/+4
2024-02-29Accept one-shot callables in InvokeArgument.Abseil Team2-2/+13
2024-02-11Get include dirs from target rather than global variables.danfabo1-3/+4
2024-02-07Switch rank structs to be consistent with written guidance in go/ranked-overl...Matt Kulukundis1-11/+12
2024-02-07Use _Exit instead of _exit in GoogleTestAbseil Team1-1/+1
2023-12-28Accept move-only callables in `InvokeArguments`Abseil Team2-2/+14
2023-12-18Fix data race in leak detectionAbseil Team1-0/+1
2023-11-27Implement `testing::Rethrow` to throw exceptions more easily via `std::except...Abseil Team2-3/+30
2023-10-26Export gmock-spec-builders.Abseil Team1-0/+1
2023-10-23StartsWith: Explicitly construct matcher-typed strings from matchee parameterDino Radakovic2-2/+11
2023-09-29cmake: Fix comments in cmake filesDzmitry Ivaniuk1-10/+10
2023-09-25Merge pull request #4374 from masbug:mainCopybara-Service1-4/+5
2023-09-21Fix compile warnings in gmock-function-mocker.hMitja Spes1-4/+4
2023-09-18Update code with IWYU annotations.Abseil Team1-7/+7
2023-08-23Merge pull request #4349 from sthd:httpToHttpsCopybara-Service2-4/+4
2023-08-22changed http to httpssthd2-5/+5
2023-08-21Clean up typos: Exhaused => ExhaustedAbseil Team1-1/+1
2023-08-02Avoid unreachable code warningRobert Shade1-1/+7
2023-07-18Merge pull request #4302 from ciband:feat/nrf52Copybara-Service1-1/+2
2023-06-27add support for nrf52Chris Johnson1-1/+1
2023-06-20cmake: Remove remaining checks for CMAKE_VERSIONJuan Ramos1-17/+9
2023-06-20Merge pull request #4288 from juan-lunarg:juan/cmake_min_3_dot_6Copybara-Service1-2/+1
2023-06-19cmake: Raise min to 3.6Juan Ramos1-2/+1
2023-05-02Merge pull request #4146 from lygstate:fixes_std_pair_diffCopybara-Service2-9/+4
2023-05-01Merge branch 'main' into fixes_std_pair_diffAndy Soffer28-141/+244
2023-04-28Use GTEST_INTERNAL_CPLUSPLUS_LANG instead of __cplusplusDino Radakovic2-2/+5
2023-04-27Add qualifier to avoid argument dependent lookupTom Hughes1-1/+1
2023-04-25gmock: fix issue #4222Patryk GawroĊ„ski1-13/+13
2023-04-21Use '=default' to define trivial constructor/destructorsTom Hughes16-48/+48
2023-04-21Use the empty method to check for emptinessTom Hughes1-1/+1
2023-04-20Add missing std includesTom Hughes13-0/+43
2023-04-17Merge pull request #4219 from jerylvaz:mainCopybara-Service1-1/+2
2023-04-14Suppress a clang-tidy warning in the MATCHER_P macroJeryl Vaz1-0/+1
2023-04-11Fix FunctionMocker compilation slowdown in 9d21db9e0a60a1ea61ec19331c9bc0dd33...Abseil Team1-18/+55
2023-03-28Fix redundant redeclaration warningDerek Mauro1-0/+2
2023-03-22gtest.cc: add a newline after a failure when there is no OS stack trace.Aaron Jacobs1-0/+18
2023-03-21Internal Code ChangeAbseil Team1-5/+5
2023-03-20Introduce std::make_unique and bool literals where possibleAbseil Team3-12/+9
2023-03-11Internal Code ChangeAbseil Team1-0/+1
2023-03-10[gtest] Drop custom-rolled heterogeneous comparator functors in favor of C++ ...Lawrence Wolf-Sonkin1-6/+7
2023-03-07Internal Code ChangeAbseil Team1-1/+2
2023-03-06Use "#ifdef" with public macrosTom Hughes2-2/+2
2023-03-06Use "#ifdef GTEST_OS_..." instead of "#if GTEST_OS_..."Tom Hughes8-22/+22
2023-03-03Internal Code ChangeAbseil Team3-3/+3