aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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
* 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
* | Merge pull request #1837 from google/9A681768AABE08D1EFA5CA77528236A4Gennadiy Civil2018-09-142-23/+30
|\ \ | | | | | | Googletest export
| * | Googletest exportAbseil Team2018-09-142-23/+30
| | | | | | | | | | | | | | | | | | | | | | | | | | | Treat default-constructed string_view same as constructed from "". In the context of string comparison (e.g. HasSubstr, StartsWith, EndsWith, etc.), a default-constructed string_view (nullptr) should be semantically same as a empty string "". PiperOrigin-RevId: 212816839
| | * Merge branch 'master' into masterGennadiy Civil2018-09-142-56/+0
| | |\ | |_|/ |/| |
* | | Merge pull request #1835 from google/gennadiycivil-TR1-docs-cleanupGennadiy Civil2018-09-142-56/+0
|\ \ \ | |/ / |/| | Remove TR1 mentions
| * | Update README.mdGennadiy Civil2018-09-131-27/+0
| | |
| * | Update README.mdGennadiy Civil2018-09-131-29/+0
|/ /
| * Merge branch 'master' into masterJonny007-MKD2018-09-131-1/+1
| |\ | |/ |/|
* | Merge pull request #1831 from anthraxx/fix/versionGennadiy Civil2018-09-131-1/+1
|\ \ | | | | | | version: fix declared version to be in sync with CMakeLists.txt
| * | version: fix declared version to be in sync with CMakeLists.txtLevente Polyak2018-09-131-1/+1
| | |
* | | Merge pull request #1834 from google/9A681768AABE08D1EFA5CA77528236A4Gennadiy Civil2018-09-130-0/+0
|\ \ \ | |/ / |/| | Googletest export
| * | Googletest exportmisterg2018-09-131-1/+1
| | | | | | | | | | | | | | | | | | Project import generated by Copybara. PiperOrigin-RevId: 212678005
| * | Googletest exportmisterg2018-09-138-0/+930
| | | | | | | | | | | | | | | | | | Project import generated by Copybara. PiperOrigin-RevId: 212656749
| * | Googletest exportmisterg2018-09-139-931/+1
|/ / | | | | | | | | | | Internal Change PiperOrigin-RevId: 212656679
| * Make it public again *sigh*Jonny007-MKD2018-09-132-14/+0
| |
| * Avoid implicit move operatorJonny007-MKD2018-09-131-0/+1
| |
| * Try to fix gcc and clang issuesJonny007-MKD2018-09-132-1/+14
| |
| * Added special catch for std::exception in GTEST_TEST_NO_THROW_Jonny007-MKD2018-09-132-3/+29
|/
* Merge pull request #1828 from gdsotirov/patch-1Gennadiy Civil2018-09-121-1/+1
|\ | | | | Return GTEST_ATTRIBUTE_UNUSED_ on record_property_env