aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Googletest exportmisterg2018-10-2926-625/+95
| | | | | | Remove linked_ptr and use std::shared_ptr instead PiperOrigin-RevId: 219129336
* Googletest exportAbseil Team2018-10-261-51/+107
| | | | | | | | | [Fuchsia] Make the child process stderr redirection use a socket. This changes the stderr redirection mechanism for the child process in Fuchsia death tests to use a Zircon socket rather than fd redirection. This should improve performance and reliability of the redirection process. This also includes some minor style cleanups. PiperOrigin-RevId: 218903196
* Googletest exportAbseil Team2018-10-2624-84/+624
| | | | | | Remove linked_ptr and use std::shared_ptr instead PiperOrigin-RevId: 218618184
* Googletest exportmisterg2018-10-2624-624/+84
| | | | | | Remove linked_ptr and use std::shared_ptr instead PiperOrigin-RevId: 218571466
* Merge pull request #1934 from jeffvandyke/patch-2Gennadiy Civil2018-10-241-6/+6
|\ | | | | Change CMake googletest download location in docs
| * Change CMake googletest download location in docsJeff VanDyke2018-10-241-6/+6
|/ | | | Change CMAKE_BINARY_DIR to CMAKE_CURRENT_BINARY_DIR Able to use in a subfolder's CMakeLists.txt
* Merge pull request #1890 from peterjc123:clang_fixGennadiy Civil2018-10-241-1/+8
|\ | | | | | | PiperOrigin-RevId: 218515152
| * Disable extensions and force standardpeter2018-10-241-0/+2
| |
| * 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 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>
* 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
|/ / /
* | | 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.
* | | | | | | | | | | 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 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
|/ / / / / / / / /
* | | | | | | | | 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
| |\| | | | | | | |