summaryrefslogtreecommitdiff
path: root/googlemock
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #4146 from lygstate:fixes_std_pair_diffCopybara-Service2023-05-022-9/+4
|\
| * Merge branch 'main' into fixes_std_pair_diffAndy 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-271-1/+1
* | gmock: fix issue #4222Patryk GawroĊ„ski2023-04-251-13/+13
* | Use '=default' to define trivial constructor/destructorsTom 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 macroJeryl 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-221-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
* | Fix link in ReportUninterestingCall messageAbseil Team2023-02-163-6/+6
| * Fixes the test gmock_output_test.py with MSVCYonggang Luo2023-03-011-1/+1
| * Revert "Fix gmock_output_test when using MSVC"Yonggang Luo2023-02-092-9/+4
|/
* Remove GTEST_USES_PCRE referencesTom Hughes2023-02-071-11/+2
* Fix GTEST_HAS_ABSL define check for [-Werror=undef] compilationsMartijn Vels2023-02-071-2/+2
* Add support for the alternative base64 encoding in RFC 4648 section 5 to `Whe...Abseil Team2023-02-062-1/+9
* Fix include orderTom Hughes2023-02-011-2/+2
* Remove GMOCK_RENAME_MAINTom Hughes2023-02-011-7/+0
* Fix gmock_output_test when using MSVCTom Hughes2023-02-012-4/+9
* Use GTEST_DISABLE_MSC_WARNINGS macros to disable warningsTom Hughes2023-01-3015-134/+68
* Use explicit short to fix MSVC compiler warningTom Hughes2023-01-301-4/+4
* Merge pull request #4115 from SunBlack:codespellCopybara-Service2023-01-301-2/+2
|\
| * Fix typos found by codespellSunBlack2023-01-041-2/+2
* | Remove pylint disable comments that no longer trigger warningsTom Hughes2023-01-251-5/+0
* | Fix formatting in subset of Python filesTom Hughes2023-01-252-27/+40
* | Fix formatting of C++ filesTom Hughes2023-01-247-49/+50
* | Remove FloatingPoint::Max() in favor of std::numeric_limits::max()Derek Mauro2023-01-241-1/+3
* | Replace deprecated python callsTom Hughes2023-01-171-2/+2
* | gmock_output_test: normalize golden file output to unix line endingsAbseil Team2023-01-171-0/+3
* | Fix -Wshadow warningsTom Hughes2023-01-121-2/+2
* | IWYU: Add missing std includesTom Hughes2023-01-052-0/+2
|/
* Shut up a Clang warning.Abseil Team2022-12-151-1/+6
* Refactor matrix verification into VerifyMatchMatrix.Abseil Team2022-12-122-17/+17
* Make SizeIsMatcher::Impl conform to the contract of MatcherDescriberInterface.Abseil Team2022-11-302-4/+4
* Disables `-Wunused-member-function` and `-Wused-but-marked-unused` that trigg...Abseil Team2022-11-295-3/+59
* Remove incorrect GTEST_ATTRIBUTE_UNUSED_ from InSequence class.Abseil Team2022-11-081-1/+1
* Merge pull request #4041 from zloylos:allow-naming-expectationsCopybara-Service2022-10-253-11/+48
|\
| * Fix format without expectation nameDenis Hananein2022-10-211-2/+2
| * Change messagesDenis Hananein2022-10-212-10/+9