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
*
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
|
\
|
*
Re #3637 Show Disabled Tests in testing output
refs/pull/3638/head
lmat
2021-11-01
1
-5/+17
|
/
*
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
1
-2/+2
*
Googletest export
Abseil Team
2021-07-22
1
-1/+0
*
Googletest export
Abseil Team
2021-07-07
1
-119/+139
*
Googletest export
Abseil Team
2021-07-07
1
-9/+44
*
Merge pull request #3364 from jbampton:fix-spelling
Andy Soffer
2021-04-21
1
-1/+1
|
\
|
*
chore: fix spelling
refs/pull/3364/head
John Bampton
2021-04-15
1
-1/+1
*
|
Googletest export
dmauro
2021-04-17
1
-1/+1
|
/
*
Googletest export
Abseil Team
2021-04-14
1
-0/+4
*
Googletest export
Abseil Team
2021-03-16
1
-0/+104
*
Googletest export
Abseil Team
2021-03-09
1
-7/+26
*
Googletest export
Abseil Team
2021-03-09
1
-0/+20
*
Googletest export
Abseil Team
2021-02-18
1
-0/+8
*
Googletest export
dmcardle
2021-02-05
1
-34/+69
*
Merge pull request #3204 from kuzkry:CmpHelperXX-overloads-removal
CJ Johnson
2021-01-26
1
-51/+0
|
\
|
*
remove explicit function overloads of CmpHelper?? for BiggestInt arguments
refs/pull/3204/head
Krystian Kuzniarek
2021-01-03
1
-51/+0
*
|
Restore GTEST_ATTRIBUTE_PRINTF_ on ColoredPrintf
refs/pull/3206/head
David Benjamin
2021-01-06
1
-1/+2
|
/
*
Fix typo in CLI help message
refs/pull/3159/head
malcops
2020-12-05
1
-1/+1
*
Initialize TestInfo member is_in_another_shard_ in constructor.
refs/pull/3118/head
Vinson Lee
2020-11-14
1
-0/+1
*
Googletest export
Abseil Team
2020-11-12
1
-5/+14
*
Googletest export
Abseil Team
2020-11-11
1
-3/+1
*
fix typos
refs/pull/3109/head
Hyuk Myeong
2020-11-08
1
-6/+6
*
Fix typo "definedin in" => "defined in"
Arthur Sonzogni
2020-10-20
1
-1/+1
*
Googletest export
Abseil Team
2020-09-24
1
-2/+3
*
Googletest export
Abseil Team
2020-09-24
1
-0/+24
*
Googletest export
dmauro
2020-09-08
1
-44/+5
*
Googletest export
Abseil Team
2020-09-01
1
-1/+1
*
Googletest export
Abseil Team
2020-09-01
1
-3/+9
*
fix GTEST_REMOVE_LEGACY_TEST_CASEAPI_ typo
refs/pull/2960/head
srz_zumix
2020-07-28
1
-8/+8
*
Googletest export
Abseil Team
2020-06-18
1
-4/+4
*
Googletest export
Abseil Team
2020-06-10
1
-2/+2
*
Merge pull request #2767 from mvoorsluys:OutputXmlSkipped
Derek Mauro
2020-05-28
1
-6/+27
|
\
|
*
Fix multiple \n characters in xml file when using GTEST_SKIP.
Mario Voorsluys
2020-03-26
1
-2/+4
|
*
Only write ">\n" once when there is failure and skipped tests.
Mario Voorsluys
2020-03-26
1
-2/+2
|
*
Output skipped information in the xml file.
Mario Voorsluys
2020-03-26
1
-3/+22
*
|
Merge pull request #2778 from lvjp:issue-2777
Andy Getz
2020-05-13
1
-2/+2
|
\
\
|
*
|
Fix --gtest_print_time coloring
refs/pull/2778/head
Laurent VERDOÏA
2020-03-29
1
-1/+1
|
|
/
*
|
Remove an explicit include of debugapi.h
refs/pull/2844/head
Martin Storsjö
2020-05-08
1
-1/+0
*
|
Revert "Googletest export"
Martin Storsjö
2020-05-08
1
-1/+0
*
|
Merge pull request #2751 from calumr:quiet-flag
vslashg
2020-05-05
1
-56/+196
|
\
\
|
*
\
Merge branch 'master' into quiet-flag
refs/pull/2751/head
vslashg
2020-03-27
1
-0/+81
|
|
\
\
|
|
|
/
|
*
|
Add GTEST_BRIEF option
Calum Robinson
2020-03-19
1
-26/+140
*
|
|
Googletest export
Abseil Team
2020-05-05
1
-0/+1
[next]