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.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
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
|
/
*
Fix FunctionMocker compilation slowdown in 9d21db9e0a60a1ea61ec19331c9bc0dd33...
Abseil Team
2023-04-11
1
-18/+55
*
Fix redundant redeclaration warning
Derek Mauro
2023-03-28
1
-0/+2
*
gtest.cc: add a newline after a failure when there is no OS stack trace.
Aaron Jacobs
2023-03-23
1
-0/+18
*
Internal Code Change
Abseil Team
2023-03-21
1
-5/+5
*
Introduce std::make_unique and bool literals where possible
Abseil Team
2023-03-20
3
-12/+9
*
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
*
Internal Code Change
Abseil Team
2023-03-07
1
-1/+2
*
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
8
-22/+22
*
Internal Code Change
Abseil Team
2023-03-03
3
-3/+3
*
Fix link in ReportUninterestingCall message
Abseil Team
2023-02-16
3
-6/+6
*
Remove GTEST_USES_PCRE references
Tom Hughes
2023-02-07
1
-11/+2
*
Fix GTEST_HAS_ABSL define check for [-Werror=undef] compilations
Martijn Vels
2023-02-07
1
-2/+2
*
Add support for the alternative base64 encoding in RFC 4648 section 5 to `Whe...
Abseil Team
2023-02-06
2
-1/+9
*
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
15
-134/+68
*
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
7
-49/+50
*
|
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
*
|
IWYU: Add missing std includes
Tom Hughes
2023-01-05
2
-0/+2
|
/
*
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
2
-17/+17
*
Make SizeIsMatcher::Impl conform to the contract of MatcherDescriberInterface.
Abseil Team
2022-11-30
2
-4/+4
*
Disables `-Wunused-member-function` and `-Wused-but-marked-unused` that trigg...
Abseil Team
2022-11-29
5
-3/+59
*
Remove incorrect GTEST_ATTRIBUTE_UNUSED_ from InSequence class.
Abseil Team
2022-11-08
1
-1/+1
*
Merge pull request #4041 from zloylos:allow-naming-expectations
Copybara-Service
2022-10-25
3
-11/+48
|
\
|
*
Fix format without expectation name
refs/pull/4041/head
Denis Hananein
2022-10-21
1
-2/+2
|
*
Change messages
Denis Hananein
2022-10-21
2
-10/+9
|
*
Allow naming expectations #3970
Denis Hananein
2022-10-20
2
-4/+29
|
/
*
Workaround for Visual C++ error C2039 with std::tuple_element_t.
Abseil Team
2022-10-12
2
-4/+15
*
Port GoogleTest to QuRT (Hexagon RTOS)
refs/pull/4016/head
Marat Dukhan
2022-09-26
1
-0/+7
*
Remove obsolete MSVC warning pragmas for Invalid<T>()
Abseil Team
2022-09-08
1
-11/+0
*
Fixed header guards to match style guide conventions.
Abseil Team
2022-09-01
1
-3/+3
*
Merge pull request #3916 from asmodai27:main
Copybara-Service
2022-08-30
1
-3/+4
|
\
|
*
Avoid implicit conversion from int to char
Jérôme Travert
2022-06-26
1
-1/+1
*
|
Add support of 19-member structs to gmock UnpackStructImpl.
Hardik Vala
2022-08-22
2
-0/+10
*
|
Merge pull request #3918 from assafpr:master2main
Copybara-Service
2022-08-01
5
-8/+8
|
\
\
|
*
|
Update gmock-matchers.h
assafpr
2022-06-27
1
-1/+1
[next]