aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Delete m4_ax_cxx_compile_stdcxx.m4Gennadiy Civil2018-09-251-949/+0
|
* Update configure.acGennadiy Civil2018-09-251-3/+0
|
* Update Makefile.amGennadiy Civil2018-09-251-2/+0
|
* Update .travis.ymlGennadiy Civil2018-09-251-1/+1
|
* automakeGennadiy Civil2018-09-251-4/+2
|
* test automake c++11Gennadiy Civil2018-09-253-0/+991
|
* Update configure.acGennadiy Civil2018-09-251-1/+1
|
* Update configure.acGennadiy Civil2018-09-251-0/+3
|
* typoGennadiy Civil2018-09-251-1/+1
|
* 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 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
* 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_