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
*
Accept one-shot callables in InvokeArgument.
Abseil Team
2024-02-29
2
-2/+13
*
Switch rank structs to be consistent with written guidance in go/ranked-overl...
Matt Kulukundis
2024-02-07
1
-11/+12
*
Use _Exit instead of _exit in GoogleTest
Abseil Team
2024-02-07
1
-1/+1
*
Accept move-only callables in `InvokeArguments`
Abseil Team
2023-12-28
2
-2/+14
*
Fix data race in leak detection
Abseil Team
2023-12-18
1
-0/+1
*
Implement `testing::Rethrow` to throw exceptions more easily via `std::except...
Abseil Team
2023-11-27
2
-3/+30
*
Export gmock-spec-builders.
Abseil Team
2023-10-26
1
-0/+1
*
StartsWith: Explicitly construct matcher-typed strings from matchee parameter
refs/pull/4398/head
Dino Radakovic
2023-10-23
2
-2/+11
*
cmake: Fix comments in cmake files
refs/pull/4382/head
Dzmitry Ivaniuk
2023-09-29
1
-10/+10
*
Merge pull request #4374 from masbug:main
Copybara-Service
2023-09-25
1
-4/+5
|
\
|
*
Fix compile warnings in gmock-function-mocker.h
refs/pull/4374/head
Mitja Spes
2023-09-21
1
-4/+4
|
/
*
Update code with IWYU annotations.
Abseil Team
2023-09-18
1
-7/+7
*
Merge pull request #4349 from sthd:httpToHttps
Copybara-Service
2023-08-23
2
-4/+4
|
\
|
*
changed http to https
refs/pull/4349/head
sthd
2023-08-22
2
-5/+5
|
/
*
Clean up typos: Exhaused => Exhausted
Abseil Team
2023-08-21
1
-1/+1
*
Avoid unreachable code warning
refs/pull/4328/head
Robert Shade
2023-08-02
1
-1/+7
*
Merge pull request #4302 from ciband:feat/nrf52
Copybara-Service
2023-07-18
1
-1/+2
|
\
|
*
add support for nrf52
refs/pull/4302/head
Chris Johnson
2023-06-27
1
-1/+1
|
/
*
cmake: Remove remaining checks for CMAKE_VERSION
refs/pull/4293/head
Juan Ramos
2023-06-21
1
-17/+9
*
Merge pull request #4288 from juan-lunarg:juan/cmake_min_3_dot_6
Copybara-Service
2023-06-20
1
-2/+1
|
\
|
*
cmake: Raise min to 3.6
refs/pull/4288/head
Juan Ramos
2023-06-19
1
-2/+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
28
-141/+244
|
|
\
|
|
/
|
/
|
*
|
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
16
-48/+48
*
|
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
13
-0/+43
*
|
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
|
*
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
*
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
[next]