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
/
test
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
|
|
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
|
\
|
*
Support kitty TERM
refs/pull/4058/head
Denis Hananein
2022-11-10
2
-0/+4
*
|
Defined a testing::SrcDir() function that returns the name of a directory
Abseil Team
2022-11-11
1
-0/+97
*
|
RecordProperty serializes ints and 64-bit ints, including size_ts
Abseil Team
2022-11-07
1
-1/+3
|
/
*
Adds Win32 UNC path support to FilePath::IsAbsolutePath() and FilePath::IsRoo...
Abseil Team
2022-10-18
1
-0/+18
*
Terse printing of std::reference_wrapper hides pointer
Abseil Team
2022-10-14
1
-0/+23
*
Merge pull request #3967 from BMBurstein:custom_type_combine
Copybara-Service
2022-10-04
1
-9/+69
|
\
|
*
Merge branch 'google:main' into custom_type_combine
Baruch
2022-08-25
1
-2/+2
|
|
\
|
|
/
|
/
|
|
*
Custom type with Combine(). Fix for #3781
Baruch Burstein
2022-07-31
1
-9/+67
*
|
gtest_unittest: Call FAIL() in lambda, fix incorrect fatality expectation
Dino Radakovic
2022-08-08
1
-2/+2
|
/
*
cleanup from unique_ptr branch
refs/pull/3928/head
Alexander Nikforov
2022-07-01
3
-5/+5
*
Fix typo in the test name of `NormalizeTest`
refs/pull/3818/head
Ayush Joshi
2022-04-30
1
-3/+3
*
Use RE2 for the regex implementation when building with Bazel and using Abseil
Derek Mauro
2022-04-26
1
-7/+3
*
Remove the legacy internal GTEST_DISALLOW_* macros
Derek Mauro
2022-04-22
3
-4/+9
*
Eliminate the legacy GTEST_COMPILE_ASSERT_ macro
Derek Mauro
2022-04-21
1
-18/+16
*
Use the Abseil flags library when Abseil is present
Derek Mauro
2022-04-04
3
-44/+97
*
Merge pull request #3779 from messerb5467:promote-inclusive-behavior
Copybara-Service
2022-03-22
3
-3/+3
|
\
|
*
Merge branch 'main' into promote-inclusive-behavior
refs/pull/3779/head
Brad Messer
2022-03-18
53
-3048/+2409
|
|
\
|
*
|
Remove sanity as it is offensive to neurodiverse individuals.
Brad Messer
2022-03-18
3
-3/+3
*
|
|
Only print disabled test banner if the test matches gtest_filter
Abseil Team
2022-03-22
1
-0/+31
|
|
/
|
/
|
*
|
Running clang-format over all of GoogleTest
Abseil Team
2022-03-15
47
-3016/+2303
*
|
Merge pull request #3774 from sobczyk:main
Copybara-Service
2022-03-15
6
-32/+106
|
\
\
|
|
/
|
/
|
|
*
Adjust xml and json unit tests to test for source file and line location.
Szymon Sobik
2022-03-08
4
-32/+100
|
*
Add support for testing of xml and json output of source file and line location
Szymon Sobik
2022-03-08
2
-0/+6
*
|
Remove references to deleted script gen_gtest_pred_impl.py
Dino Radakovic
2022-03-14
1
-3/+0
|
/
*
Fix gtest-help-test failure on OpenBSD
refs/pull/3751/head
Andrew Krasavin
2022-02-05
1
-1/+2
*
Finish some missed pieces of the TestCase to TestSuite Migration
Derek Mauro
2022-01-28
1
-4/+4
[prev]
[next]