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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update version strings to 1.15.2 (#4583)
v1.15.2
v1.15.x
Derek Mauro
2024-07-31
2
-2/+2
*
Remove auto-detection of Python toolchain from MODULE.bazel (#4582)
v1.15.1
Derek Mauro
2024-07-31
2
-6/+19
*
Prepare for v1.15.0 (#4574)
v1.15.0-pre
v1.15.0
Derek Mauro
2024-07-15
4
-7/+7
*
Update dependency versions in preparation for release
Derek Mauro
2024-07-15
3
-11/+14
*
README.md: Remove outdated notes about continuous integration and
Derek Mauro
2024-07-12
1
-5/+1
*
Workaround GCC 12 -Wrestrict false-positive
Derek Mauro
2024-07-10
1
-3/+3
*
Fix the documentation that erroneously says you can use short versions
Derek Mauro
2024-07-09
1
-1/+1
*
Add a bounds check to protect against an empty vector from GetArgs(), which
Abseil Team
2024-06-28
1
-2/+5
*
Skip the predicate on SIGSEGV in death-test on Android builds with API level ...
Abseil Team
2024-06-13
1
-0/+2
*
Mention the optional third argument to TYPED_TEST_SUITE
Abseil Team
2024-05-28
1
-0/+17
*
Update GoogleTest CI Docker image to use Clang 19, GCC 14, and CMake 3.29.3
Derek Mauro
2024-05-24
1
-1/+1
*
Change GoogleTest flag removal to not read beyond the end of the array
Derek Mauro
2024-05-21
1
-6/+6
*
Print mismatches for UnorderedElements() of different sizes.
Abseil Team
2024-05-20
2
-17/+27
*
Make EXPECT_DEATH_IF_SUPPORTED work with matchers
Abseil Team
2024-05-13
2
-26/+27
*
Merge pull request #4527 from abhina-sree:abhina/add_zos
Copybara-Service
2024-05-06
1
-1/+1
|
\
|
*
add zos for death test support
refs/pull/4527/head
Abhina Sreeskantharajan
2024-05-02
1
-1/+1
*
|
Use std::forward on GoogleTest matcher arguments
Abseil Team
2024-05-06
1
-2/+2
*
|
Merge pull request #3991 from pgroke-dt:default-enable-thread-support-for-Sol...
Copybara-Service
2024-05-03
1
-1/+2
|
\
\
|
*
\
Merge branch 'main' into default-enable-thread-support-for-Solaris-AIX-zOS
refs/pull/3991/head
Paul Groke
2024-05-02
162
-4578/+6515
|
|
\
\
|
|
|
/
|
*
|
extend GTEST_HAS_PTHREAD default to enable threading on Solaris, AIX and z/OS
Paul Groke
2022-08-31
1
-1/+2
*
|
|
Add example using EXPECT statement in custom matcher
Abseil Team
2024-05-02
1
-3/+32
|
|
/
|
/
|
*
|
Adds "IWYU pragma: export" to gtest-param-util.h
Abseil Team
2024-04-25
1
-1/+1
*
|
Use `[[maybe_unused]]` when it is available to avoid
Derek Mauro
2024-04-16
7
-124/+150
*
|
Modify example in the primer to match Testing FAQ.
Krzysztof Kosiński
2024-04-12
1
-9/+8
*
|
Fix https://github.com/google/googletest/issues/4423
Abseil Team
2024-04-10
1
-2/+4
*
|
Merge pull request #4508 from davidmatson:addJsonSkipped
Copybara-Service
2024-04-08
3
-16/+61
|
\
\
|
*
|
Add skipped messages to JSON output (fixes #4507).
refs/pull/4508/head
David Matson
2024-04-03
3
-16/+62
*
|
|
No external change
Abseil Team
2024-04-05
1
-1/+1
*
|
|
[gtest] Use `std::index_sequence` and friends instead of rolling our own
Lawrence Wolf-Sonkin
2024-04-04
7
-103/+56
*
|
|
Merge pull request #4505 from to01z:add-winapi-partition-games-support
Copybara-Service
2024-04-03
4
-23/+26
|
\
\
\
|
*
|
|
Revert changes to googletest-port-test.cc
refs/pull/4505/head
Troels Gram
2024-03-29
1
-2/+2
|
*
|
|
Add support for compiling GoogleTest for Xbox
Troels Gram
2024-03-24
5
-13/+19
*
|
|
|
Fix a race condition between the Watcher thread and the main thread
Derek Mauro
2024-04-03
1
-10/+25
|
|
/
/
|
/
|
|
*
|
|
Delete the unofficial GitHub actions tests.
Derek Mauro
2024-04-03
1
-43/+0
*
|
|
Merge pull request #4503 from davidmatson:fixTypo
Copybara-Service
2024-04-02
1
-1/+1
|
\
\
\
|
*
|
|
Fix typo in comment.
refs/pull/4503/head
David Matson
2024-03-29
1
-1/+1
|
|
/
/
*
|
|
Merge pull request #4502 from davidmatson:fixStreamHelpTextOs
Copybara-Service
2024-04-02
1
-1/+1
|
\
\
\
|
*
|
|
Fix help text for stream_result_to flag.
refs/pull/4502/head
David Matson
2024-03-28
1
-1/+1
|
|
/
/
*
|
|
Automated Code Change
Abseil Team
2024-03-30
1
-2/+2
|
/
/
*
|
Merge pull request #4490 from memdo:main
Copybara-Service
2024-03-18
3
-10/+13
|
\
\
|
*
|
Add colored output support for Alacritty
refs/pull/4490/head
Mustafa Berkay Düzenli
2024-03-15
3
-0/+5
|
/
/
*
|
Add test for move-only type in `Action` signature
Abseil Team
2024-03-15
1
-0/+16
*
|
Guard Abseil flags usage in googlemock with GTEST_NO_ABSL_FLAGS.
Daniel Cheng
2024-03-11
1
-4/+4
*
|
Reland: Optimize Google Test process startup
Abseil Team
2024-03-08
6
-144/+141
*
|
Revert Optimize Google Test process startup
Abseil Team
2024-03-05
6
-160/+162
*
|
Optimize Google Test process startup
Abseil Team
2024-03-05
6
-162/+160
*
|
Merge pull request #4466 from danfabo:fix-fetch-content-uses-gtest
Copybara-Service
2024-03-04
1
-3/+4
|
\
\
|
*
|
Get include dirs from target rather than global variables.
refs/pull/4466/head
danfabo
2024-02-11
1
-3/+4
*
|
|
Accept one-shot callables in InvokeArgument.
Abseil Team
2024-02-29
2
-2/+13
*
|
|
Merge pull request #4477 from tmiguelf:feature/soup_cleanup
Copybara-Service
2024-02-28
1
-10/+10
|
\
\
\
[next]