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
*
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
*
Fix formatting in Python files
Tom Hughes
2023-01-26
5
-84/+158
*
Fix Python docstrings to match style guide
Tom Hughes
2023-01-26
7
-33/+88
*
Use more specific assertLess instead of assertTrue
Tom Hughes
2023-01-25
1
-2/+1
*
Fix pylint warning
Tom Hughes
2023-01-25
1
-15/+23
*
Remove pylint disable comments that no longer trigger warnings
Tom Hughes
2023-01-25
2
-7/+3
*
Fix formatting in subset of Python files
Tom Hughes
2023-01-25
22
-1322/+1441
*
Replace numeric lints with their string equivalent
Tom Hughes
2023-01-25
2
-6/+6
*
Fix formatting of C++ files
Tom Hughes
2023-01-24
1
-3/+3
*
Replace deprecated python calls
Tom Hughes
2023-01-17
13
-183/+269
*
IWYU: Add missing std includes
Tom Hughes
2023-01-05
7
-0/+11
*
When printing floating-point numbers, print full precision by default.
Abseil Team
2022-11-16
1
-1/+9
*
Merge pull request #4058 from zloylos:support-kitty-term
Copybara-Service
2022-11-14
2
-0/+4
|
\
[next]