summaryrefslogtreecommitdiffstats
path: root/googletest/test
Commit message (Expand)AuthorAgeFilesLines
* Use std::string and ::string explicitly in gtest and gmock code.Nico Weber2017-05-153-32/+29
* Merge pull request #1034 from dankegel/masterBilly Donahue2017-05-022-1/+3
|\
| * Minimal changes to fix build failures on Microsoft Visual Studio 2015Dan Kegel2017-03-012-1/+3
* | Changes to make TempDir() publicGennadiy Civil2017-05-021-1/+1
|/
* Merge pull request #728 from DanAlbert/tuple-stlportBilly Donahue2016-11-021-0/+2
|\
| * Fix a test to compile when tuple isn't available.Dan Albert2016-03-021-0/+2
* | Fix build with MinGW-w64Arkadiy Shapkin2016-09-051-1/+1
* | Merge pull request #721 from ilmagico/fix-mingw-threadsBilly Donahue2016-08-242-1/+8
|\ \
| * | Fix compilation on MinGW with native threadsDaniele Tamino2016-02-222-1/+8
| |/
* | Support running MSVC build on AppVeyourArkadiy Shapkin2016-06-271-2/+2
* | Merge pull request #724 from duggelz/masterBilly Donahue2016-03-151-0/+14
|\ \ | |/ |/|
| * Restructure test so each scenario is independent.Doug Greiman2016-03-021-20/+13
| * Fix env_var_test to ignore XML_OUTPUT_FILE if already setDoug Greiman2016-03-011-0/+2
| * Restructure $XML_OUTPUT_FILE logicDoug Greiman2016-02-261-5/+11
| * Read Bazel's $XML_OUTPUT_FILE environment variableDoug Greiman2016-02-231-0/+13
* | Change error message of EXPECT_EQ to treat lhs and rhs equivalently.Alexey Sokolov2016-02-163-113/+114
|/
* Merge pull request #688 from tamland/python3Billy Donahue2016-02-018-14/+18
|\
| * add python 3 support to testsThomas Amland2016-01-198-14/+18
* | Add tmux and tmux-256color to the colored terminal list.Joongi Kim2016-01-311-0/+6
|/
* Better use of character constantsMark Mentovai2015-11-111-2/+2
* Fix warnings encountered in MSVC build of gtest/gmock testsMark Mentovai2015-11-111-2/+2
* Move everything in googletest into googletest/googletestBilly Donahue2015-08-2562-0/+26690
OpenPOWER on IntegriCloud