Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Delete CHANGES | Gennadiy Civil | 2018-10-09 | 1 | -157/+0 |
| | | | We are not maintaining change log, it has not been touched for a very long time | ||||
* | Merge c1170881039e859738c62b02a918116fc6d346bc into ↵ | Eisoku Kuroiwa | 2018-10-08 | 1 | -0/+1 |
| | | | | | | | | 27c86f29417e53a622a2902baab2d1d82dafc5f9 Closes #1888 PiperOrigin-RevId: 216244924 | ||||
* | Fixing AllOfMatches test, where it properly belongs | misterg | 2018-10-08 | 1 | -8/+8 |
| | | | | PiperOrigin-RevId: 216193701 | ||||
* | always define define GTEST_LANG_CXX11 1 | misterg | 2018-10-08 | 1 | -12/+1 |
| | | | | PiperOrigin-RevId: 216184859 | ||||
* | Remove non-variadic pre C++11 AllOf | misterg | 2018-10-08 | 4 | -286/+38 |
| | | | | PiperOrigin-RevId: 216183352 | ||||
* | Update primer.md | Gennadiy Civil | 2018-10-05 | 1 | -5/+2 |
| | | | fixes #1709 | ||||
* | Remove pre-C++11 code from gtest-printers | misterg | 2018-10-05 | 1 | -8/+0 |
| | | | | PiperOrigin-RevId: 215941759 | ||||
* | Make GTestColor and ColoredPrintF available as internal APIs from gtest.h. ↵ | Abseil Team | 2018-10-05 | 2 | -15/+12 |
| | | | | | | This is for use in abseil exception safety testing. PiperOrigin-RevId: 215920581 | ||||
* | Removed pre-C++11 IsContainerTest and IteratorTraits | misterg | 2018-10-05 | 1 | -13/+0 |
| | | | | PiperOrigin-RevId: 215916605 | ||||
* | Apply clang-tidy modernize-use-nullptr to googletest. | Abseil Team | 2018-10-05 | 58 | -1113/+711 |
| | | | | | | | | | | | Now that googletest has moved to C++11, it should no longer use NULL or 0 for the null pointer. This patch converts all such usages to nullptr using clang-tidy. This prevents LLVM from issuing -Wzero-as-null-pointer-constant warnings. PiperOrigin-RevId: 215814400 | ||||
* | Remove checking for C++ 11 and a pre-C++11 test from googletest tests | misterg | 2018-10-04 | 3 | -33/+1 |
| | | | | PiperOrigin-RevId: 215789971 | ||||
* | Merge d830440d48a9502161448bc78be33a53388dd1f4 into ↵ | 1camper | 2018-10-03 | 1 | -5/+2 |
| | | | | | | | | f5260ae757a681566d8f7d0558b8dc0551036506 Closes #1830 PiperOrigin-RevId: 215563532 | ||||
* | Merge c798e39a4f96f5a985126cc3fab4738b6412cfc1 into ↵ | Matthieu | 2018-10-02 | 3 | -19/+99 |
| | | | | | | | | e93da23920e5b6887d6a6a291c3a59f83f5b579e Closes #1836 PiperOrigin-RevId: 215461025 | ||||
* | Merge 68b8a4c60cd80c78e1875b77807fa13cdd2313f8 into ↵ | Gennadiy Civil | 2018-10-02 | 1 | -1/+0 |
| | | | | | | | | 77962730563eece3525f40b8769e4ca0c6baf64c Closes #1880 PiperOrigin-RevId: 215429534 | ||||
* | Merge 86fe8a25eb5a6e4546f9e39cf23a5c764217bf85 into ↵ | Marco Bubke | 2018-10-02 | 3 | -26/+45 |
| | | | | | | | | 440527a61e1c91188195f7de212c63c77e8f0a45 Closes #1867 PiperOrigin-RevId: 215392714 | ||||
* | Merge 2ce0685f76a4db403b7b2650433a584c150f2108 into ↵ | Arseny Aprelev | 2018-10-02 | 10 | -26/+201 |
| | | | | | | | | | 75e834700d19aa373b428c7c746f951737354c28 Closes #1544 With refinements and changes PiperOrigin-RevId: 215273083 | ||||
* | Merge pull request #1875 from google/9A681768AABE08D1EFA5CA77528236A4 | Gennadiy Civil | 2018-10-01 | 1 | -3/+3 |
|\ | | | | | Googletest export | ||||
| * | Googletest export | misterg | 2018-10-01 | 4 | -0/+379 |
| | | | | | | | | | | | | Internal Change PiperOrigin-RevId: 215236414 | ||||
| * | Googletest export | durandal | 2018-10-01 | 4 | -379/+0 |
|/ | | | | | | Add myself to the authors table. PiperOrigin-RevId: 214822035 | ||||
* | Merge pull request #1872 from jerryturcios08/master | Gennadiy Civil | 2018-10-01 | 1 | -0/+1 |
|\ | | | | | Add C++11 standard in the root CMakeLists.txt | ||||
| * | Add a cached variable to CMAKE_CXX_STANDARD | Jerry Turcios | 2018-09-30 | 1 | -1/+1 |
| | | |||||
| * | Add C++11 support in the root CMakeLists.txt | Jerry Turcios | 2018-09-28 | 1 | -0/+1 |
|/ | |||||
* | Update appveyor.yml | Gennadiy Civil | 2018-09-26 | 1 | -0/+1 |
| | | | Since we only one one MinGW left, lets enable it on PRs | ||||
* | Merge pull request #1864 from ↵ | Gennadiy Civil | 2018-09-25 | 1 | -2/+2 |
|\ | | | | | | | | | google/revert-1853-appveyor-mingw-enable-tests-again Revert "[mingw] enable the unittests for gmock and gtest again" | ||||
| * | Revert "[mingw] enable the unittests for gmock and gtest again" | Gennadiy Civil | 2018-09-25 | 1 | -2/+2 |
|/ | |||||
* | Merge pull request #1855 from zach2good/issue1854_remove_i386_xcode10 | Gennadiy Civil | 2018-09-25 | 1 | -2/+2 |
|\ | | | | | Issue #1854: remove support for i386 for XCode 10 | ||||
| * | Issue #1854: remove support for i386 for XCode 10 | Zach Toogood | 2018-09-24 | 1 | -2/+2 |
| | | |||||
* | | Merge pull request #1853 from matlo607/appveyor-mingw-enable-tests-again | Gennadiy Civil | 2018-09-25 | 1 | -2/+2 |
|\ \ | | | | | | | [mingw] enable the unittests for gmock and gtest again | ||||
| * \ | Merge branch 'master' into appveyor-mingw-enable-tests-again | Gennadiy Civil | 2018-09-25 | 8 | -678/+63 |
| |\ \ | |/ / |/| | | |||||
* | | | Merge pull request #1862 from google/9A681768AABE08D1EFA5CA77528236A4 | Gennadiy Civil | 2018-09-25 | 7 | -645/+62 |
|\ \ \ | | | | | | | | | Googletest export (and revert #1850) | ||||
| * | | | Keep one MinGW build, remove the others | Gennadiy Civil | 2018-09-25 | 1 | -6/+0 |
| | | | | |||||
| * | | | Update appveyor.yml | Gennadiy Civil | 2018-09-25 | 1 | -1/+1 |
| | | | | |||||
| * | | | Update appveyor.yml | Gennadiy Civil | 2018-09-25 | 1 | -0/+1 |
| | | | | |||||
| * | | | Delete m4_ax_cxx_compile_stdcxx_11.m4 | Gennadiy Civil | 2018-09-25 | 1 | -40/+0 |
| | | | | |||||
| * | | | Delete m4_ax_cxx_compile_stdcxx.m4 | Gennadiy Civil | 2018-09-25 | 1 | -949/+0 |
| | | | | |||||
| * | | | Update configure.ac | Gennadiy Civil | 2018-09-25 | 1 | -3/+0 |
| | | | | |||||
| * | | | Update Makefile.am | Gennadiy Civil | 2018-09-25 | 1 | -2/+0 |
| | | | | |||||
| * | | | Update .travis.yml | Gennadiy Civil | 2018-09-25 | 1 | -1/+1 |
| | | | | |||||
| * | | | automake | Gennadiy Civil | 2018-09-25 | 1 | -4/+2 |
| | | | | |||||
| * | | | test automake c++11 | Gennadiy Civil | 2018-09-25 | 3 | -0/+991 |
| | | | | |||||
| * | | | Update configure.ac | Gennadiy Civil | 2018-09-25 | 1 | -1/+1 |
| | | | | |||||
| * | | | Update configure.ac | Gennadiy Civil | 2018-09-25 | 1 | -0/+3 |
| | | | | |||||
| * | | | typo | Gennadiy Civil | 2018-09-25 | 1 | -1/+1 |
| | | | | |||||
| * | | | autotools c++11 | Gennadiy Civil | 2018-09-25 | 2 | -1/+3 |
| | | | | |||||
| * | | | autotools c++11 | Gennadiy Civil | 2018-09-25 | 1 | -1/+1 |
| | | | | |||||
| * | | | test | Gennadiy Civil | 2018-09-25 | 1 | -1/+1 |
| | | | | |||||
| * | | | include c++11 for autotools | Gennadiy Civil | 2018-09-25 | 1 | -1/+1 |
| | | | | |||||
| * | | | Merge branch 'master' into 9A681768AABE08D1EFA5CA77528236A4 | Gennadiy Civil | 2018-09-25 | 2 | -36/+1 |
| |\ \ \ | |/ / / |/| | | | |||||
* | | | | Merge pull request #1863 from google/revert-1857-master | Gennadiy Civil | 2018-09-25 | 2 | -36/+1 |
|\ \ \ \ | | | | | | | | | | | Revert "Add clang format check to one of the builds" | ||||
| * | | | | Revert "Add clang format check to one of the builds" | Gennadiy Civil | 2018-09-25 | 2 | -36/+1 |
|/ / / / |