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
/
gtest.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Introduces a new porting flag (GTEST_HAS_FILE_SYSTEM) to indicate whether a p...
Abseil Team
2022-12-12
1
-4/+37
*
Fall back to the system clock when building with newlib on a system without a...
Tom Hughes
2022-12-08
1
-3/+10
*
Remove the unused class TestNameIs
Derek Mauro
2022-12-06
1
-31/+0
*
Merge pull request #4058 from zloylos:support-kitty-term
Copybara-Service
2022-11-14
1
-9/+10
|
\
|
*
Support kitty TERM
refs/pull/4058/head
Denis Hananein
2022-11-10
1
-0/+1
*
|
Defined a testing::SrcDir() function that returns the name of a directory
Abseil Team
2022-11-11
1
-9/+34
*
|
RecordProperty serializes ints and 64-bit ints, including size_ts
Abseil Team
2022-11-07
1
-6/+4
|
/
*
Fix JSON output format #3884
refs/pull/4036/head
Denis Hananein
2022-10-11
1
-0/+3
*
[fuchsia] Use __builtin_trap to trigger gunit_break_on_failure on non-x86 arch
Abseil Team
2022-10-06
1
-0/+12
*
Add GoogleTest workaround for MSVC crash with Address Sanitizer (ASAN) on ver...
Abseil Team
2022-09-27
1
-1/+2
*
Consider all TERM values ending in "-256color" to be color supporting. In par...
Abseil Team
2022-08-26
1
-6/+3
*
Merge pull request #3918 from assafpr:master2main
Copybara-Service
2022-08-01
1
-1/+1
|
\
|
*
Update gtest.cc
assafpr
2022-06-27
1
-1/+1
*
|
Merge pull request #3927 from yutotnh:fix-typo
Copybara-Service
2022-07-18
1
-3/+3
|
\
\
|
*
|
fix: some typos in source
refs/pull/3927/head
yutotnh
2022-07-01
1
-3/+3
|
|
/
*
|
Merge pull request #3928 from venik:venik-clean-up
Copybara-Service
2022-07-12
1
-1/+1
|
\
\
|
*
|
cleanup from unique_ptr branch
refs/pull/3928/head
Alexander Nikforov
2022-07-01
1
-1/+1
|
|
/
*
|
Merge pull request #3868 from eidosmontreal:fix_undefined_symbol_kMaxRange
Copybara-Service
2022-07-11
1
-0/+2
|
\
\
|
|
/
|
/
|
|
*
Fix for undefined symbol: testing::internal::Random::kMaxRange
refs/pull/3868/head
Gaspard Petit
2022-05-31
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
1
-4/+9
*
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
1
-453/+372
*
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
1
-2/+2
|
/
*
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
1
-0/+5
|
*
Apply requested changes.
Hossein Ghahramanzadeh
2022-01-06
1
-38/+34
|
*
Get rid of redundant filter matching code
Hossein Ghahramanzadeh
2022-01-06
1
-48/+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
1
-40/+4
*
|
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
*
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
|
\
[next]