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
/
gtest
/
gtest.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Reland: Optimize Google Test process startup
Abseil Team
2024-03-08
1
-3/+3
*
Revert Optimize Google Test process startup
Abseil Team
2024-03-05
1
-3/+3
*
Optimize Google Test process startup
Abseil Team
2024-03-05
1
-3/+3
*
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
*
Destroy installed environments in normal code, not in static teardown.
Abseil Team
2024-02-07
1
-1/+2
*
Add `FAIL_AT` macro variant of `FAIL` matching `ADD_FAILURE`, `ADD_FAILURE_AT`
Abseil Team
2023-12-13
1
-0/+1
*
Merge pull request #4330 from IncludeGuardian:remove-iomanip
Copybara-Service
2023-08-08
1
-5/+4
|
\
|
*
Remove public includes of `<iomanip>`
refs/pull/4330/head
Elliot Goodrich
2023-08-03
1
-5/+4
*
|
Merge pull request #4313 from kimvaleen:main
Copybara-Service
2023-07-18
1
-2/+2
|
\
\
|
|
/
|
/
|
|
*
Fixed variables that could be declared 'const'
refs/pull/4313/head
kimvaleen
2023-07-11
1
-1/+1
|
/
*
Allow clients to un-suppress output from gUnit EXPECT_EXIT tests.
Abseil Team
2023-06-15
1
-1/+4
*
Use '=default' to define trivial constructor/destructors
refs/pull/4221/head
Tom Hughes
2023-04-21
1
-3/+3
*
Internal Code Change
Abseil Team
2023-03-24
1
-3/+3
*
Fix compilation with -Wundef.
Tom Hughes
2023-03-06
1
-14/+14
*
Use "#ifdef" with public macros
Tom Hughes
2023-03-06
1
-1/+1
*
Use "#ifdef GTEST_OS_..." instead of "#if GTEST_OS_..."
Tom Hughes
2023-03-06
1
-1/+1
*
Remove int64_t cast in RecordProperty
Tom Hughes
2023-02-21
1
-1/+1
*
Fix -Wsign-conversion warnings
Tom Hughes
2023-02-02
1
-1/+7
*
Use GTEST_DISABLE_MSC_WARNINGS macros to disable warnings
Tom Hughes
2023-01-30
1
-8/+2
*
Fix formatting of C++ files
Tom Hughes
2023-01-24
1
-2/+2
*
IWYU: Add missing std includes
Tom Hughes
2023-01-05
1
-0/+4
*
Remove incorrect usage of GTEST_ATTRIBUTE_UNUSED_ on classes.
Abseil Team
2022-11-15
1
-3/+1
*
Defined a testing::SrcDir() function that returns the name of a directory
Abseil Team
2022-11-11
1
-2/+9
*
Merge pull request #4039 from zloylos:fix-return-fail-at-4038
Copybara-Service
2022-11-10
1
-3/+3
|
\
|
*
Add return for GTEST_FAIL_AT
refs/pull/4039/head
Denis Hananein
2022-10-15
1
-2/+2
*
|
RecordProperty serializes ints and 64-bit ints, including size_ts
Abseil Team
2022-11-07
1
-1/+2
|
/
*
Merge pull request #3967 from BMBurstein:custom_type_combine
Copybara-Service
2022-10-04
1
-1/+1
|
\
|
*
Custom type with Combine(). Fix for #3781
Baruch Burstein
2022-07-31
1
-1/+1
*
|
Uses a simpler mechanism to disable the copying of GoogleTest test suites, to...
Abseil Team
2022-09-30
1
-0/+11
*
|
Rollback: Moves boilerplate disabling copy constructor/assignment from Google...
Abseil Team
2022-09-28
1
-15/+0
*
|
Rollback: Uses a simpler mechanism to disable the copying of GoogleTest test ...
Abseil Team
2022-09-28
1
-5/+12
*
|
Uses a simpler mechanism to disable the copying of GoogleTest test suites.
Abseil Team
2022-09-28
1
-12/+5
*
|
Moves boilerplate disabling copy constructor/assignment from GoogleTest's TES...
Abseil Team
2022-09-28
1
-0/+15
|
/
*
Remove the legacy internal GTEST_DISALLOW_* macros
Derek Mauro
2022-04-22
1
-9/+18
*
Running clang-format over all of GoogleTest
Abseil Team
2022-03-15
1
-148/+120
*
Factor out AssertionResult into dedicated gtest-assertion-result header + imp...
Abseil Team
2022-01-19
1
-187/+2
*
Consistently apply IWYU pragmas across googletest and googlemock headers
Abseil Team
2022-01-18
1
-4/+3
*
Googletest export
Abseil Team
2021-11-09
1
-0/+1
*
Googletest export
Abseil Team
2021-11-03
1
-1/+1
*
Merge pull request #3638 from limitedAtonement:3637-disabled-output
CJ Johnson
2021-11-03
1
-0/+4
|
\
|
*
Re #3637 Show Disabled Tests in testing output
refs/pull/3638/head
lmat
2021-11-01
1
-0/+4
|
/
*
Googletest export
Abseil Team
2021-07-22
1
-4/+0
*
Merge pull request #3472 from jwnimmer-tri:fix-dont-macros
CJ Johnson
2021-07-22
1
-3/+4
|
\
|
*
Fix location of GOOGLETEST_CM0011 marker
refs/pull/3472/head
Derek Mauro
2021-07-14
1
-1/+1
|
*
Use GTEST_DONT_DEFINE_TEST_F to guard TEST_F
Jeremy Nimmer
2021-07-01
1
-4/+5
*
|
Googletest export
Abseil Team
2021-07-07
1
-11/+10
*
|
Googletest export
Abseil Team
2021-07-07
1
-0/+6
|
/
*
chore: fix spelling
refs/pull/3364/head
John Bampton
2021-04-15
1
-1/+1
*
Googletest export
Abseil Team
2021-04-05
1
-4/+23
[next]