Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | Merge branch 'master' of https://github.com/google/googletest | Jerry Turcios | 2018-10-29 | 36 | -811/+252 | |
| |\ \ | |/ / |/| | | ||||||
* | | | Googletest export | misterg | 2018-10-29 | 1 | -1/+0 | |
| | | | | | | | | | | | | | | | | | | Remove last traces of gtest-linked_ptr.h PiperOrigin-RevId: 219164781 | |||||
* | | | Merge pull request #1941 from barkovv:master | Gennadiy Civil | 2018-10-29 | 15 | -185/+157 | |
|\ \ \ | | | | | | | | | | | | | PiperOrigin-RevId: 219134349 | |||||
| * | | | Replaced all NULLs with nullptr in googlemock | Vadim Barkov | 2018-10-28 | 5 | -10/+10 | |
| | | | | ||||||
| * | | | Replaced all NULLs with nullptr in googletest | Vadim Barkov | 2018-10-28 | 10 | -73/+73 | |
| | | | | ||||||
* | | | | Googletest export | misterg | 2018-10-29 | 26 | -625/+95 | |
|/ / / | | | | | | | | | | | | | | | | Remove linked_ptr and use std::shared_ptr instead PiperOrigin-RevId: 219129336 | |||||
| * | | Merge branch 'master' of https://github.com/google/googletest | Jerry Turcios | 2018-10-28 | 1 | -51/+107 | |
| |\ \ | |/ / |/| | | ||||||
* | | | Googletest export | Abseil Team | 2018-10-26 | 1 | -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 export | Abseil Team | 2018-10-26 | 24 | -84/+624 | |
| | | | | | | | | | | | | | | | | | | Remove linked_ptr and use std::shared_ptr instead PiperOrigin-RevId: 218618184 | |||||
* | | | Googletest export | misterg | 2018-10-26 | 24 | -624/+84 | |
| | | | | | | | | | | | | | | | | | | Remove linked_ptr and use std::shared_ptr instead PiperOrigin-RevId: 218571466 | |||||
| * | | Merge branch 'master' of https://github.com/google/googletest | Jerry Turcios | 2018-10-24 | 4 | -11/+37 | |
| |\ \ | |/ / |/| | | ||||||
* | | | Merge pull request #1934 from jeffvandyke/patch-2 | Gennadiy Civil | 2018-10-24 | 1 | -6/+6 | |
|\ \ \ | | | | | | | | | Change CMake googletest download location in docs | |||||
| * | | | Change CMake googletest download location in docs | Jeff VanDyke | 2018-10-24 | 1 | -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_fix | Gennadiy Civil | 2018-10-24 | 1 | -1/+8 | |
|\ \ \ | | | | | | | | | | | | | PiperOrigin-RevId: 218515152 | |||||
| * | | | Disable extensions and force standard | peter | 2018-10-24 | 1 | -0/+2 | |
| | | | | ||||||
| * | | | Revert previous changes | peter | 2018-10-24 | 1 | -4/+0 | |
| | | | | ||||||
| * | | | Fix -std=c++11 flag | peter | 2018-10-24 | 2 | -1/+10 | |
| | | | | ||||||
* | | | | Googletest export | durandal | 2018-10-24 | 2 | -4/+23 | |
|/ / / | | | | | | | | | | | | | | | | Honor GTEST_SKIP() in SetUp(). PiperOrigin-RevId: 218387359 | |||||
| * | | Merge branch 'master' of https://github.com/google/googletest | Jerry Turcios | 2018-10-24 | 1 | -0/+9 | |
| |\ \ | |/ / |/| | | ||||||
* | | | Merge pull request #1929 from goatshriek/cmake-cxx11-flag | Gennadiy Civil | 2018-10-23 | 1 | -0/+9 | |
|\ \ \ | | | | | | | | | add documentation of manual c++11 specification | |||||
| * | | | add documentation of manual c++11 specification | Joel Anderson | 2018-10-23 | 1 | -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/googletest | Jerry Turcios | 2018-10-23 | 4 | -1/+52 | |
| |\ \ | |/ / |/| | | ||||||
* | | | Update advanced.md | Gennadiy Civil | 2018-10-23 | 1 | -1/+1 | |
| | | | | | | | | | Fixes #1802 | |||||
* | | | Merge pull request #1911 from BrukerJWD:isnice | Gennadiy Civil | 2018-10-23 | 5 | -3/+54 | |
|\ \ \ | | | | | | | | | | | | | PiperOrigin-RevId: 218384341 | |||||
| * | | | Removed last reference to internal::kDefault | Jonathan Wendeborn | 2018-10-16 | 1 | -1/+0 | |
| | | | | ||||||
| * | | | Merge branch 'isnice' of https://github.com/BrukerJWD/googletest into isnice | Jonathan Wendeborn | 2018-10-16 | 338 | -42718/+22620 | |
| |\ \ \ | ||||||
| | * \ \ | Merge branch 'master' into isnice | BrukerJWD | 2018-10-16 | 338 | -42718/+22620 | |
| | |\ \ \ | ||||||
| * | | | | | Use existing Mock::GetReactionOnUninterestingCalls() | Jonathan Wendeborn | 2018-10-16 | 1 | -17/+3 | |
| |/ / / / | ||||||
| * | | | | Don't fully qualify enum member | Jonathan Wendeborn | 2018-10-16 | 2 | -8/+5 | |
| | | | | | ||||||
| * | | | | Added Mock::IsNaggy, IsNice, and IsStrict | Jonathan Wendeborn | 2018-10-16 | 3 | -0/+69 | |
| | | | | | ||||||
* | | | | | Update advanced.md | Gennadiy Civil | 2018-10-23 | 1 | -2/+1 | |
| | | | | | | | | | | | | | | | Fixes #1755 | |||||
* | | | | | Update advanced.md | Gennadiy Civil | 2018-10-23 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | Fixes #1925 | |||||
* | | | | | Merge pull request #1927 from svg153/patch-1 | Gennadiy Civil | 2018-10-23 | 1 | -0/+1 | |
|\ \ \ \ \ | | | | | | | | | | | | | ACTION table format | |||||
| * | | | | | ACTION table format | Sergio Valverde | 2018-10-23 | 1 | -0/+1 | |
|/ / / / / | ||||||
| | | * | | Merge branch 'master' of https://github.com/google/googletest | Jerry Turcios | 2018-10-22 | 14 | -58/+222 | |
| | | |\ \ | |_|_|/ / |/| | | | | ||||||
* | | | | | Googletest export | Abseil Team | 2018-10-22 | 3 | -37/+193 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change ValuesArray to require much less template instantiation depth. PiperOrigin-RevId: 218170842 | |||||
* | | | | | Merge pull request #1839 from Peter-Levine:python3-tests | Gennadiy Civil | 2018-10-22 | 7 | -13/+17 | |
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | PiperOrigin-RevId: 217925156 | |||||
| * \ \ \ \ | Merge branch 'master' into python3-tests | Gennadiy Civil | 2018-10-19 | 52 | -9470/+1895 | |
| |\ \ \ \ \ | ||||||
| * \ \ \ \ \ | Merge branch 'master' into python3-tests | Gennadiy Civil | 2018-10-05 | 60 | -1187/+726 | |
| |\ \ \ \ \ \ | ||||||
| * \ \ \ \ \ \ | Merge branch 'master' into python3-tests | Gennadiy Civil | 2018-10-04 | 17 | -79/+351 | |
| |\ \ \ \ \ \ \ | ||||||
| * \ \ \ \ \ \ \ | Merge branch 'master' into python3-tests | Gennadiy Civil | 2018-09-25 | 9 | -680/+65 | |
| |\ \ \ \ \ \ \ \ | ||||||
| * \ \ \ \ \ \ \ \ | Merge branch 'master' into python3-tests | Gennadiy Civil | 2018-09-25 | 7 | -46/+149 | |
| |\ \ \ \ \ \ \ \ \ | ||||||
| * \ \ \ \ \ \ \ \ \ | Merge branch 'master' into python3-tests | Gennadiy Civil | 2018-09-20 | 5 | -3/+32 | |
| |\ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | Fix Python3 support | Peter Levine | 2018-09-14 | 7 | -13/+17 | |
| | | | | | | | | | | | | ||||||
* | | | | | | | | | | | | Merge pull request #1905 from fandjelo:relocatable-pkgconfig-fix | Gennadiy Civil | 2018-10-22 | 4 | -8/+12 | |
|\ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|/ / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | PiperOrigin-RevId: 217923705 | |||||
| * | | | | | | | | | | | Merge branch 'master' into relocatable-pkgconfig-fix | Gennadiy Civil | 2018-10-17 | 1 | -5/+6 | |
| |\ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|_|/ / / | | |/| | | | | | | | | | ||||||
| * | | | | | | | | | | | Merge branch 'master' into relocatable-pkgconfig-fix | Gennadiy Civil | 2018-10-12 | 11 | -44/+23 | |
| |\ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | Use pcfiledir for prefix in pkgconfig file | Filipp Andjelo | 2018-10-11 | 4 | -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/googletest | Jerry Turcios | 2018-10-19 | 18 | -4859/+422 | |
| | | | | | | | | | | |\ \ | |_|_|_|_|_|_|_|_|_|_|/ / |/| | | | | | | | | | | | | ||||||
* | | | | | | | | | | | | | Update .travis.yml | Gennadiy Civil | 2018-10-19 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Revert attempted template depth fix , a real fix is coming |