Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #1959 from robinlinden:remove-msvc-workarounds | Gennadiy Civil | 2018-11-13 | 1 | -14/+0 |
|\ | | | | | | | PiperOrigin-RevId: 221356626 | ||||
| * | Remove workarounds for unsupported MSVC versions | Robin Lindén | 2018-11-10 | 1 | -5/+2 |
|/ | |||||
* | Merge pull request #1941 from barkovv:master | Gennadiy Civil | 2018-10-29 | 1 | -5/+5 |
|\ | | | | | | | PiperOrigin-RevId: 219134349 | ||||
| * | Replaced all NULLs with nullptr in googlemock | Vadim Barkov | 2018-10-28 | 1 | -3/+3 |
|/ | |||||
* | Apply clang-tidy modernize-use-nullptr to googletest. | Abseil Team | 2018-10-05 | 1 | -1/+1 |
| | | | | | | | | | | | Now that googletest has moved to C++11, it should no longer use NULL or 0 for the null pointer. This patch converts all such usages to nullptr using clang-tidy. This prevents LLVM from issuing -Wzero-as-null-pointer-constant warnings. PiperOrigin-RevId: 215814400 | ||||
* | Merge 86fe8a25eb5a6e4546f9e39cf23a5c764217bf85 into ↵ | Marco Bubke | 2018-10-02 | 1 | -0/+11 |
| | | | | | | | | 440527a61e1c91188195f7de212c63c77e8f0a45 Closes #1867 PiperOrigin-RevId: 215392714 | ||||
* | Comments changes, no functionality changes | Gennadiy Civil | 2018-08-14 | 1 | -2/+1 |
| | |||||
* | merging | Gennadiy Civil | 2018-04-12 | 1 | -0/+23 |
| | |||||
* | Use std::string and ::string explicitly in gtest and gmock code. | Nico Weber | 2017-05-15 | 1 | -18/+20 |
| | | | | | | | | | This merges a Google-internal change (117235625). Original CL description: This CL was created manually in about an hour with sed, a Python script to find all the places unqualified 'string' was mentioned, and some help from Emacs to add the "std::" qualifications, plus a few manual tweaks. | ||||
* | move googlemock files into googlemock/ subdir | Billy Donahue | 2015-08-25 | 1 | -0/+622 |