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
/
src
Commit message (
Expand
)
Author
Age
Files
Lines
*
fix: some typos in source
refs/pull/3927/head
yutotnh
2022-07-01
2
-4/+4
*
fix: some typos in comment
yutotnh
2022-07-01
1
-2/+2
*
Merge pull request #3863 from eidosmontreal:fix_unused-variable_warning
Copybara-Service
2022-06-14
1
-9/+9
|
\
|
*
Move declaration of kStdOutFileNo and kStdErrFileno
refs/pull/3863/head
Gaspard Petit
2022-06-11
1
-11/+9
|
*
Fix "unused variable" warning
Gaspard Petit
2022-05-30
1
-0/+2
*
|
Merge pull request #3866 from eidosmontreal:simplify_shouldusecolor
Copybara-Service
2022-06-13
1
-5/+0
|
\
\
|
|
/
|
/
|
|
*
Simplify ColoredPrintf to rely on ShouldUseColor
Gaspard Petit
2022-05-30
1
-7/+1
|
/
*
Do a consistent way of searching for a temporary directory.
Abseil Team
2022-05-11
1
-25/+26
*
Use TEST_TMPDIR on MacOS as well if available.
Abseil Team
2022-05-03
1
-2/+2
*
Remove the legacy internal GTEST_DISALLOW_* macros
Derek Mauro
2022-04-22
3
-14/+34
*
Use the Abseil flags library when Abseil is present
Derek Mauro
2022-04-04
1
-3/+30
*
Only print disabled test banner if the test matches gtest_filter
Abseil Team
2022-03-22
1
-1/+1
*
Running clang-format over all of GoogleTest
Abseil Team
2022-03-15
12
-995/+823
*
Output source file path and line number in xml and json files.
Szymon Sobik
2022-03-08
1
-5/+9
*
Address conversion warning by explicitly casting to size_t
Abseil Team
2022-02-14
1
-1/+3
*
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
*
|
GetCurrentOsStackTraceExceptTop (both the method of UnitTestImpl and the wrap...
Abseil Team
2022-02-01
2
-3/+4
|
/
*
Finish some missed pieces of the TestCase to TestSuite Migration
Derek Mauro
2022-01-28
1
-5/+5
*
Make recreate_environments_when_repeating=false the default.
Abseil Team
2022-01-25
1
-1/+1
*
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
3
-40/+86
*
|
Merge pull request #3721 from joshiayush:i3719
Copybara-Service
2022-01-17
1
-3/+4
|
\
\
|
|
/
|
/
|
|
*
FIX #3719 -- Fix `clang` conversion warnings
refs/pull/3721/head
Ayush Joshi
2022-01-01
1
-3/+4
|
/
*
Allow to specify a random seed independently of whether shuffling is requested
refs/pull/3694/head
Ayush Joshi
2021-12-04
1
-3/+1
*
Suppress unused-value warning
refs/pull/3672/head
Denis Samoilov
2021-11-17
1
-2/+2
*
Merge pull request #3657 from BioDataAnalysis:bda_add_winerr
dinord
2021-11-10
1
-1/+2
|
\
|
*
googletest/src/gtest-port.cc: Added GetLastError() on Windows for CreateThread()
refs/pull/3657/head
Mario Emmenlauer
2021-11-10
1
-1/+2
*
|
Googletest export
dmauro
2021-11-10
1
-3/+4
|
/
*
Merge pull request #3638 from limitedAtonement:3637-disabled-output
CJ Johnson
2021-11-03
1
-5/+16
|
\
|
*
Re #3637 Show Disabled Tests in testing output
refs/pull/3638/head
lmat
2021-11-01
1
-5/+17
*
|
Googletest export
dmauro
2021-11-03
1
-4/+0
*
|
Googletest export
dmauro
2021-11-03
1
-17/+0
|
/
*
Googletest export
Abseil Team
2021-10-13
1
-0/+45
*
Merge pull request #3195 from Inujel:fix-3194
dinord
2021-09-23
1
-1/+1
|
\
|
*
Using auto instead of container::const_iterator
refs/pull/3195/head
Julien JEMINE
2020-12-29
1
-1/+1
*
|
Googletest export
Abseil Team
2021-09-23
1
-1/+7
*
|
Googletest export
Abseil Team
2021-09-14
1
-1/+1
*
|
Format test properties in xml printer
refs/pull/3513/head
victordk13
2021-08-06
1
-3/+3
*
|
fix: typo codespelling comment
refs/pull/3499/head
slowy07
2021-07-24
2
-4/+4
[next]