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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove unnecessary const
Zulkarnine Mahmud
2017-06-29
1
-1/+1
*
Add helper functions for text color calculation
Zulkarnine Mahmud
2017-06-29
1
-24/+25
*
Fix a problem when bg_color == fg_color
Zulkarnine Mahmud
2017-06-22
1
-3/+24
*
Add background_mask instead of using magic number
Zulkarnine Mahmud
2017-06-21
1
-1/+2
*
Fix background color in ColoredPrintf
Zulkarnine Mahmud
2017-06-20
1
-2/+4
*
Create gtest-internal.h
Billy Donahue
2017-06-11
1
-1/+1
*
Merge pull request #1113 from jorgehb/patch-1
Billy Donahue
2017-06-11
1
-1/+1
|
\
|
*
Fixing float comparison broken link
refs/pull/1113/head
jorgehb
2017-06-08
1
-1/+1
|
/
*
Merge pull request #1091 from nico/wmicro
Billy Donahue
2017-05-23
1
-38/+51
|
\
|
*
Fix -Wmicrosoft-cast warnings when using gtest with clang on Windows.
refs/pull/1091/head
Nico Weber
2017-05-15
1
-38/+51
*
|
Merge pull request #1096 from gennadiycivil/add-ability-for-custom-temdir-1093
Billy Donahue
2017-05-18
2
-1/+7
|
\
\
|
*
|
Changes add ability to overwrite TempDir(), issue https://github.com/google/g...
refs/pull/1096/head
Gennadiy Civil
2017-05-18
2
-1/+7
|
/
/
*
|
Merge pull request #1089 from nico/stdstring
Billy Donahue
2017-05-16
27
-490/+488
|
\
\
|
*
|
Use std::string and ::string explicitly in gtest and gmock code.
refs/pull/1089/head
Nico Weber
2017-05-15
27
-490/+488
|
|
/
*
|
Merge pull request #1090 from nico/typo
Billy Donahue
2017-05-16
1
-1/+1
|
\
\
|
*
|
Fixing typo in documentation.
refs/pull/1090/head
Nico Weber
2017-05-15
1
-1/+1
|
|
/
*
|
Merge pull request #1092 from nico/comment
Billy Donahue
2017-05-16
1
-1/+1
|
\
\
|
|
/
|
/
|
|
*
Gender-neutralize comments in gtest.h.
refs/pull/1092/head
Nico Weber
2017-05-15
1
-1/+1
|
/
*
Merge pull request #725 from donhuff/xcode-headers
Billy Donahue
2017-05-15
2
-0/+48
|
\
|
*
Update C++ language and library settings to match SDK projects.
refs/pull/725/head
Don Huff
2016-03-11
2
-0/+7
|
*
Add missing headers to Xcode framework target.
Don Huff
2016-02-25
1
-0/+41
*
|
Merge pull request #1078 from pwnall/gtest_api_port
Billy Donahue
2017-05-11
2
-1/+11
|
\
\
|
*
|
Pick up GTEST_API_ definition in gtest/internal/custom/gtest-port.h.
refs/pull/1078/head
Victor Costan
2017-05-04
2
-1/+11
*
|
|
Merge pull request #965 from davidben/format-attr
Billy Donahue
2017-05-07
2
-3/+21
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
Annotate ColoredPrintf with the format attribute and fix bugs.
refs/pull/965/head
David Benjamin
2016-12-22
2
-3/+21
*
|
|
Merge pull request #1034 from dankegel/master
Billy Donahue
2017-05-02
3
-2/+4
|
\
\
\
|
*
|
|
Minimal changes to fix build failures on Microsoft Visual Studio 2015
refs/pull/1034/head
Dan Kegel
2017-03-02
3
-2/+4
*
|
|
|
Merge pull request #1077 from gennadiycivil/make-temp-dir-public-issue-1076
Billy Donahue
2017-05-02
5
-22/+29
|
\
\
\
\
|
|
/
/
/
|
/
|
|
|
|
*
|
|
Changes to make TempDir() public
refs/pull/1077/head
Gennadiy Civil
2017-05-02
5
-22/+29
|
/
/
/
*
|
|
Merge pull request #1029 from google/BillyDonahue-patch-3
Billy Donahue
2017-02-26
1
-4/+4
|
\
\
\
|
*
|
|
Remove /tree/ from Readme.md links.
refs/pull/1029/head
Billy Donahue
2017-02-26
1
-4/+4
|
/
/
/
*
|
|
Merge pull request #996 from srz-zumix/fix-error
Billy Donahue
2017-02-17
1
-1/+1
|
\
\
\
|
*
|
|
fix typo /GTEST_ATTRIBUTE_UNUSED/GTEST_ATTRIBUTE_UNUSED_/
refs/pull/996/head
srz_zumix
2017-02-02
1
-1/+1
|
/
/
/
*
|
|
Merge pull request #982 from mbjorge/unused-variable-fix
Billy Donahue
2017-01-31
1
-3/+4
|
\
\
\
|
*
|
|
Add GTEST_ATTRIBUTE_UNUSED_ to REGISTER_TYPED_TEST_CASE_P
refs/pull/982/head
Mike Bjorge
2017-01-10
1
-3/+4
|
|
/
/
*
|
|
Merge pull request #874 from sejr/master
Billy Donahue
2017-01-23
1
-6/+6
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
Merge pull request #1 from google/master
refs/pull/874/head
Sam Roth
2017-01-23
8
-8/+127
|
|
\
\
|
|
/
/
|
/
|
|
*
|
|
Merge pull request #658 from audiofanatic/ExternalProject_at_configure_time
Billy Donahue
2016-12-18
2
-2/+115
|
\
\
\
|
*
|
|
Added CMake configure-time download instructions to docs
refs/pull/658/head
Craig Scott
2016-12-17
2
-2/+115
*
|
|
|
2.6.4 is the minimum CMake version, so enforce it (#656)
Craig Scott
2016-12-18
3
-3/+3
|
/
/
/
*
|
|
Merge pull request #918 from DanAlbert/fix-android-GTEST_HAS_CLONE
Billy Donahue
2016-11-03
1
-2/+6
|
\
\
\
|
*
|
|
Fix detection of GTEST_HAS_CLONE for Android.
refs/pull/918/head
Dan Albert
2016-11-01
1
-2/+6
|
|
|
/
|
|
/
|
*
|
|
Merge pull request #728 from DanAlbert/tuple-stlport
Billy Donahue
2016-11-02
1
-0/+2
|
\
\
\
|
*
|
|
Fix a test to compile when tuple isn't available.
refs/pull/728/head
Dan Albert
2016-03-02
1
-0/+2
|
|
/
/
*
|
|
Merge pull request #876 from marco-m/patch-1
Billy Donahue
2016-09-21
1
-1/+1
|
\
\
\
|
*
|
|
Cookbok: fix broken relative link
refs/pull/876/head
Marco Molteni
2016-09-13
1
-1/+1
|
/
/
/
|
|
*
Fixed broken links
Samuel Roth
2016-09-12
1
-1/+1
|
|
*
blob vs tree
Samuel Roth
2016-09-12
1
-1/+1
|
|
*
Fixing relative links
Samuel Roth
2016-09-12
1
-2/+2
|
|
*
Fixing KnownIssues and FrequentlyAskedQuestions links
Samuel Roth
2016-09-12
1
-2/+2
[next]