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
/
src
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
|
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
|
/
*
Merge pull request #4036 from zloylos:fix-output-json-3884
Copybara-Service
2022-10-19
1
-0/+3
|
\
|
*
Fix JSON output format #3884
refs/pull/4036/head
Denis Hananein
2022-10-11
1
-0/+3
*
|
Adds Win32 UNC path support to FilePath::IsAbsolutePath() and FilePath::IsRoo...
Abseil Team
2022-10-18
1
-18/+57
|
/
*
[fuchsia] Use __builtin_trap to trigger gunit_break_on_failure on non-x86 arch
Abseil Team
2022-10-06
1
-0/+12
*
Merge pull request #4016 from Maratyszcza:qurt
Copybara-Service
2022-09-27
2
-2/+14
|
\
|
*
Port GoogleTest to QuRT (Hexagon RTOS)
refs/pull/4016/head
Marat Dukhan
2022-09-26
2
-2/+14
*
|
Add GoogleTest workaround for MSVC crash with Address Sanitizer (ASAN) on ver...
Abseil Team
2022-09-27
1
-1/+2
|
/
*
Merge pull request #3916 from asmodai27:main
Copybara-Service
2022-08-30
1
-1/+1
|
\
|
*
Avoid implicit conversion from int to char
refs/pull/3916/head
Jérôme Travert
2022-06-26
1
-1/+1
*
|
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
2
-2/+2
|
\
\
|
*
|
Update gtest.cc
assafpr
2022-06-27
1
-1/+1
|
*
|
Update gtest-death-test.cc
assafpr
2022-06-27
1
-1/+1
|
|
/
*
|
gtest-death-test: add 'noreturn'
refs/pull/3951/head
Matei Dibu
2022-07-20
1
-1/+1
*
|
Merge pull request #3927 from yutotnh:fix-typo
Copybara-Service
2022-07-18
2
-6/+6
|
\
\
|
*
|
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 #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 #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
[prev]
[next]