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
*
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 #2862 from prehistoric-penguin:prehistoric-penguin-patch-1
Derek Mauro
2020-05-28
1
-11/+1
|
\
\
|
*
|
Use count function instead of handwritten loop
refs/pull/2862/head
ppenguin
2020-05-25
1
-11/+1
*
|
|
Merge pull request #2677 from IYP-Programer-Yeah:fix-file-path-normalize-func...
Derek Mauro
2020-05-28
1
-24/+12
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
Fix always false condition and clean function body
refs/pull/2677/head
Hosein Ghahramanzadeh
2020-01-24
1
-27/+13
*
|
|
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
2
-56/+200
|
\
\
\
|
*
\
\
Merge branch 'master' into quiet-flag
refs/pull/2751/head
vslashg
2020-03-27
2
-0/+85
|
|
\
\
\
|
|
|
/
/
|
*
|
|
Add GTEST_BRIEF option
Calum Robinson
2020-03-19
2
-26/+144
*
|
|
|
Googletest export
Abseil Team
2020-05-05
1
-0/+1
*
|
|
|
Merge pull request #2805 from pepsiman:patch-1
Mark Barolak
2020-04-16
1
-1/+1
|
\
\
\
\
|
*
|
|
|
Remove redundant .c_str()
refs/pull/2805/head
Malcolm Parsons
2020-04-09
1
-1/+1
|
|
|
/
/
|
|
/
|
|
*
|
|
|
fix signed/unsigned comparison issue (on OpenBSD)
refs/pull/2810/head
Juergen Bohl
2020-04-12
1
-1/+1
|
/
/
/
*
|
|
Googletest export
Abseil Team
2020-03-24
2
-25/+109
|
/
/
*
|
Googletest export
Abseil Team
2020-03-17
1
-0/+4
*
|
Googletest export
Abseil Team
2020-03-17
1
-5/+1
*
|
Merge pull request #2722 from JohanMabille:warnings
vslashg
2020-03-17
1
-1/+1
|
\
\
|
*
|
Fixed warnings
refs/pull/2723/head
refs/pull/2722/head
Johan Mabille
2020-02-21
1
-1/+1
*
|
|
Googletest export
HEAD
master
Abseil Team
2020-02-28
1
-46/+49
*
|
|
Googletest export
Abseil Team
2020-02-11
1
-14/+14
*
|
|
Googletest export
Abseil Team
2020-01-21
1
-4/+17
|
|
/
|
/
|
*
|
Googletest export
Abseil Team
2020-01-16
1
-2/+3
*
|
Googletest export
Abseil Team
2020-01-16
1
-1/+8
*
|
Googletest export
Abseil Team
2020-01-16
2
-1/+26
*
|
Googletest export
Abseil Team
2020-01-16
1
-1/+5
*
|
Googletest export
Abseil Team
2020-01-02
3
-1/+72
*
|
Googletest export
Abseil Team
2019-12-13
1
-0/+60
*
|
Merge pull request #2609 from kuzkry:revert-2596
Mark Barolak
2019-12-06
1
-8/+3
|
\
\
|
*
|
Revert "unify googletest and googlemock main functions"
Krystian Kuzniarek
2019-11-27
1
-8/+3
*
|
|
Googletest export
Abseil Team
2019-12-06
1
-10/+29
|
/
/
*
|
Merge pull request #2596 from kuzkry:remove-workaround_msvc-wmain-link-error
Gennadiy Rozental
2019-11-26
1
-3/+8
|
\
\
|
*
|
unify googletest and googlemock main functions
refs/pull/2596/head
Krystian Kuzniarek
2019-11-22
1
-3/+8
*
|
|
Merge pull request #2570 from xieyubo:1.10
Gennadiy Civil
2019-11-22
1
-0/+3
|
\
\
\
|
*
|
|
Fix internal memory leak in Windows _Crt report.
refs/pull/2571/head
refs/pull/2570/head
xyb
2019-11-16
1
-0/+3
|
|
|
/
|
|
/
|
*
|
|
Googletest export
Abseil Team
2019-11-22
3
-61/+51
*
|
|
Merge pull request #2521 from Sinclair-John:master
Andy Getz
2019-11-15
1
-1/+4
|
\
\
\
|
*
|
|
Fix Issue 2418
refs/pull/2521/head
Sinclair-John
2019-10-18
1
-1/+4
*
|
|
|
Googletest export
Abseil Team
2019-11-08
1
-1/+1
|
|
_
|
/
|
/
|
|
*
|
|
Merge pull request #2453 from kuzkry:gtest-port-clean-up_kMaxBiggestInt
Xiaoyi Zhang
2019-11-04
1
-15/+16
|
\
\
\
*
\
\
\
Merge pull request #2453 from kuzkry:gtest-port-clean-up_kMaxBiggestInt
vslashg
2019-11-01
1
-16/+15
|
\
\
\
\
|
|
/
/
/
|
*
|
|
remove BiggestInt
refs/pull/2453/head
Krystian Kuzniarek
2019-10-24
1
-4/+4
*
|
|
|
Merge pull request #2515 from ciband:feat/support_esp8266
vslashg
2019-10-25
3
-2/+14
|
\
\
\
\
|
*
|
|
|
Add ESP8266 configs to PlatformIO build
Chris Johnson
2019-10-11
2
-2/+12
|
*
|
|
|
feat: Add support for ESP8266 platform
Chris Johnson
2019-10-11
3
-2/+4
|
|
|
/
/
|
|
/
|
|
[next]