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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use std::string and ::string explicitly in gtest and gmock code.
refs/pull/1089/head
Nico Weber
2017-05-15
11
-89/+82
*
Merge pull request #725 from donhuff/xcode-headers
Billy Donahue
2017-05-15
1
-0/+47
|
\
|
*
Update C++ language and library settings to match SDK projects.
refs/pull/725/head
Don Huff
2016-03-11
1
-0/+6
|
*
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
*
|
|
|
Changes to make TempDir() public
refs/pull/1077/head
Gennadiy Civil
2017-05-02
5
-22/+29
|
/
/
/
*
|
|
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 #658 from audiofanatic/ExternalProject_at_configure_time
Billy Donahue
2016-12-18
1
-2/+105
|
\
\
|
*
|
Added CMake configure-time download instructions to docs
refs/pull/658/head
Craig Scott
2016-12-17
1
-2/+105
*
|
|
2.6.4 is the minimum CMake version, so enforce it (#656)
Craig Scott
2016-12-18
1
-1/+1
|
/
/
*
|
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
|
|
/
*
|
Fix build with MinGW-w64
refs/pull/856/head
Arkadiy Shapkin
2016-09-04
2
-2/+2
*
|
Merge pull request #721 from ilmagico/fix-mingw-threads
Billy Donahue
2016-08-24
4
-5/+20
|
\
\
|
*
|
Don't use pthread when on MinGW even if available
refs/pull/721/head
Daniele Tamino
2016-02-22
1
-1/+3
|
*
|
Fix compilation on MinGW with native threads
Daniele Tamino
2016-02-22
3
-4/+17
|
|
/
*
|
Support running MSVC build on AppVeyour
refs/pull/723/head
Arkadiy Shapkin
2016-06-27
2
-4/+16
*
|
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
*
|
Fix whitespace in paragraph
refs/pull/741/head
Manuel Binna
2016-03-16
1
-5/+4
*
|
Merge pull request #724 from duggelz/master
Billy Donahue
2016-03-15
3
-5/+38
|
\
\
|
|
/
|
/
|
|
*
Restructure test so each scenario is independent.
refs/pull/724/head
Doug Greiman
2016-03-02
1
-20/+13
|
*
Fix env_var_test to ignore XML_OUTPUT_FILE if already set
Doug Greiman
2016-03-02
1
-0/+2
|
*
Restructure $XML_OUTPUT_FILE logic
Doug Greiman
2016-02-26
4
-26/+32
|
*
Fix inconsistent style
Doug Greiman
2016-02-26
1
-1/+1
|
*
Read Bazel's $XML_OUTPUT_FILE environment variable
Doug Greiman
2016-02-24
4
-2/+34
*
|
Fix formatting in AdvancedGuide.md
refs/pull/719/head
Paul Wilkinson
2016-02-21
8
-13/+13
*
|
Merge pull request #713 from DarthGandalf/expect
Billy Donahue
2016-02-17
7
-293/+290
|
\
\
|
*
|
Change error message of EXPECT_EQ to treat lhs and rhs equivalently.
refs/pull/713/head
Alexey Sokolov
2016-02-16
7
-293/+290
|
|
/
*
|
Add build artifacts to git ignore.
refs/pull/716/head
Jacob Meacham
2016-02-17
1
-0/+2
|
/
*
Merge pull request #688 from tamland/python3
Billy Donahue
2016-02-01
9
-29/+36
|
\
|
*
add python 3 support to fuse_gtest_files script
refs/pull/688/head
Thomas Amland
2016-01-19
1
-15/+18
|
*
add python 3 support to tests
Thomas Amland
2016-01-19
8
-14/+18
*
|
Add tmux and tmux-256color to the colored terminal list.
refs/pull/699/head
Joongi Kim
2016-01-31
2
-0/+8
|
/
*
Update GTEST_PROJECT_URL_ in internal/gtest-port.h
refs/pull/670/head
Dawid Kurek
2015-12-23
1
-1/+1
*
Merge pull request #602 from mtbrandy/threadcount_aix
Billy Donahue
2015-12-10
1
-0/+18
|
\
|
*
Add include of sys/types.h.
refs/pull/602/head
Matthew Brandyberry
2015-10-02
1
-0/+1
|
*
Implement GetThreadCount for AIX.
Matthew Brandyberry
2015-10-02
1
-0/+17
*
|
Add include dirs to targets if CMake version supports it
refs/pull/657/head
Craig Scott
2015-12-06
1
-0/+8
*
|
Fix link to FAQ in Primer.md
refs/pull/654/head
Caleb Morse
2015-12-04
16
-159/+162
*
|
Fix AdvancedGuide link in FAQ.md
refs/pull/647/head
Tim Ansell
2015-12-02
1
-1/+1
[next]