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.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
/
test
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix RE::Init for Android and NetBSD.
Abseil Team
2023-10-05
1
-2/+2
*
Count threads after thread-creation while still holding mutex lock
refs/pull/4365/head
Tanzinul Islam
2023-09-03
1
-3/+3
*
googletest: Add universal printer for `std::span`
Dino Radakovic
2023-08-25
1
-0/+16
*
Merge pull request #4333 from ngie-eign:gtest_help_test-fix-FreeBSD
Copybara-Service
2023-08-15
1
-3/+14
|
\
|
*
Fix GTestHelpTest.TestHelpFlag on FreeBSD
refs/pull/4333/head
Enji Cooper
2023-08-08
1
-3/+13
*
|
gtest_help_test: Make method names `snake_case`, conforming with [the style g...
Dino Radakovic
2023-08-15
1
-7/+7
*
|
gtest_help_test: Inline test helper functions
Dino Radakovic
2023-08-15
1
-23/+7
*
|
Merge pull request #4334 from ngie-eign:fix-RETest-non-ABSL
Copybara-Service
2023-08-15
1
-2/+2
|
\
\
|
*
|
Fix RETest/1.ImplicitConstructorWorks on non-ABSL platforms
refs/pull/4334/head
Enji Cooper
2023-08-08
1
-2/+2
|
|
/
*
|
gtest_help_test: Delete obsolete helper `TestUnknownFlagWithAbseil`
Dino Radakovic
2023-08-15
1
-13/+0
|
/
*
Merge pull request #4323 from pgawro:gtest_ExpectThrowTest_DoesNotGenerateUnr...
Copybara-Service
2023-08-03
1
-1/+1
|
\
|
*
gtest: Supress warning about set unused variable
refs/pull/4323/head
Patryk GawroĊski
2023-07-26
1
-1/+1
*
|
Add googletest-message-test to the Bazel tests
Derek Mauro
2023-08-02
1
-0/+1
*
|
Make testing::Message support streamed AbslStringify values
Phoebe Liang
2023-08-01
1
-0/+23
|
/
*
Make `AbslStringify` usage public in GoogleTest
Abseil Team
2023-07-21
1
-0/+28
*
Resolve an issue where the resolution of `operator<<` overloads would attempt...
Abseil Team
2023-06-27
1
-0/+16
*
Merge pull request #4300 from eltociear:patch-1
Copybara-Service
2023-06-27
1
-2/+2
|
\
|
*
Fix typo in googletest-catch-exceptions-test.py
refs/pull/4300/head
Ikko Eltociear Ashimine
2023-06-22
1
-2/+2
|
/
*
Allow clients to un-suppress output from gUnit EXPECT_EXIT tests.
Abseil Team
2023-06-15
1
-1/+1
*
Skip entire test suite with `GTEST_SKIP()` in `SetUpTestSuite`
Dino Radakovic
2023-06-14
2
-3/+19
*
Merge pull request #4146 from lygstate:fixes_std_pair_diff
Copybara-Service
2023-05-02
1
-5/+1
|
\
|
*
Merge branch 'main' into fixes_std_pair_diff
refs/pull/4146/head
Andy Soffer
2023-05-01
27
-238/+258
|
|
\
|
|
/
|
/
|
*
|
Merge pull request #4227 from Vertexwahn:fix-spelling
Copybara-Service
2023-05-01
2
-2/+2
|
\
\
|
*
|
Fix spelling
refs/pull/4227/head
Vertexwahn
2023-04-25
2
-2/+2
*
|
|
Use Abseil Flag public API for flag parsing.
Abseil Team
2023-04-26
2
-11/+9
|
/
/
*
|
Use '=default' to define trivial constructor/destructors
refs/pull/4221/head
Tom Hughes
2023-04-21
4
-7/+7
*
|
Add missing std includes
Tom Hughes
2023-04-20
7
-0/+14
*
|
Fix spelling
Tom Hughes
2023-04-20
1
-4/+4
*
|
Add missing std includes
Tom Hughes
2023-04-20
7
-59/+66
*
|
Support --gtest_stream_result_to on macOS
Abseil Team
2023-04-11
1
-1/+2
*
|
gtest.cc: add a newline after a failure when there is no OS stack trace.
Aaron Jacobs
2023-03-23
3
-15/+19
*
|
Fix typo in test case name.
Abseil Team
2023-03-19
1
-1/+1
*
|
Merge pull request #4182 from venik:venik-char8-lib-fix
Copybara-Service
2023-03-17
1
-5/+5
|
\
\
|
*
|
__cpp_char8_t does not cover std::u8string implementation, but __cpp_lib_char...
refs/pull/4182/head
Alexander Nikforov
2023-03-07
1
-1/+3
*
|
|
Apply clang-tidy fixes
Abseil Team
2023-03-09
2
-4/+5
*
|
|
Apply clang-tidy fixes
Abseil Team
2023-03-08
6
-16/+3
*
|
|
Fix compilation of googletest-printers-test.cc when using -Wundef
Tom Hughes
2023-03-07
1
-2/+4
*
|
|
Replace "#if GTEST_HAS_ABSL" with "#ifdef GTEST_HAS_ABSL"
Tom Hughes
2023-03-06
2
-6/+6
*
|
|
Use "#ifdef" with public macros
Tom Hughes
2023-03-06
7
-20/+20
*
|
|
Use "#ifdef GTEST_OS_..." instead of "#if GTEST_OS_..."
Tom Hughes
2023-03-06
8
-69/+71
|
/
/
*
|
Remove int64_t cast in RecordProperty
Tom Hughes
2023-02-21
3
-13/+11
*
|
Remove strdup usage
Abseil Team
2023-02-15
1
-7/+9
*
|
Remove some filesystem APIs and tests under !GTEST_HAS_FILE_SYSTEM
Abseil Team
2023-02-14
1
-0/+4
|
*
Fixes the test gmock_output_test.py with MSVC
Yonggang Luo
2023-02-28
1
-4/+0
|
/
*
Fix _MSC_VER check
Tom Hughes
2023-02-08
1
-1/+1
*
Remove GTEST_USES_PCRE references
Tom Hughes
2023-02-07
1
-21/+0
*
Fix -Wsign-conversion warnings
Tom Hughes
2023-02-02
3
-10/+43
*
Remove unneccessary "#if _MSC_VER"
Tom Hughes
2023-02-02
2
-6/+2
*
Add a trailing decimal point to FormatTimeInMillisAsSeconds() output when input
Abseil Team
2023-02-02
2
-4/+14
*
Test current behavior of doubles and floats in RecordProperty
Tom Hughes
2023-01-27
3
-4/+21
[next]