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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix "unused variable" warning
Gaspard Petit
2022-05-30
1
-0/+2
*
Add clarifying comments about when to use EXPECT_NONFATAL_FAILURE vs. EXPECT_...
Abseil Team
2022-05-12
1
-4/+6
*
Do a consistent way of searching for a temporary directory.
Abseil Team
2022-05-11
1
-25/+26
*
Fixup some missing overrides in googletest.
Abseil Team
2022-05-10
1
-2/+2
*
Merge pull request #3818 from joshiayush:typo
Copybara-Service
2022-05-06
1
-3/+3
|
\
|
*
Fix typo in the test name of `NormalizeTest`
refs/pull/3818/head
Ayush Joshi
2022-04-30
1
-3/+3
*
|
Use TEST_TMPDIR on MacOS as well if available.
Abseil Team
2022-05-03
1
-2/+2
|
/
*
Use RE2 for the regex implementation when building with Bazel and using Abseil
Derek Mauro
2022-04-26
2
-35/+45
*
Merge pull request #3797 from glandium:issue3514
Copybara-Service
2022-04-26
1
-3/+4
|
\
|
*
Always initialize fields in MatcherBase constructors
refs/pull/3797/head
Mike Hommey
2022-04-20
1
-3/+4
*
|
Remove the legacy internal GTEST_DISALLOW_* macros
Derek Mauro
2022-04-22
15
-113/+189
*
|
Eliminate the legacy GTEST_COMPILE_ASSERT_ macro
Derek Mauro
2022-04-21
2
-29/+16
|
/
*
Use the Abseil flags library when Abseil is present
Derek Mauro
2022-04-04
6
-88/+180
*
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
100
-5189/+4245
|
|
\
|
*
|
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
2
-1/+32
|
|
/
|
/
|
*
|
Running clang-format over all of GoogleTest
Abseil Team
2022-03-15
94
-5152/+4130
*
|
Merge pull request #3774 from sobczyk:main
Copybara-Service
2022-03-15
7
-37/+115
|
\
\
|
|
/
|
/
|
|
*
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
|
*
Output source file path and line number in xml and json files.
Szymon Sobik
2022-03-08
1
-5/+9
*
|
Remove references to deleted script gen_gtest_pred_impl.py
Dino Radakovic
2022-03-14
2
-6/+0
|
/
*
Address conversion warning by explicitly casting to size_t
Abseil Team
2022-02-14
1
-1/+3
*
Merge pull request #3751 from noiseless:gtest-help-test-OpenBSD
Copybara-Service
2022-02-08
1
-1/+2
|
\
|
*
Fix gtest-help-test failure on OpenBSD
refs/pull/3751/head
Andrew Krasavin
2022-02-05
1
-1/+2
*
|
Merge pull request #3746 from IYP-Programer-Yeah:use-constant-time-lookup-for...
Copybara-Service
2022-02-08
1
-3/+21
|
\
\
|
*
|
Apply requested changes by using std::inserter with move.
refs/pull/3746/head
Hossein Ghahramanzadeh
2022-02-05
1
-9/+11
|
*
|
Do constant time matching for exact match filters.
Hossein Ghahramanzadeh
2022-01-31
1
-3/+16
*
|
|
Merge pull request #3617 from Bagira80:fix_3616
Copybara-Service
2022-02-07
1
-2/+3
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
CMake: Fix values of INTERFACE_INCLUDE_DIRECTORIES property
refs/pull/3617/head
Deniz Bahadir
2021-10-19
1
-2/+3
*
|
|
GetCurrentOsStackTraceExceptTop (both the method of UnitTestImpl and the wrap...
Abseil Team
2022-02-01
3
-3/+18
*
|
|
Merge pull request #3744 from danger89:patch-2
Copybara-Service
2022-02-01
1
-1/+1
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
Let me give a change to try it again - updating to latest version
refs/pull/3744/head
Melroy van den Berg
2022-01-25
1
-1/+1
*
|
|
Finish some missed pieces of the TestCase to TestSuite Migration
Derek Mauro
2022-01-28
3
-13/+13
|
/
/
*
|
Make recreate_environments_when_repeating=false the default.
Abseil Team
2022-01-25
4
-8/+15
*
|
Merge pull request #3732 from joshiayush:i2174
Copybara-Service
2022-01-24
1
-4/+0
|
\
\
|
*
|
FIX #2174 -- remove `DEBUG_POSTFIX`
refs/pull/3732/head
Ayush Joshi
2022-01-13
1
-4/+0
*
|
|
Merge pull request #3615 from IYP-Programer-Yeah:fix-per-test-filter-processing
Copybara-Service
2022-01-21
1
-51/+94
|
\
\
\
|
*
|
|
Fix a typo in comments.
refs/pull/3615/head
Hossein Ghahramanzadeh
2022-01-06
1
-1/+1
|
*
|
|
Use normal for loop instead of accumulate.
Hossein Ghahramanzadeh
2022-01-06
1
-5/+5
|
*
|
|
Improve code readablity.
Hossein Ghahramanzadeh
2022-01-06
1
-2/+2
|
*
|
|
Apply requested changes to preserve old behavior.
Hossein Ghahramanzadeh
2022-01-06
1
-13/+20
|
*
|
|
Reimplement MatchesFilter with new interfaces.
Hossein Ghahramanzadeh
2022-01-06
2
-0/+9
|
*
|
|
Apply requested changes.
Hossein Ghahramanzadeh
2022-01-06
1
-38/+34
|
*
|
|
Get rid of redundant filter matching code
Hossein Ghahramanzadeh
2022-01-06
2
-52/+1
|
*
|
|
Add comments describing the behavior of filters
Hossein Ghahramanzadeh
2022-01-06
1
-1/+13
|
*
|
|
Process filter string once instead of per test
Hossein Ghahramanzadeh
2022-01-06
1
-8/+73
*
|
|
|
Factor out AssertionResult into dedicated gtest-assertion-result header + imp...
Abseil Team
2022-01-19
6
-228/+323
*
|
|
|
Consistently apply IWYU pragmas across googletest and googlemock headers
Abseil Team
2022-01-18
19
-18/+73
[next]