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
/
gtest.cc
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
1
-7/+7
|
\
\
|
|
/
|
/
|
|
*
Add support for compiling GoogleTest for Xbox
Troels Gram
2024-03-24
1
-5/+7
*
|
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
1
-49/+31
*
Revert Optimize Google Test process startup
Abseil Team
2024-03-05
1
-50/+67
*
Optimize Google Test process startup
Abseil Team
2024-03-05
1
-67/+50
*
Make sure that current_test_suite and current_test_info are mutex-protected w...
Abseil Team
2024-02-27
1
-18/+31
*
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
|
/
*
Use the `empty()` method to check for emptiness instead of `length()`
Abseil Team
2023-09-18
1
-1/+1
*
changed http to https
refs/pull/4349/head
sthd
2023-08-22
1
-1/+1
*
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
|
/
*
Make GoogleTest handle SEH exceptions before stack unwinding rather than afte...
Abseil Team
2023-06-30
1
-43/+24
*
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
*
Allow clients to un-suppress output from gUnit EXPECT_EXIT tests.
Abseil Team
2023-06-15
1
-3/+3
*
Skip entire test suite with `GTEST_SKIP()` in `SetUpTestSuite`
Dino Radakovic
2023-06-14
1
-1/+2
*
Use Abseil Flag public API for flag parsing.
Abseil Team
2023-04-26
1
-15/+54
*
Use '=default' to define trivial constructor/destructors
refs/pull/4221/head
Tom Hughes
2023-04-21
1
-4/+4
*
Add missing std includes
Tom Hughes
2023-04-20
1
-0/+3
*
Make parameter names in function declaration match the names in the
Tom Hughes
2023-04-20
1
-10/+10
*
gtest.cc: run tests within a test suite in a deterministic order.
Abseil Team
2023-04-05
1
-0/+20
*
Rolled back due to breaking existing tests.
Abseil Team
2023-04-03
1
-20/+0
*
gtest.cc: run tests within a test suite in a deterministic order.
Aaron Jacobs
2023-03-30
1
-0/+20
*
Internal Code Change
Abseil Team
2023-03-23
1
-6/+5
*
gtest.cc: add a newline after a failure when there is no OS stack trace.
Aaron Jacobs
2023-03-23
1
-0/+2
*
Remove GTEST_FOR_GOOGLE_ macro
Tom Hughes
2023-03-06
1
-4/+0
*
Replace "#if GTEST_HAS_ABSL" with "#ifdef GTEST_HAS_ABSL"
Tom Hughes
2023-03-06
1
-6/+6
*
Use "#ifdef" with public macros
Tom Hughes
2023-03-06
1
-6/+6
*
Use "#ifdef GTEST_OS_..." instead of "#if GTEST_OS_..."
Tom Hughes
2023-03-06
1
-31/+36
*
Eliminate argv list action parameter.
Abseil Team
2023-02-28
1
-2/+1
*
Merge pull request #4164 from sergio-nsk:patch-2
Copybara-Service
2023-02-27
1
-0/+4
|
\
|
*
Fix error in_death_test_child_process: undeclared identifier
refs/pull/4164/head
Sergey
2023-02-21
1
-0/+3
|
/
*
Remove some filesystem APIs and tests under !GTEST_HAS_FILE_SYSTEM
Abseil Team
2023-02-14
1
-1/+6
[next]