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
/
googletest
/
src
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add a bounds check to protect against an empty vector from GetArgs(), which
Abseil Team
2024-06-28
1
-2/+5
*
Change GoogleTest flag removal to not read beyond the end of the array
Derek Mauro
2024-05-21
1
-6/+6
*
Merge pull request #4508 from davidmatson:addJsonSkipped
Copybara-Service
2024-04-08
1
-16/+43
|
\
|
*
Add skipped messages to JSON output (fixes #4507).
refs/pull/4508/head
David Matson
2024-04-03
1
-16/+41
*
|
Merge pull request #4505 from to01z:add-winapi-partition-games-support
Copybara-Service
2024-04-03
2
-17/+17
|
\
\
|
*
|
Add support for compiling GoogleTest for Xbox
Troels Gram
2024-03-24
2
-7/+9
*
|
|
Fix a race condition between the Watcher thread and the main thread
Derek Mauro
2024-04-03
1
-10/+25
|
|
/
|
/
|
*
|
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
|
/
*
Merge pull request #4490 from memdo:main
Copybara-Service
2024-03-18
1
-7/+6
|
\
|
*
Add colored output support for Alacritty
refs/pull/4490/head
Mustafa Berkay Düzenli
2024-03-15
1
-0/+1
|
/
*
Reland: Optimize Google Test process startup
Abseil Team
2024-03-08
2
-53/+47
*
Revert Optimize Google Test process startup
Abseil Team
2024-03-05
2
-66/+71
*
Optimize Google Test process startup
Abseil Team
2024-03-05
2
-71/+66
*
Merge pull request #4477 from tmiguelf:feature/soup_cleanup
Copybara-Service
2024-02-28
1
-10/+10
|
\
|
*
Fixed gcc linker error 58
refs/pull/4477/head
Tiago Freire
2024-02-23
1
-10/+20
*
|
Make sure that current_test_suite and current_test_info are mutex-protected w...
Abseil Team
2024-02-27
2
-30/+43
|
/
*
Use _Exit instead of _exit in GoogleTest
Abseil Team
2024-02-07
1
-6/+8
*
Destroy installed environments in normal code, not in static teardown.
Abseil Team
2024-02-07
1
-3/+12
*
Do not emit stack traces for messages generated by SUCCEED()
Abseil Team
2024-01-30
1
-4/+14
*
If GTEST_NO_ABSL_FLAGS is #defined, then the Abseil flag library
Abseil Team
2024-01-18
1
-1/+7
*
Make posix::FileNo available under !GTEST_HAS_FILE_SYSTEM
Abseil Team
2024-01-16
1
-4/+2
*
Do not emit stack traces for messages generated by GTEST_SKIP()
Abseil Team
2024-01-16
1
-1/+6
*
Remove unnecessary conversion
Tom Hughes
2023-12-12
1
-2/+2
*
Merge pull request #4397 from botovq:raise
Copybara-Service
2023-10-30
1
-0/+1
|
\
|
*
Add missing include for raise(3)
refs/pull/4397/head
Theo Buehler
2023-10-25
1
-0/+1
|
/
*
Fix RE::Init for Android and NetBSD.
Abseil Team
2023-10-05
1
-2/+13
*
Use the `empty()` method to check for emptiness instead of `length()`
Abseil Team
2023-09-18
2
-2/+2
*
Merge pull request #4342 from tanzislam:prefer-tmpdir-on-android
Copybara-Service
2023-09-14
1
-8/+24
|
\
|
*
Reuse TempDir() function
refs/pull/4342/head
Tanzinul Islam
2023-08-26
1
-4/+1
|
*
Prefer $TMPDIR to /data/local/tmp on Android
Tanzinul Islam
2023-08-18
1
-1/+7
*
|
changed http to https
refs/pull/4349/head
sthd
2023-08-22
3
-3/+3
*
|
Merge pull request #4322 from pgawro:ansi_colors
Copybara-Service
2023-08-18
1
-1/+2
|
\
\
|
|
/
|
/
|
|
*
googletest: ansi color fix
refs/pull/4322/head
Patryk Gawroński
2023-08-16
1
-1/+2
*
|
Use #if and not #ifdef to check filesystem support
refs/pull/4325/head
Julien Combattelli
2023-07-29
1
-1/+1
|
/
*
Merge pull request #4302 from ciband:feat/nrf52
Copybara-Service
2023-07-18
2
-3/+6
|
\
|
*
add support for nrf52
refs/pull/4302/head
Chris Johnson
2023-06-27
2
-3/+5
*
|
Fix C++20 compatibility bug.
Mike Kruskal
2023-07-01
1
-4/+4
*
|
Make GoogleTest handle SEH exceptions before stack unwinding rather than afte...
Abseil Team
2023-06-30
2
-46/+27
*
|
Print stack traces on SEH exceptions on Windows
Abseil Team
2023-06-28
1
-18/+21
*
|
On platforms without a file system, don't log an error when no
Derek Mauro
2023-06-28
1
-2/+4
|
/
*
Merge branch 'google:main' into feat/qn9090
refs/pull/4301/head
Chris Johnson
2023-06-22
3
-7/+8
|
\
|
*
Allow clients to un-suppress output from gUnit EXPECT_EXIT tests.
Abseil Team
2023-06-15
2
-4/+4
|
*
Skip entire test suite with `GTEST_SKIP()` in `SetUpTestSuite`
Dino Radakovic
2023-06-14
1
-1/+2
|
*
Check for file system for current directory
refs/pull/4269/head
Joakim Plate
2023-06-02
1
-2/+2
*
|
add support for nxp qn9090 mcu
Chris Johnson
2023-06-22
1
-2/+2
|
/
*
Give CreateArgvFromArgs internal linkage
Abseil Team
2023-05-11
1
-1/+4
*
This trips up when compiling with -Wvla otherwise.
Abseil Team
2023-05-05
1
-2/+2
[next]