Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #1846 from google/9A681768AABE08D1EFA5CA77528236A4 | Gennadiy Civil | 2018-09-20 | 4 | -78/+46 |
|\ | | | | | Googletest export | ||||
| * | Googletest export | misterg | 2018-09-20 | 1 | -0/+1 |
| | | | | | | | | | | | | Fixing broken OSS build, add missing include PiperOrigin-RevId: 213812210 | ||||
| * | Googletest export | Abseil Team | 2018-09-20 | 4 | -78/+45 |
|/ | | | | | | support printing std::reference_wrapper<T> in gUnit PiperOrigin-RevId: 213270392 | ||||
* | Merge pull request #1832 from Jonny007-MKD/master | Gennadiy Civil | 2018-09-19 | 2 | -21/+78 |
|\ | | | | | Added special catch for std::exception in GTEST_TEST_NO_THROW_ | ||||
| * | Removed some newlines | Jonny007-MKD | 2018-09-18 | 1 | -6/+3 |
| | | |||||
| * | Avoid these ambiguities | Jonny007-MKD | 2018-09-15 | 1 | -8/+8 |
| | | |||||
| * | Print message of unexpected std::exception in EXPECT_THROW, too | Jonny007-MKD | 2018-09-14 | 2 | -19/+53 |
| | | |||||
| * | Merge branch 'master' into master | Jonny007-MKD | 2018-09-14 | 4 | -44/+31 |
| |\ | |/ |/| | |||||
* | | Merge pull request #1838 from google/9A681768AABE08D1EFA5CA77528236A4 | Gennadiy Civil | 2018-09-14 | 2 | -21/+1 |
|\ \ | | | | | | | Googletest export | ||||
| * | | Update .travis.yml | Gennadiy Civil | 2018-09-14 | 1 | -11/+0 |
| | | | | | | | | | Remove pre C++11 | ||||
| * | | Googletest export | misterg | 2018-09-14 | 1 | -10/+1 |
|/ / | | | | | | | | | | | Removing checks for C++11 from unit tests PiperOrigin-RevId: 212990514 | ||||
* | | Merge pull request #1837 from google/9A681768AABE08D1EFA5CA77528236A4 | Gennadiy Civil | 2018-09-14 | 2 | -23/+30 |
|\ \ | | | | | | | Googletest export | ||||
| * | | Googletest export | Abseil Team | 2018-09-14 | 2 | -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 master | Gennadiy Civil | 2018-09-14 | 2 | -56/+0 |
| | |\ | |_|/ |/| | | |||||
* | | | Merge pull request #1835 from google/gennadiycivil-TR1-docs-cleanup | Gennadiy Civil | 2018-09-14 | 2 | -56/+0 |
|\ \ \ | |/ / |/| | | Remove TR1 mentions | ||||
| * | | Update README.md | Gennadiy Civil | 2018-09-13 | 1 | -27/+0 |
| | | | |||||
| * | | Update README.md | Gennadiy Civil | 2018-09-13 | 1 | -29/+0 |
|/ / | |||||
| * | Merge branch 'master' into master | Jonny007-MKD | 2018-09-13 | 1 | -1/+1 |
| |\ | |/ |/| | |||||
* | | Merge pull request #1831 from anthraxx/fix/version | Gennadiy Civil | 2018-09-13 | 1 | -1/+1 |
|\ \ | | | | | | | version: fix declared version to be in sync with CMakeLists.txt | ||||
| * | | version: fix declared version to be in sync with CMakeLists.txt | Levente Polyak | 2018-09-13 | 1 | -1/+1 |
| | | | |||||
* | | | Merge pull request #1834 from google/9A681768AABE08D1EFA5CA77528236A4 | Gennadiy Civil | 2018-09-13 | 0 | -0/+0 |
|\ \ \ | |/ / |/| | | Googletest export | ||||
| * | | Googletest export | misterg | 2018-09-13 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | Project import generated by Copybara. PiperOrigin-RevId: 212678005 | ||||
| * | | Googletest export | misterg | 2018-09-13 | 8 | -0/+930 |
| | | | | | | | | | | | | | | | | | | Project import generated by Copybara. PiperOrigin-RevId: 212656749 | ||||
| * | | Googletest export | misterg | 2018-09-13 | 9 | -931/+1 |
|/ / | | | | | | | | | | | Internal Change PiperOrigin-RevId: 212656679 | ||||
| * | Make it public again *sigh* | Jonny007-MKD | 2018-09-13 | 2 | -14/+0 |
| | | |||||
| * | Avoid implicit move operator | Jonny007-MKD | 2018-09-13 | 1 | -0/+1 |
| | | |||||
| * | Try to fix gcc and clang issues | Jonny007-MKD | 2018-09-13 | 2 | -1/+14 |
| | | |||||
| * | Added special catch for std::exception in GTEST_TEST_NO_THROW_ | Jonny007-MKD | 2018-09-13 | 2 | -3/+29 |
|/ | |||||
* | Merge pull request #1828 from gdsotirov/patch-1 | Gennadiy Civil | 2018-09-12 | 1 | -1/+1 |
|\ | | | | | Return GTEST_ATTRIBUTE_UNUSED_ on record_property_env | ||||
| * | Merge branch 'master' into patch-1 | Gennadiy Civil | 2018-09-12 | 1 | -0/+1 |
| |\ | |/ |/| | |||||
* | | Merge pull request #1829 from google/gennadiycivil-patch-1 | Gennadiy Civil | 2018-09-12 | 1 | -0/+1 |
|\ \ | | | | | | | Update appveyor.yml | ||||
| * | | Update appveyor.yml | Gennadiy Civil | 2018-09-12 | 1 | -0/+1 |
|/ / | |||||
| * | Return GTEST_ATTRIBUTE_UNUSED_ on record_property_env to avoide comilation ↵ | Georgi D. Sotirov | 2018-09-12 | 1 | -1/+1 |
|/ | | | | | error (with -Werror) The unused attribute was removed with commit 3299a23 on 2018-02-23, but it currently breaks build of 1.8.1, because of -Werror GCC parameter as reported in issue #1825. | ||||
* | Merge pull request #1827 from google/9A681768AABE08D1EFA5CA77528236A4 | Gennadiy Civil | 2018-09-11 | 0 | -0/+0 |
|\ | | | | | Googletest export | ||||
| * | Googletest export | misterg | 2018-09-11 | 2 | -12/+24 |
| | | | | | | | | | | | | Project import sync PiperOrigin-RevId: 212450488 | ||||
| * | Googletest export | misterg | 2018-09-11 | 2 | -24/+12 |
|/ | | | | | | Internal Change PiperOrigin-RevId: 211798074 | ||||
* | Merge pull request #1820 from ↵ | Gennadiy Civil | 2018-09-10 | 2 | -12/+24 |
|\ | | | | | | | | | Romain-Geissler/fix-gcc-misleading-indentation-warning-again Fix gcc misleading indentation again. | ||||
| * | Fix gcc misleading indentation again. | Romain Geissler | 2018-09-10 | 2 | -12/+24 |
|/ | |||||
* | Merge pull request #1814 from google/9A681768AABE08D1EFA5CA77528236A4 | Gennadiy Civil | 2018-09-06 | 0 | -0/+0 |
|\ | | | | | Googletest export | ||||
| * | Googletest export | misterg | 2018-09-06 | 1 | -6/+24 |
| | | | | | | | | | | | | Internal Change PiperOrigin-RevId: 211699161 | ||||
| * | Googletest export | Abseil Team | 2018-09-06 | 2 | -53/+31 |
| | | | | | | | | | | | | Make EXPECT_THROW print the actual exception type on the "threw the wrong exception type" case if the actual exception is a std::exception PiperOrigin-RevId: 211524592 | ||||
| * | Googletest export | Abseil Team | 2018-09-06 | 2 | -31/+53 |
| | | | | | | | | | | | | Make EXPECT_THROW print the actual exception type on the "threw the wrong exception type" case if the actual exception is a std::exception PiperOrigin-RevId: 211519873 | ||||
| * | Googletest export | misterg | 2018-09-06 | 1 | -24/+6 |
|/ | | | | | | Project import PiperOrigin-RevId: 211091791 | ||||
* | Merge pull request #1809 from KindDragon/fix-doc-links | Gennadiy Civil | 2018-09-05 | 10 | -28/+27 |
|\ | | | | | Fix doc links | ||||
| * | Fix doc links | Arkady Shapkin | 2018-09-04 | 10 | -28/+27 |
|/ | |||||
* | Merge pull request #1801 from SoapGentoo/fix-gmock-pkgconfig | Gennadiy Civil | 2018-09-04 | 2 | -0/+2 |
|\ | | | | | pkgconfig: Unconditionally depend on GTest when using GMock | ||||
| * | Merge branch 'master' into fix-gmock-pkgconfig | Gennadiy Civil | 2018-09-04 | 9 | -373/+403 |
| |\ | |/ |/| | |||||
* | | Merge pull request #1803 from KindDragon/patch-2 | Gennadiy Civil | 2018-09-04 | 8 | -372/+402 |
|\ \ | | | | | | | Update documentation to syntax highlight code | ||||
| * | | Update documentation to syntax highlight code | Arkady Shapkin | 2018-09-03 | 8 | -372/+402 |
| | | | |||||
* | | | Merge pull request #1806 from asiplas/master | Gennadiy Civil | 2018-09-04 | 1 | -1/+1 |
|\ \ \ | |/ / |/| | | Fix #1805: add `.md` to hyperlink |