aboutsummaryrefslogtreecommitdiffstats
path: root/googletest/include
Commit message (Collapse)AuthorAgeFilesLines
...
* | fix to operator precedence in GTEST_TEST_BOOLEAN_ with expressions that ↵David Mott2016-06-251-2/+2
| | | | | | | | implement operator bool
* | Merge pull request #724 from duggelz/masterBilly Donahue2016-03-151-2/+1
|\ \ | |/ |/| Read Bazel's $XML_OUTPUT_FILE environment variable
| * Restructure $XML_OUTPUT_FILE logicDoug Greiman2016-02-261-2/+1
| |
| * Fix inconsistent styleDoug Greiman2016-02-251-1/+1
| |
| * Read Bazel's $XML_OUTPUT_FILE environment variableDoug Greiman2016-02-231-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.Alexey Sokolov2016-02-161-104/+100
|/
* Update GTEST_PROJECT_URL_ in internal/gtest-port.hDawid Kurek2015-12-231-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).Patrick J. LoPresti2015-11-241-6/+1
|
* Merge pull request #611 from mark-chromium/gmock_cxx11Billy Donahue2015-11-101-1/+2
|\ | | | | googlemock: Support C++11 language with pre-C++11 library
| * googlemock: Support C++11 language with pre-C++11 libraryMark Mentovai2015-10-121-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 Meiser2015-10-291-3/+3
|/ | | | This is to enable using gtest with -fvisibility=hidden.
* Move everything in googletest into googletest/googletestBilly Donahue2015-08-2528-0/+22956