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
/
include
Commit message (
Expand
)
Author
Age
Files
Lines
*
Workaround GCC 12 -Wrestrict false-positive
Derek Mauro
2024-07-10
1
-3/+3
*
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
*
|
Merge branch 'main' into default-enable-thread-support-for-Solaris-AIX-zOS
refs/pull/3991/head
Paul Groke
2024-05-02
18
-669/+1115
|
\
\
|
|
/
|
*
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
4
-72/+97
|
*
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
2
-48/+14
|
*
Merge pull request #4505 from to01z:add-winapi-partition-games-support
Copybara-Service
2024-04-03
2
-6/+9
|
|
\
|
|
*
Add support for compiling GoogleTest for Xbox
Troels Gram
2024-03-24
2
-4/+8
|
*
|
Automated Code Change
Abseil Team
2024-03-30
1
-2/+2
|
|
/
|
*
Reland: Optimize Google Test process startup
Abseil Team
2024-03-08
4
-91/+94
|
*
Revert Optimize Google Test process startup
Abseil Team
2024-03-05
4
-94/+91
|
*
Optimize Google Test process startup
Abseil Team
2024-03-05
4
-91/+94
|
*
Make sure that current_test_suite and current_test_info are mutex-protected w...
Abseil Team
2024-02-27
1
-0/+16
|
*
gtest.h: add IWYU export pragmas
Abseil Team
2024-02-15
1
-10/+10
|
*
Use _Exit instead of _exit in GoogleTest
Abseil Team
2024-02-07
1
-1/+1
|
*
Destroy installed environments in normal code, not in static teardown.
Abseil Team
2024-02-07
1
-1/+2
|
*
Fix double-promotion warnings in AppropriateResolution()
Abseil Team
2024-01-23
1
-21/+28
|
*
googletest: Fix incorrect comment about `value_param` of `internal::MakeAndRe...
Dino Radakovic
2024-01-22
1
-1/+1
|
*
If GTEST_NO_ABSL_FLAGS is #defined, then the Abseil flag library
Abseil Team
2024-01-18
1
-5/+7
|
*
Make posix::FileNo available under !GTEST_HAS_FILE_SYSTEM
Abseil Team
2024-01-16
1
-2/+9
|
*
Disable -Wfloat-equal in AppropriateResolution().
Krzysztof KosiĆski
2024-01-09
1
-0/+7
|
*
Add `FAIL_AT` macro variant of `FAIL` matching `ADD_FAILURE`, `ADD_FAILURE_AT`
Abseil Team
2023-12-13
1
-0/+1
|
*
Improve error message for invalid parameterized test names.
Abseil Team
2023-10-19
1
-2/+2
|
*
gtest-death-test-internal: Delete obsolete string constants
Dino Radakovic
2023-10-17
1
-3/+1
|
*
Resolve `-Wundef` triggering on `GTEST_CREATE_SHARED_LIBRARY` and `GTEST_LINK...
Abseil Team
2023-09-25
1
-2/+2
|
*
Update C++ feature detection in `gtest-port.h` to rely on feature test macros...
Abseil Team
2023-09-22
1
-24/+36
|
*
Use `absl::HasAbslStringify`, instead of the internal version.
Abseil Team
2023-09-21
2
-15/+13
|
*
googletest: Add universal printer for `std::span`
Dino Radakovic
2023-08-25
2
-2/+37
|
*
changed http to https
refs/pull/4349/head
sthd
2023-08-22
2
-6/+6
|
*
Improve error message for invalid parameterized test names.
Abseil Team
2023-08-17
1
-1/+3
|
*
Merge pull request #4330 from IncludeGuardian:remove-iomanip
Copybara-Service
2023-08-08
2
-6/+4
|
|
\
|
|
*
Remove public includes of `<iomanip>`
refs/pull/4330/head
Elliot Goodrich
2023-08-03
2
-6/+4
|
*
|
Remove the GTEST_HAS_DOWNCAST_ customization point.
Derek Mauro
2023-08-02
1
-14/+4
|
*
|
Make testing::Message support streamed AbslStringify values
Phoebe Liang
2023-08-01
1
-2/+34
|
*
|
Make `AbslStringify` usage public in GoogleTest
Abseil Team
2023-07-21
1
-0/+22
|
*
|
Remove unused cast implementation
Derek Mauro
2023-07-19
1
-41/+0
|
*
|
Merge pull request #4313 from kimvaleen:main
Copybara-Service
2023-07-18
2
-15/+16
|
|
\
\
|
|
*
|
Fixed variables that could be declared 'const'
refs/pull/4313/head
kimvaleen
2023-07-11
2
-2/+2
|
*
|
|
Merge pull request #4302 from ciband:feat/nrf52
Copybara-Service
2023-07-18
2
-1/+3
|
|
\
\
\
|
|
|
_
|
/
|
|
/
|
|
|
|
*
|
add support for nrf52
refs/pull/4302/head
Chris Johnson
2023-06-27
2
-1/+3
|
*
|
|
Merge pull request #4308 from smr99:fix-float-cast
Copybara-Service
2023-07-11
1
-2/+2
|
|
\
\
\
|
|
|
_
|
/
|
|
/
|
|
|
|
*
|
Use template type FloatType in the cast.
refs/pull/4308/head
Steve Robbins
2023-07-04
1
-2/+2
|
*
|
|
Update docstring of PrintWithFallback(..) to reflect the recently changed ord...
Abseil Team
2023-07-07
1
-1/+1
|
|
/
/
|
*
|
Fix C++20 compatibility bug.
Mike Kruskal
2023-07-01
2
-4/+4
|
*
|
Resolve an issue where the resolution of `operator<<` overloads would attempt...
Abseil Team
2023-06-27
1
-2/+4
|
|
/
|
*
Merge branch 'google:main' into feat/qn9090
refs/pull/4301/head
Chris Johnson
2023-06-22
1
-1/+4
|
|
\
|
|
*
Allow clients to un-suppress output from gUnit EXPECT_EXIT tests.
Abseil Team
2023-06-15
1
-1/+4
[next]