summaryrefslogtreecommitdiffstats
path: root/googletest
Commit message (Expand)AuthorAgeFilesLines
* WIPmisterg2017-08-0110-28/+31
* fix links to Google C++ Style Guiderefs/pull/1165/headHerbert Thielen2017-07-301-2/+2
* Merge pull request #1107 from lipk/patch-1Gennadiy Civil2017-07-261-1/+1
|\
| * Remove unnecessary 'the'.refs/pull/1107/headlipk2017-05-301-1/+1
* | Fixes a typo in FAQ.mdrefs/pull/1143/headVincent Palancher2017-07-051-1/+1
* | Merge pull request #1081 from krytarowski/netbsd-1Billy Donahue2017-06-232-2/+5
|\ \
| * | Add NetBSD supportrefs/pull/1081/headKamil Rytarowski2017-05-062-2/+5
* | | Colouring in help textrefs/pull/1129/headChris-Sharpe2017-06-211-1/+1
* | | Create gtest-internal.hBilly Donahue2017-06-111-1/+1
* | | Fixing float comparison broken linkrefs/pull/1113/headjorgehb2017-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.refs/pull/1091/headNico Weber2017-05-151-38/+51
* | | Changes add ability to overwrite TempDir(), issue https://github.com/google/g...refs/pull/1096/headGennadiy 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.refs/pull/1089/headNico Weber2017-05-1511-89/+82
| |/ /
* | | Merge pull request #1090 from nico/typoBilly Donahue2017-05-161-1/+1
|\ \ \
| * | | Fixing typo in documentation.refs/pull/1090/headNico Weber2017-05-151-1/+1
| |/ /
* | | Gender-neutralize comments in gtest.h.refs/pull/1092/headNico 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.refs/pull/725/headDon 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-112-1/+11
|\ \ \
| * | | Pick up GTEST_API_ definition in gtest/internal/custom/gtest-port.h.refs/pull/1078/headVictor 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.refs/pull/965/headDavid Benjamin2016-12-222-3/+21
* | | Merge pull request #1034 from dankegel/masterBilly Donahue2017-05-023-2/+4
|\ \ \
| * | | Minimal changes to fix build failures on Microsoft Visual Studio 2015refs/pull/1034/headDan Kegel2017-03-023-2/+4
* | | | Changes to make TempDir() publicrefs/pull/1077/headGennadiy Civil2017-05-025-22/+29
|/ / /
* | | fix typo /GTEST_ATTRIBUTE_UNUSED/GTEST_ATTRIBUTE_UNUSED_/refs/pull/996/headsrz_zumix2017-02-021-1/+1
* | | Add GTEST_ATTRIBUTE_UNUSED_ to REGISTER_TYPED_TEST_CASE_Prefs/pull/982/headMike Bjorge2017-01-101-3/+4
|/ /
* | Merge pull request #658 from audiofanatic/ExternalProject_at_configure_timeBilly Donahue2016-12-181-2/+105
|\ \
| * | Added CMake configure-time download instructions to docsrefs/pull/658/headCraig Scott2016-12-171-2/+105
* | | 2.6.4 is the minimum CMake version, so enforce it (#656)Craig Scott2016-12-181-1/+1
|/ /
* | Merge pull request #918 from DanAlbert/fix-android-GTEST_HAS_CLONEBilly Donahue2016-11-031-2/+6
|\ \
| * | Fix detection of GTEST_HAS_CLONE for Android.refs/pull/918/headDan Albert2016-11-011-2/+6
| |/
* | Merge pull request #728 from DanAlbert/tuple-stlportBilly Donahue2016-11-021-0/+2
|\ \
| * | Fix a test to compile when tuple isn't available.refs/pull/728/headDan Albert2016-03-021-0/+2
| |/
* | Fix build with MinGW-w64refs/pull/856/headArkadiy Shapkin2016-09-042-2/+2
* | Merge pull request #721 from ilmagico/fix-mingw-threadsBilly Donahue2016-08-244-5/+20
|\ \
| * | Don't use pthread when on MinGW even if availablerefs/pull/721/headDaniele Tamino2016-02-221-1/+3
| * | Fix compilation on MinGW with native threadsDaniele Tamino2016-02-223-4/+17
| |/
* | Support running MSVC build on AppVeyourrefs/pull/723/headArkadiy Shapkin2016-06-272-4/+16
* | Rollback change #808.refs/pull/810/headBilly Donahue2016-06-261-2/+2
* | Fix to tests that return object which implement operator boolrefs/pull/808/headDavid Mott2016-06-251-2/+2
* | fix to operator precedence in GTEST_TEST_BOOLEAN_ with expressions that imple...David Mott2016-06-251-2/+2
* | Fix whitespace in paragraphrefs/pull/741/headManuel Binna2016-03-161-5/+4
* | Merge pull request #724 from duggelz/masterBilly Donahue2016-03-153-5/+38
|\ \ | |/ |/|
| * Restructure test so each scenario is independent.refs/pull/724/headDoug Greiman2016-03-021-20/+13
| * Fix env_var_test to ignore XML_OUTPUT_FILE if already setDoug Greiman2016-03-021-0/+2
| * Restructure $XML_OUTPUT_FILE logicDoug Greiman2016-02-264-26/+32