aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | autotools c++11Gennadiy Civil2018-09-252-1/+3
| | | |
| * | | autotools c++11Gennadiy Civil2018-09-251-1/+1
| | | |
| * | | testGennadiy Civil2018-09-251-1/+1
| | | |
| * | | include c++11 for autotoolsGennadiy Civil2018-09-251-1/+1
| | | |
| * | | Merge branch 'master' into 9A681768AABE08D1EFA5CA77528236A4Gennadiy Civil2018-09-252-36/+1
| |\ \ \ | |/ / / |/| | |
* | | | Merge pull request #1863 from google/revert-1857-masterGennadiy Civil2018-09-252-36/+1
|\ \ \ \ | | | | | | | | | | Revert "Add clang format check to one of the builds"
| * | | | Revert "Add clang format check to one of the builds"Gennadiy Civil2018-09-252-36/+1
|/ / / /
| * | | Googletest exportAbseil Team2018-09-252-104/+43
| | | | | | | | | | | | | | | | | | | | | | | | Project import generated by Copybara. PiperOrigin-RevId: 214456152
| * | | Googletest exportmisterg2018-09-252-43/+104
| | | | | | | | | | | | | | | | | | | | | | | | Project import generated by Copybara. PiperOrigin-RevId: 214441835
| * | | Googletest exportmisterg2018-09-253-532/+17
| | | | | | | | | | | | | | | | | | | | | | | | Remove non-variadic pre C++11 ElementsAreMatcher and UnorderedElementsAreMatcher PiperOrigin-RevId: 214266944
| * | | Googletest exportAbseil Team2018-09-252-106/+43
|/ / / | | | | | | | | | | | | | | | | | | Project import generated by Copybara. Including recently accepted and merged PRs PiperOrigin-RevId: 213856848
* | | Merge pull request #1861 from gennadiycivil/masterGennadiy Civil2018-09-252-0/+3
|\ \ \ | | | | | | | | adding c++11 to appveyor mingW and autotools build
| * | | enable MingW on PRGennadiy Civil2018-09-251-0/+1
| | | |
| * | | C++11 autotools buildGennadiy Civil2018-09-251-0/+1
| | | |
| * | | adding c++11 to appveyor mingWGennadiy Civil2018-09-251-0/+1
| | | |
| | * | Merge branch 'master' into appveyor-mingw-enable-tests-againGennadiy Civil2018-09-252-1/+36
| | |\ \ | |_|/ / |/| | |
* | | | Merge pull request #1857 from gennadiycivil/masterGennadiy Civil2018-09-252-1/+36
|\| | | | |_|/ |/| | Add clang format check to one of the builds
| * | typoGennadiy Civil2018-09-251-0/+0
| | |
| * | Add clang format check to one of the builds to provide indication that ↵Gennadiy Civil2018-09-252-1/+36
|/ / | | | | | | formatting is incorrect
| * [mingw] enable the unittests for gmock and gtest againMatthieu Longo2018-09-241-2/+2
|/
* Merge pull request #1850 from Jonny007-MKD/masterGennadiy Civil2018-09-232-43/+106
|\ | | | | Added special catch for std::exception in GTEST_TEST_NO_THROW_
| * Merge branch 'master' into masterGennadiy Civil2018-09-233-2/+7
| |\ | |/ |/|
* | Update CONTRIBUTING.mdGennadiy Civil2018-09-231-1/+2
| |
* | Update README.mdGennadiy Civil2018-09-231-1/+1
| |
* | Add .clang-formatGennadiy Civil2018-09-231-0/+4
| |
| * FormattingGennadiy Civil2018-09-231-101/+101
| |
| * FormattingGennadiy Civil2018-09-231-9/+7
| |
| * FormattingGennadiy Civil2018-09-231-114/+118
| |
| * FormattingGennadiy Civil2018-09-231-61/+64
| |
| * Fix unit testJonny007-MKD2018-09-231-1/+1
| |
| * Fix ColoredOutputTest.UsesColorsWhenTermSupportsColors againJonny007-MKD2018-09-231-1/+1
| |
| * Rename private member of AdditionalMessageJonny007-MKD2018-09-232-18/+19
| | | | | | | | Shorten lines in unit tests
| * Readded changes from 6494f5232b130a29321e661166442bac324c4383Jonny007-MKD2018-09-232-22/+79
|/
* Merge pull request #1847 from google/revert-1832-masterGennadiy Civil2018-09-200-0/+0
|\ | | | | Revert "Added special catch for std::exception in GTEST_TEST_NO_THROW_"
| * Revert "Added special catch for std::exception in GTEST_TEST_NO_THROW_"Gennadiy Civil2018-09-200-0/+0
|/
* Merge pull request #1843 from matlo607/fix-unittest-msys-ColoredOutputTestGennadiy Civil2018-09-202-3/+4
|\ | | | | [msys] fix unittest ColoredOutputTest.UsesColorsWhenTermSupportsColors
| * [msys] fix unittest ColoredOutputTest.UsesColorsWhenTermSupportsColorsMatthieu Longo2018-09-182-3/+4
| |
* | Merge pull request #1844 from matlo607/fix-msys-build-gmock-matchers_testGennadiy Civil2018-09-201-0/+3
|\ \ | | | | | | [msys] pass big object file option to assembler for target gmock-matchers_test
| * | [msys] pass big object file option to assembler for target gmock-matchers_testMatthieu Longo2018-09-181-0/+3
| |/
* | Merge pull request #1846 from google/9A681768AABE08D1EFA5CA77528236A4Gennadiy Civil2018-09-204-78/+46
|\ \ | | | | | | Googletest export
| * | Googletest exportmisterg2018-09-201-0/+1
| | | | | | | | | | | | | | | | | | Fixing broken OSS build, add missing include PiperOrigin-RevId: 213812210
| * | Googletest exportAbseil Team2018-09-204-78/+45
|/ / | | | | | | | | | | support printing std::reference_wrapper<T> in gUnit PiperOrigin-RevId: 213270392
* | Merge pull request #1832 from Jonny007-MKD/masterGennadiy Civil2018-09-192-21/+78
|\ \ | |/ |/| Added special catch for std::exception in GTEST_TEST_NO_THROW_
| * Removed some newlinesJonny007-MKD2018-09-181-6/+3
| |
| * Avoid these ambiguitiesJonny007-MKD2018-09-151-8/+8
| |
| * Print message of unexpected std::exception in EXPECT_THROW, tooJonny007-MKD2018-09-142-19/+53
| |
| * Merge branch 'master' into masterJonny007-MKD2018-09-144-44/+31
| |\ | |/ |/|
* | Merge pull request #1838 from google/9A681768AABE08D1EFA5CA77528236A4Gennadiy Civil2018-09-142-21/+1
|\ \ | | | | | | Googletest export
| * | Update .travis.ymlGennadiy Civil2018-09-141-11/+0
| | | | | | | | | Remove pre C++11
| * | Googletest exportmisterg2018-09-141-10/+1
|/ / | | | | | | | | | | Removing checks for C++11 from unit tests PiperOrigin-RevId: 212990514