aboutsummaryrefslogtreecommitdiffstats
path: root/googletest
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #675 from theHacker/masterGennadiy Civil2017-08-081-0/+1
|\
| * Fix: Markdown in V1_7_Primer.mdAlexander Münch2016-01-021-0/+1
* | Merge pull request #909 from AsturaPhoenix/patch-1Gennadiy Civil2017-08-071-1/+1
|\ \
| * | Update Primer.mdRoss Wang2016-10-181-1/+1
* | | Merge pull request #1180 from aconverse/masterGennadiy Civil2017-08-071-1/+2
|\ \ \
| * | | Use wider types to prevent unsigned overflow diagnosticsAlex Converse2017-08-031-1/+2
* | | | fix small typo in commentHerbert Thielen2017-08-051-1/+1
* | | | Merge pull request #1030 from vpfautz/masterGennadiy Civil2017-08-0310-11/+11
|\ \ \ \ | |/ / / |/| | |
| * | | Fixed some typosvpfautz2017-02-2610-11/+11
* | | | Merge pull request #671 from mehagar/patch-1Gennadiy Civil2017-08-021-1/+1
|\ \ \ \
| * | | | Fix typo in AdvancedGuide.mdmehagar2015-12-291-1/+1
| | |_|/ | |/| |
* | | | Merge pull request #764 from flyd1005/wip-fix-typoGennadiy Civil2017-08-029-9/+9
|\ \ \ \
| * | | | remove duplicated wordsLi Peng2016-04-279-9/+9
* | | | | Merge pull request #962 from klimkin/klimkin-patch-typoGennadiy Civil2017-08-021-1/+1
|\ \ \ \ \
| * | | | | Fix a typoAlexey Klimkin2016-12-121-1/+1
* | | | | | Merge pull request #968 from nicolacavallini/link_typed_test_docsGennadiy Civil2017-08-021-2/+2
|\ \ \ \ \ \
| * | | | | | added link to sample 6 in the documentation of typed testnicolacavallini2016-12-231-2/+2
* | | | | | | fix links to Google C++ Style GuideHerbert Thielen2017-07-301-2/+2
* | | | | | | Merge pull request #1107 from lipk/patch-1Gennadiy Civil2017-07-261-1/+1
|\ \ \ \ \ \ \
| * | | | | | | Remove unnecessary 'the'.lipk2017-05-301-1/+1
* | | | | | | | Fixes a typo in FAQ.mdVincent Palancher2017-07-051-1/+1
* | | | | | | | Merge pull request #1081 from krytarowski/netbsd-1Billy Donahue2017-06-232-2/+5
|\ \ \ \ \ \ \ \
| * | | | | | | | Add NetBSD supportKamil Rytarowski2017-05-062-2/+5
* | | | | | | | | Colouring in help textChris-Sharpe2017-06-211-1/+1
* | | | | | | | | Create gtest-internal.hBilly Donahue2017-06-111-1/+1
* | | | | | | | | Fixing float comparison broken linkjorgehb2017-06-081-1/+1
| |/ / / / / / / |/| | | | | | |
* | | | | | | | Merge pull request #1091 from nico/wmicroBilly Donahue2017-05-231-38/+51
|\ \ \ \ \ \ \ \
| * | | | | | | | Fix -Wmicrosoft-cast warnings when using gtest with clang on Windows.Nico Weber2017-05-151-38/+51
* | | | | | | | | Changes add ability to overwrite TempDir(), issue https://github.com/google/g...Gennadiy Civil2017-05-182-1/+7
* | | | | | | | | Merge pull request #1089 from nico/stdstringBilly Donahue2017-05-1611-89/+82
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Use std::string and ::string explicitly in gtest and gmock code.Nico Weber2017-05-1511-89/+82
| |/ / / / / / / /
* | | | | | | | | Merge pull request #1090 from nico/typoBilly Donahue2017-05-151-1/+1
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Fixing typo in documentation.Nico Weber2017-05-151-1/+1
| |/ / / / / / / /
* / / / / / / / / Gender-neutralize comments in gtest.h.Nico Weber2017-05-151-1/+1
|/ / / / / / / /
* | | | | | | | Merge pull request #725 from donhuff/xcode-headersBilly Donahue2017-05-151-0/+47
|\ \ \ \ \ \ \ \
| * | | | | | | | Update C++ language and library settings to match SDK projects.Don Huff2016-03-111-0/+6
| * | | | | | | | Add missing headers to Xcode framework target.Don Huff2016-02-251-0/+41
* | | | | | | | | Merge pull request #1078 from pwnall/gtest_api_portBilly Donahue2017-05-102-1/+11
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Pick up GTEST_API_ definition in gtest/internal/custom/gtest-port.h.Victor Costan2017-05-042-1/+11
| | |/ / / / / / / | |/| | | | | | |
* | | | | | | | | Merge pull request #965 from davidben/format-attrBilly Donahue2017-05-072-3/+21
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | |
| * | | | | | | | Annotate ColoredPrintf with the format attribute and fix bugs.David Benjamin2016-12-212-3/+21
| | |/ / / / / / | |/| | | | | |
* | | | | | | | Merge pull request #1034 from dankegel/masterBilly Donahue2017-05-023-2/+4
|\ \ \ \ \ \ \ \
| * | | | | | | | Minimal changes to fix build failures on Microsoft Visual Studio 2015Dan Kegel2017-03-013-2/+4
| | |_|_|_|_|/ / | |/| | | | | |
* / | | | | | | Changes to make TempDir() publicGennadiy Civil2017-05-025-22/+29
|/ / / / / / /
* | | | | | | fix typo /GTEST_ATTRIBUTE_UNUSED/GTEST_ATTRIBUTE_UNUSED_/srz_zumix2017-02-031-1/+1
* | | | | | | Add GTEST_ATTRIBUTE_UNUSED_ to REGISTER_TYPED_TEST_CASE_PMike Bjorge2017-01-091-3/+4
|/ / / / / /
* | | | | | Merge pull request #658 from audiofanatic/ExternalProject_at_configure_timeBilly Donahue2016-12-181-2/+105
|\ \ \ \ \ \
| * | | | | | Added CMake configure-time download instructions to docsCraig Scott2016-12-181-2/+105
| | |/ / / / | |/| | | |
* / | | | | 2.6.4 is the minimum CMake version, so enforce it (#656)Craig Scott2016-12-171-1/+1
|/ / / / /
* | | | | Merge pull request #918 from DanAlbert/fix-android-GTEST_HAS_CLONEBilly Donahue2016-11-031-2/+6
|\ \ \ \ \