aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * | Replaced all NULLs with nullptr in googlemockVadim Barkov2018-10-285-10/+10
| | |
| * | Replaced all NULLs with nullptr in googletestVadim Barkov2018-10-2810-73/+73
| | |
* | | Googletest exportmisterg2018-10-2926-625/+95
|/ / | | | | | | | | | | Remove linked_ptr and use std::shared_ptr instead PiperOrigin-RevId: 219129336
| * Merge branch 'master' of https://github.com/google/googletestJerry Turcios2018-10-281-51/+107
| |\ | |/ |/|
* | 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 branch 'master' of https://github.com/google/googletestJerry Turcios2018-10-244-11/+37
| |\ | |/ |/|
* | 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 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