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
/
test
Commit message (
Expand
)
Author
Age
Files
Lines
*
Print mismatches for UnorderedElements() of different sizes.
Abseil Team
2024-05-20
1
-3/+14
*
Add test for move-only type in `Action` signature
Abseil Team
2024-03-15
1
-0/+16
*
Accept one-shot callables in InvokeArgument.
Abseil Team
2024-02-29
1
-0/+10
*
Accept move-only callables in `InvokeArguments`
Abseil Team
2023-12-28
1
-1/+13
*
Implement `testing::Rethrow` to throw exceptions more easily via `std::except...
Abseil Team
2023-11-27
1
-0/+9
*
StartsWith: Explicitly construct matcher-typed strings from matchee parameter
refs/pull/4398/head
Dino Radakovic
2023-10-23
1
-0/+9
*
Clean up typos: Exhaused => Exhausted
Abseil Team
2023-08-21
1
-1/+1
*
Merge pull request #4146 from lygstate:fixes_std_pair_diff
Copybara-Service
2023-05-02
2
-9/+4
|
\
|
*
Merge branch 'main' into fixes_std_pair_diff
refs/pull/4146/head
Andy Soffer
2023-05-01
17
-83/+138
|
|
\
|
|
/
|
/
|
*
|
Use GTEST_INTERNAL_CPLUSPLUS_LANG instead of __cplusplus
Dino Radakovic
2023-04-28
2
-2/+5
*
|
Add qualifier to avoid argument dependent lookup
Tom Hughes
2023-04-28
1
-1/+1
*
|
gmock: fix issue #4222
refs/pull/4225/head
Patryk GawroĊski
2023-04-24
1
-13/+13
*
|
Use '=default' to define trivial constructor/destructors
refs/pull/4221/head
Tom Hughes
2023-04-21
11
-35/+35
*
|
Use the empty method to check for emptiness
Tom Hughes
2023-04-21
1
-1/+1
*
|
Add missing std includes
Tom Hughes
2023-04-20
9
-0/+38
*
|
gtest.cc: add a newline after a failure when there is no OS stack trace.
Aaron Jacobs
2023-03-23
1
-0/+18
*
|
Introduce std::make_unique and bool literals where possible
Abseil Team
2023-03-20
3
-12/+9
*
|
Use "#ifdef" with public macros
Tom Hughes
2023-03-06
2
-2/+2
*
|
Use "#ifdef GTEST_OS_..." instead of "#if GTEST_OS_..."
Tom Hughes
2023-03-06
4
-12/+12
*
|
Fix link in ReportUninterestingCall message
Abseil Team
2023-02-16
2
-5/+5
|
*
Fixes the test gmock_output_test.py with MSVC
Yonggang Luo
2023-02-28
1
-1/+1
|
*
Revert "Fix gmock_output_test when using MSVC"
Yonggang Luo
2023-02-09
2
-9/+4
|
/
*
Remove GTEST_USES_PCRE references
Tom Hughes
2023-02-07
1
-11/+2
*
Add support for the alternative base64 encoding in RFC 4648 section 5 to `Whe...
Abseil Team
2023-02-06
1
-0/+3
*
Fix include order
Tom Hughes
2023-02-01
1
-2/+2
*
Remove GMOCK_RENAME_MAIN
Tom Hughes
2023-02-01
1
-7/+0
*
Fix gmock_output_test when using MSVC
Tom Hughes
2023-02-01
2
-4/+9
*
Use GTEST_DISABLE_MSC_WARNINGS macros to disable warnings
Tom Hughes
2023-01-30
10
-95/+52
*
Use explicit short to fix MSVC compiler warning
Tom Hughes
2023-01-30
1
-4/+4
*
Merge pull request #4115 from SunBlack:codespell
Copybara-Service
2023-01-30
1
-2/+2
|
\
|
*
Fix typos found by codespell
refs/pull/4115/head
SunBlack
2023-01-04
1
-2/+2
*
|
Remove pylint disable comments that no longer trigger warnings
Tom Hughes
2023-01-25
1
-5/+0
*
|
Fix formatting in subset of Python files
Tom Hughes
2023-01-25
2
-27/+40
*
|
Fix formatting of C++ files
Tom Hughes
2023-01-24
3
-7/+7
*
|
Remove FloatingPoint::Max() in favor of std::numeric_limits::max()
Derek Mauro
2023-01-24
1
-1/+3
*
|
Replace deprecated python calls
Tom Hughes
2023-01-17
1
-2/+2
*
|
gmock_output_test: normalize golden file output to unix line endings
Abseil Team
2023-01-17
1
-0/+3
*
|
Fix -Wshadow warnings
Tom Hughes
2023-01-12
1
-2/+2
|
/
*
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
2
-0/+29
*
Merge pull request #4041 from zloylos:allow-naming-expectations
Copybara-Service
2022-10-25
1
-7/+10
*
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
2
-5/+5
|
\
|
*
Update gmock-spec-builders_test.cc
assafpr
2022-06-27
1
-1/+1
|
*
Update gmock_output_test_golden.txt
assafpr
2022-06-22
1
-4/+4
*
|
Add support of 18-member structs to gmock UnpackStructImpl.
refs/pull/3966/head
Abseil Team
2022-07-29
1
-0/+10
*
|
Add IsEmpty overload for C-style strings
Dino Radakovic
2022-07-25
1
-0/+26
*
|
fix: typo in test name
yutotnh
2022-07-01
1
-1/+1
*
|
fix: some typos in comment
yutotnh
2022-07-01
2
-3/+3
|
/
*
gmock-spec-builders: add support for non-moveable types.
Aaron Jacobs
2022-05-27
1
-53/+55
[next]