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
/
include
/
gtest
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge pull request #1081 from krytarowski/netbsd-1
Billy Donahue
2017-06-23
2
-2/+5
|
\
|
*
Add NetBSD support
refs/pull/1081/head
Kamil Rytarowski
2017-05-06
2
-2/+5
*
|
Create gtest-internal.h
Billy Donahue
2017-06-11
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
*
|
|
Changes add ability to overwrite TempDir(), issue https://github.com/google/g...
refs/pull/1096/head
Gennadiy Civil
2017-05-18
1
-0/+4
*
|
|
Merge pull request #1089 from nico/stdstring
Billy Donahue
2017-05-16
4
-20/+19
|
\
\
\
|
*
|
|
Use std::string and ::string explicitly in gtest and gmock code.
refs/pull/1089/head
Nico Weber
2017-05-15
4
-20/+19
|
|
/
/
*
|
|
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
|
|
/
/
*
|
|
Gender-neutralize comments in gtest.h.
refs/pull/1092/head
Nico Weber
2017-05-15
1
-1/+1
|
/
/
*
|
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
1
-0/+17
|
\
\
|
|
/
|
/
|
|
*
Annotate ColoredPrintf with the format attribute and fix bugs.
refs/pull/965/head
David Benjamin
2016-12-22
1
-0/+17
*
|
Merge pull request #1034 from dankegel/master
Billy Donahue
2017-05-02
1
-1/+1
|
\
\
|
*
|
Minimal changes to fix build failures on Microsoft Visual Studio 2015
refs/pull/1034/head
Dan Kegel
2017-03-02
1
-1/+1
*
|
|
Changes to make TempDir() public
refs/pull/1077/head
Gennadiy Civil
2017-05-02
2
-3/+9
|
/
/
*
|
fix typo /GTEST_ATTRIBUTE_UNUSED/GTEST_ATTRIBUTE_UNUSED_/
refs/pull/996/head
srz_zumix
2017-02-02
1
-1/+1
*
|
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 #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
*
|
Fix build with MinGW-w64
refs/pull/856/head
Arkadiy Shapkin
2016-09-04
1
-1/+1
*
|
Merge pull request #721 from ilmagico/fix-mingw-threads
Billy Donahue
2016-08-24
1
-3/+9
|
\
\
|
*
|
Fix compilation on MinGW with native threads
Daniele Tamino
2016-02-22
1
-3/+9
|
|
/
*
|
Rollback change #808.
refs/pull/810/head
Billy Donahue
2016-06-26
1
-2/+2
*
|
Fix to tests that return object which implement operator bool
refs/pull/808/head
David Mott
2016-06-25
1
-2/+2
*
|
fix to operator precedence in GTEST_TEST_BOOLEAN_ with expressions that imple...
David Mott
2016-06-25
1
-2/+2
*
|
Merge pull request #724 from duggelz/master
Billy Donahue
2016-03-15
1
-2/+1
|
\
\
|
|
/
|
/
|
|
*
Restructure $XML_OUTPUT_FILE logic
Doug Greiman
2016-02-26
1
-2/+1
|
*
Fix inconsistent style
Doug Greiman
2016-02-26
1
-1/+1
|
*
Read Bazel's $XML_OUTPUT_FILE environment variable
Doug Greiman
2016-02-24
1
-1/+1
*
|
Change error message of EXPECT_EQ to treat lhs and rhs equivalently.
refs/pull/713/head
Alexey Sokolov
2016-02-16
1
-104/+100
|
/
*
Update GTEST_PROJECT_URL_ in internal/gtest-port.h
refs/pull/670/head
Dawid Kurek
2015-12-23
1
-1/+1
*
Fix missing-field-initializers GCC/Clang warning (issue 433).
refs/pull/633/head
Patrick J. LoPresti
2015-11-24
1
-6/+1
*
Merge pull request #611 from mark-chromium/gmock_cxx11
Billy Donahue
2015-11-10
1
-1/+2
|
\
|
*
googlemock: Support C++11 language with pre-C++11 library
refs/pull/611/head
Mark Mentovai
2015-10-12
1
-1/+2
*
|
Fix definition of GTEST_API_ macro for gcc and clang [#451].
Dominic Meiser
2015-10-30
1
-3/+3
|
/
*
Move everything in googletest into googletest/googletest
Billy Donahue
2015-08-25
28
-0/+22956