Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Rollback change #808.refs/pull/810/head | Billy Donahue | 2016-06-26 | 1 | -2/+2 |
| | |||||
* | Fix to tests that return object which implement operator boolrefs/pull/808/head | David Mott | 2016-06-25 | 1 | -2/+2 |
| | |||||
* | fix to operator precedence in GTEST_TEST_BOOLEAN_ with expressions that ↵ | David Mott | 2016-06-25 | 1 | -2/+2 |
| | | | | implement operator bool | ||||
* | Merge pull request #724 from duggelz/master | Billy Donahue | 2016-03-15 | 1 | -2/+1 |
|\ | | | | | Read Bazel's $XML_OUTPUT_FILE environment variable | ||||
| * | 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 |
| | | | | | | | | | | | | If $XML_OUTPUT_FILE is set, and $GTEST_OUTPUT and --gtest_output are not specified, produce output as if GTEST_OUTPUT=xml:$XML_OUTPUT_FILE had been set. | ||||
* | | 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.hrefs/pull/670/head | Dawid Kurek | 2015-12-23 | 1 | -1/+1 |
| | | | | As repository moved to github. All urls need to be changed. There is still plenty to do. | ||||
* | 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 | ||||
| * | googlemock: Support C++11 language with pre-C++11 libraryrefs/pull/611/head | Mark Mentovai | 2015-10-12 | 1 | -1/+2 |
| | | | | | | | | | | | | This guards use of <type_traits> and its features with GTEST_HAS_STD_TYPE_TRAITS_, and std::function with GTEST_HAS_STD_FUNCTION_. | ||||
* | | Fix definition of GTEST_API_ macro for gcc and clang [#451]. | Dominic Meiser | 2015-10-30 | 1 | -3/+3 |
|/ | | | | This is to enable using gtest with -fvisibility=hidden. | ||||
* | Move everything in googletest into googletest/googletest | Billy Donahue | 2015-08-25 | 28 | -0/+22956 |