aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * | Revert previous changespeter2018-10-241-4/+0
| | |
| * | Fix -std=c++11 flagpeter2018-10-242-1/+10
| | |
* | | Googletest exportdurandal2018-10-242-4/+23
|/ / | | | | | | | | | | Honor GTEST_SKIP() in SetUp(). PiperOrigin-RevId: 218387359
| * Merge branch 'master' of https://github.com/google/googletestJerry Turcios2018-10-241-0/+9
| |\ | |/ |/|
* | Merge pull request #1929 from goatshriek/cmake-cxx11-flagGennadiy Civil2018-10-231-0/+9
|\ \ | | | | | | add documentation of manual c++11 specification
| * | add documentation of manual c++11 specificationJoel Anderson2018-10-231-0/+9
|/ / | | | | | | | | | | | | Per #1883, builds of Google Test may fail if the version C++ is not manually set to C++11 during the build process. Signed-off-by: Joel Anderson <joelanderson333@gmail.com>
| * Merge branch 'master' of https://github.com/google/googletestJerry Turcios2018-10-234-1/+52
| |\ | |/ |/|
* | Update advanced.mdGennadiy Civil2018-10-231-1/+1
| | | | | | Fixes #1802
* | Merge pull request #1911 from BrukerJWD:isniceGennadiy Civil2018-10-235-3/+54
|\ \ | | | | | | | | | PiperOrigin-RevId: 218384341
| * | Removed last reference to internal::kDefaultJonathan Wendeborn2018-10-161-1/+0
| | |
| * | Merge branch 'isnice' of https://github.com/BrukerJWD/googletest into isniceJonathan Wendeborn2018-10-16338-42718/+22620
| |\ \
| | * \ Merge branch 'master' into isniceBrukerJWD2018-10-16338-42718/+22620
| | |\ \
| * | | | Use existing Mock::GetReactionOnUninterestingCalls()Jonathan Wendeborn2018-10-161-17/+3
| |/ / /
| * | | Don't fully qualify enum memberJonathan Wendeborn2018-10-162-8/+5
| | | |
| * | | Added Mock::IsNaggy, IsNice, and IsStrictJonathan Wendeborn2018-10-163-0/+69
| | | |
* | | | Update advanced.mdGennadiy Civil2018-10-231-2/+1
| | | | | | | | | | | | Fixes #1755
* | | | Update advanced.mdGennadiy Civil2018-10-231-1/+1
| | | | | | | | | | | | Fixes #1925
* | | | Merge pull request #1927 from svg153/patch-1Gennadiy Civil2018-10-231-0/+1
|\ \ \ \ | | | | | | | | | | ACTION table format
| * | | | ACTION table formatSergio Valverde2018-10-231-0/+1
|/ / / /
| | | * Merge branch 'master' of https://github.com/google/googletestJerry Turcios2018-10-2214-58/+222
| | | |\ | |_|_|/ |/| | |
* | | | Googletest exportAbseil Team2018-10-223-37/+193
| | | | | | | | | | | | | | | | | | | | | | | | Change ValuesArray to require much less template instantiation depth. PiperOrigin-RevId: 218170842
* | | | Merge pull request #1839 from Peter-Levine:python3-testsGennadiy Civil2018-10-227-13/+17
|\ \ \ \ | | | | | | | | | | | | | | | PiperOrigin-RevId: 217925156
| * \ \ \ Merge branch 'master' into python3-testsGennadiy Civil2018-10-1952-9470/+1895
| |\ \ \ \
| * \ \ \ \ Merge branch 'master' into python3-testsGennadiy Civil2018-10-0560-1187/+726
| |\ \ \ \ \
| * \ \ \ \ \ Merge branch 'master' into python3-testsGennadiy Civil2018-10-0417-79/+351
| |\ \ \ \ \ \
| * \ \ \ \ \ \ Merge branch 'master' into python3-testsGennadiy Civil2018-09-259-680/+65
| |\ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge branch 'master' into python3-testsGennadiy Civil2018-09-257-46/+149
| |\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ Merge branch 'master' into python3-testsGennadiy Civil2018-09-205-3/+32
| |\ \ \ \ \ \ \ \ \
| * | | | | | | | | | Fix Python3 supportPeter Levine2018-09-147-13/+17
| | | | | | | | | | |
* | | | | | | | | | | Merge pull request #1905 from fandjelo:relocatable-pkgconfig-fixGennadiy Civil2018-10-224-8/+12
|\ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|/ / / / |/| | | | | | | | | | | | | | | | | | | | | PiperOrigin-RevId: 217923705
| * | | | | | | | | | Merge branch 'master' into relocatable-pkgconfig-fixGennadiy Civil2018-10-171-5/+6
| |\ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|_|/ / | | |/| | | | | | | |
| * | | | | | | | | | Merge branch 'master' into relocatable-pkgconfig-fixGennadiy Civil2018-10-1211-44/+23
| |\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | Use pcfiledir for prefix in pkgconfig fileFilipp Andjelo2018-10-114-8/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Using absolute paths in the pkg-config file makes it not relocatable and leads to problems, when trying to use it with precompiled cross toolchains. Setting prefix to relative path based on pcfiledir makes it more reliable for such cases.
| | | | | | | | | | | * Merge branch 'master' of https://github.com/google/googletestJerry Turcios2018-10-1918-4859/+422
| | | | | | | | | | | |\ | |_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | |
* | | | | | | | | | | | Update .travis.ymlGennadiy Civil2018-10-191-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Revert attempted template depth fix , a real fix is coming
* | | | | | | | | | | | Update .travis.ymlGennadiy Civil2018-10-181-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Testing increasing -ftemplate-depth to fix clang 3.9
* | | | | | | | | | | | Googletest exportmisterg2018-10-186-4417/+79
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | New variadic implementation for gtest-param-test Removed non-variadic implementation and added variadic for ValueArray and Values PiperOrigin-RevId: 217703627
* | | | | | | | | | | | Merge pull request #1912 from kakkoko:fix-xml-nameGennadiy Civil2018-10-181-1/+1
|\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PiperOrigin-RevId: 217576541
| * | | | | | | | | | | | Fix incorrect XML file name in help messagekakkoko2018-10-171-1/+1
| | |_|/ / / / / / / / / | |/| | | | | | | | | |
* / | | | | | | | | | | Googletest exportAbseil Team2018-10-1811-441/+342
|/ / / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | C++11 code cleanup. PiperOrigin-RevId: 217364243
| | | | | | | | | | * Merge branch 'master' of https://github.com/google/googletestJerry Turcios2018-10-121-5/+6
| | | | | | | | | | |\ | |_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | |
* | | | | | | | | | | Merge pull request #1908 from rwoldberg:masterGennadiy Civil2018-10-121-5/+6
|\ \ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | PiperOrigin-RevId: 216909845
| * | | | | | | | | | Change types to remove cast warnings.Robert Woldberg2018-10-121-3/+3
|/ / / / / / / / / /
| | | | | | | | | * Merge branch 'master' of https://github.com/google/googletestJerry Turcios2018-10-1112-44/+25
| | | | | | | | | |\ | |_|_|_|_|_|_|_|_|/ |/| | | | | | | | |
* | | | | | | | | | Remove duplicate functionality PrintValue (in ↵misterg2018-10-111-37/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | googletest-param-test-test.cc), use testing::PrintToString PiperOrigin-RevId: 216733373
* | | | | | | | | | Merge c41b2bf861ef2ac1a975af05ff66d9256f280b01 into ↵KO Myung-Hun2018-10-117-5/+16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | f203b2db77161fe54846ea9e839ebec81aeeccac Closes #1899 PiperOrigin-RevId: 216719020
* | | | | | | | | | Merge pull request #1902 from theryee/typoGennadiy Civil2018-10-111-1/+2
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | Fix typo
| * | | | | | | | | | Merge branch 'master' into typoRyan Yee2018-10-1141-4628/+1510
| |\| | | | | | | | |
| * | | | | | | | | | fix typoRyan Yee2018-10-111-1/+2
| | |_|_|_|_|_|/ / / | |/| | | | | | | |
* | | | | | | | | | Merge 4c92120d6dedb4eeb499a8702faea0224e0a8b23 into ↵David Neto2018-10-111-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 658c6390a5b363f46c6ad448ad1bce9d6e97e53a Closes #1893 PiperOrigin-RevId: 216712426