Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | Merge pull request #1950 from benjamincarman/makefix | Gennadiy Civil | 2018-11-02 | 1 | -1/+1 | |
|\ \ | | | | | | | Updating Sample Makefile to Specify C++11 | |||||
| * \ | Merge branch 'master' into makefix | Gennadiy Civil | 2018-11-01 | 1 | -0/+15 | |
| |\ \ | |/ / |/| | | ||||||
* | | | Googletest export | misterg | 2018-11-01 | 1 | -0/+15 | |
| | | | | | | | | | | | | | | | | | | Adding GTEST_INTERNAL_DEPRECATED ability to mark deprecated PiperOrigin-RevId: 219515184 | |||||
| * | | Added line to sample Makefile in googletest/googletest/make to specify use ↵ | Benjamin Carman | 2018-11-01 | 1 | -1/+1 | |
|/ / | | | | | | | of C++11 in CXXFLAGS as required by the system | |||||
* | | Merge pull request #1948 from jerryturcios08/master | Gennadiy Civil | 2018-10-31 | 1 | -1/+1 | |
|\ \ | | | | | | | Correct grammatical error in googlemock's README.md file | |||||
| * | | Correct grammatical error in README.md | Jerry Turcios | 2018-10-31 | 1 | -1/+1 | |
| | | | ||||||
| * | | Merge branch 'master' of https://github.com/google/googletest | Jerry Turcios | 2018-10-31 | 15 | -90/+53 | |
| |\ \ | |/ / |/| | | ||||||
* | | | Googletest export | Abseil Team | 2018-10-30 | 1 | -8/+19 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [Fuchsia] Create the death test child process in a separate job. This creates a separate job to launch the child process into. The exception port can then be attached to the new job before the child process is launched, solving a potential race condition. PiperOrigin-RevId: 219366531 | |||||
* | | | Googletest export | misterg | 2018-10-30 | 13 | -80/+30 | |
| | | | | | | | | | | | | | | | | | | Remove scoped_ptr replace with std::unique_ptr PiperOrigin-RevId: 219291284 | |||||
* | | | Googletest export | Abseil Team | 2018-10-30 | 1 | -2/+3 | |
| | | | | | | | | | | | | | | | | | | Fix broken Fuchsia cc_test. PiperOrigin-RevId: 219170936 | |||||
* | | | Merge pull request #1945 from akonradi/optional-matcher-doc | Gennadiy Civil | 2018-10-30 | 1 | -0/+1 | |
|\ \ \ | | | | | | | | | Add Optional() to the cheat sheet doc. | |||||
| * | | | Add Optional() to the cheat sheet doc. | Alex Konradi | 2018-10-29 | 1 | -0/+1 | |
|/ / / | | | | | | | | | | | | | The Optional() matcher is otherwise undocumented except in the source. This patch adds it to the cheat sheet for better visibility. | |||||
| * | | 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 | |
| |\ \ \ \ \ |