index
:
googletest.git
05CC6081FCBD0071053DE78238E136B3
1278977C598F83A02A525FEA38941265
4422C11159FF3F7F49E4BC959EE89D06
498B35FA518A5E1CF8C95CE6D51091B2
77A9B20B4C1E02FAC90D1D942E1D4C18
8EA412EE54E54CAC6E49EE3B7C209DA1
9A681768AABE08D1EFA5CA77528236A4
B4DE7B5F4F45390ABCFB887AFADA9303
BC1EDD4B325FB2BF16E1EF6DF8EFC0DF
main
master
v1.10.x
v1.12.x
v1.13.x
v1.14.x
v1.15.x
v1.16.x
v1.8.x
Google's C++ test framework: https://github.com/google/googletest
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
googlemock
/
include
/
gmock
/
gmock-matchers.h
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
1
-46/+46
*
[gtest] Use `std::index_sequence` and friends instead of rolling our own
Lawrence Wolf-Sonkin
2024-04-04
1
-28/+28
*
Switch rank structs to be consistent with written guidance in go/ranked-overl...
Matt Kulukundis
2024-02-07
1
-11/+12
*
StartsWith: Explicitly construct matcher-typed strings from matchee parameter
refs/pull/4398/head
Dino Radakovic
2023-10-23
1
-2/+2
*
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 macro
refs/pull/4219/head
Jeryl Vaz
2023-04-14
1
-0/+1
|
/
*
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
*
Fix formatting of C++ files
Tom Hughes
2023-01-24
1
-4/+3
*
IWYU: Add missing std includes
Tom Hughes
2023-01-05
1
-0/+1
*
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
1
-1/+7
*
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
1
-1/+1
|
\
|
*
Update gmock-matchers.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 support of 17-member structs to gmock UnpackStructImpl.
Abseil Team
2022-06-29
1
-0/+5
|
/
*
Fix example of DescribeMatcher to properly support negation.
Abseil Team
2022-05-03
1
-1/+2
*
Remove the legacy internal GTEST_DISALLOW_* macros
Derek Mauro
2022-04-22
1
-2/+5
*
Eliminate the legacy GTEST_COMPILE_ASSERT_ macro
Derek Mauro
2022-04-21
1
-16/+15
*
Use ResultOf()'s result_description when explaining match result.
Abseil Team
2022-04-04
1
-1/+5
*
Add a 3-arg overload for ResultOf() matcher that takes a description string f...
Abseil Team
2022-02-10
1
-6/+37
*
Consistently apply IWYU pragmas across googletest and googlemock headers
Abseil Team
2022-01-18
1
-0/+3
*
Merge pull request #3725 from bsilver8192:remove-another-disallow-assign
Copybara-Service
2022-01-11
1
-189/+162
|
\
|
*
Remove another GTEST_DISALLOW_ASSIGN_ that crept in
refs/pull/3725/head
Brian
2022-01-06
1
-2/+0
|
/
*
Include the param names in the generated description of the MATCHER_P matchers.
Abseil Team
2021-12-27
1
-14/+22
*
Merge pull request #3581 from cclauss:codespell
dinord
2021-10-05
1
-1/+1
|
\
|
*
Fix remaining typos discovered by codespell
refs/pull/3581/head
Christian Clauss
2021-09-24
1
-1/+1
*
|
Googletest export
Abseil Team
2021-09-28
1
-1/+2
|
/
*
Merge pull request #3195 from Inujel:fix-3194
dinord
2021-09-23
1
-10/+7
|
\
|
*
Using auto instead of container::const_iterator
refs/pull/3195/head
Julien JEMINE
2020-12-29
1
-10/+7
*
|
Googletest export
Abseil Team
2021-08-04
1
-0/+47
*
|
fix: typo codespelling comment
refs/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-07-09
1
-0/+1
*
|
Googletest export
Abseil Team
2021-07-07
1
-0/+36
*
|
Googletest export
Abseil Team
2021-06-30
1
-6/+122
*
|
Merge pull request #3429 from 1KoT1:master
CJ Johnson
2021-06-17
1
-8/+8
|
\
\
|
*
|
feat: make a matcher ElementsAreArray applicable for std ranges
refs/pull/3429/head
Vasilii Pochkaenko
2021-06-15
1
-2/+2
*
|
|
chore: fix spelling
refs/pull/3364/head
John Bampton
2021-04-15
1
-1/+1
*
|
|
Googletest export
Abseil Team
2021-03-16
1
-3/+3
*
|
|
Googletest export
Abseil Team
2021-02-18
1
-1/+1
*
|
|
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
[next]