Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Googletest export | Abseil Team | 2018-11-20 | 1 | -0/+204 |
| | | | | | | Add stringization based tests for gmock-pp.h macros PiperOrigin-RevId: 221961835 | ||||
* | Googletest export | Abseil Team | 2018-11-20 | 2 | -0/+59 |
| | | | | | | Validate spec modifiers. PiperOrigin-RevId: 221810235 | ||||
* | Googletest export | Abseil Team | 2018-11-20 | 2 | -162/+118 |
| | | | | | | Upgrade WithArgs family of actions to C++11. PiperOrigin-RevId: 221671690 | ||||
* | Googletest export | Abseil Team | 2018-11-15 | 2 | -0/+732 |
| | | | | | | One macro to rule them all. PiperOrigin-RevId: 221462515 | ||||
* | Merge pull request #1959 from robinlinden:remove-msvc-workarounds | Gennadiy Civil | 2018-11-13 | 2 | -16/+2 |
|\ | | | | | | | PiperOrigin-RevId: 221356626 | ||||
| * | Remove workarounds for unsupported MSVC versions | Robin Lindén | 2018-11-10 | 2 | -7/+4 |
|/ | |||||
* | Googletest export | krzysio | 2018-11-07 | 1 | -25/+8 |
| | | | | | | | | Improve Bazel build files. New target gtest_prod allows access to the FRIEND_TEST macro without depending on the entirety of GTest in production executables. Additionally, duplicate config_setting rules were removed and formatting was adjusted. PiperOrigin-RevId: 220279205 | ||||
* | Googletest export | misterg | 2018-10-30 | 1 | -2/+0 |
| | | | | | | Remove scoped_ptr replace with std::unique_ptr PiperOrigin-RevId: 219291284 | ||||
* | Merge pull request #1941 from barkovv:master | Gennadiy Civil | 2018-10-29 | 3 | -9/+9 |
|\ | | | | | | | PiperOrigin-RevId: 219134349 | ||||
| * | Replaced all NULLs with nullptr in googlemock | Vadim Barkov | 2018-10-28 | 3 | -7/+7 |
| | | |||||
* | | Googletest export | misterg | 2018-10-29 | 6 | -136/+20 |
|/ | | | | | | Remove linked_ptr and use std::shared_ptr instead PiperOrigin-RevId: 219129336 | ||||
* | Googletest export | Abseil Team | 2018-10-26 | 6 | -20/+136 |
| | | | | | | Remove linked_ptr and use std::shared_ptr instead PiperOrigin-RevId: 218618184 | ||||
* | Googletest export | misterg | 2018-10-26 | 6 | -136/+20 |
| | | | | | | Remove linked_ptr and use std::shared_ptr instead PiperOrigin-RevId: 218571466 | ||||
* | Merge pull request #1911 from BrukerJWD:isnice | Gennadiy Civil | 2018-10-23 | 1 | -0/+28 |
|\ | | | | | | | PiperOrigin-RevId: 218384341 | ||||
| * | Removed last reference to internal::kDefault | Jonathan Wendeborn | 2018-10-16 | 1 | -1/+0 |
| | | |||||
| * | Merge branch 'master' into isnice | BrukerJWD | 2018-10-16 | 26 | -1339/+2875 |
| |\ | |/ |/| | |||||
| * | Don't fully qualify enum member | Jonathan Wendeborn | 2018-10-16 | 1 | -2/+1 |
| | | |||||
| * | Added Mock::IsNaggy, IsNice, and IsStrict | Jonathan Wendeborn | 2018-10-16 | 1 | -0/+30 |
| | | |||||
* | | Project import generated by Copybara. | Abseil Team | 2018-10-11 | 1 | -0/+123 |
| | | | | | | | | PiperOrigin-RevId: 216423319 | ||||
* | | Internal Change | misterg | 2018-10-11 | 1 | -123/+0 |
| | | | | | | | | PiperOrigin-RevId: 216417182 | ||||
* | | Remove non-variadic pre C++11 AnyOf | misterg | 2018-10-09 | 1 | -26/+16 |
| | | | | | | | | PiperOrigin-RevId: 216411381 | ||||
* | | Unconditionally use std::tuple. | Abseil Team | 2018-10-09 | 7 | -415/+410 |
| | | | | | | | | | | | | Remove all mention of TR1 tuple and our own implementation of tuple. PiperOrigin-RevId: 216395043 | ||||
* | | Fixing AllOfMatches test, where it properly belongs | misterg | 2018-10-08 | 1 | -8/+8 |
| | | | | | | | | PiperOrigin-RevId: 216193701 | ||||
* | | Remove non-variadic pre C++11 AllOf | misterg | 2018-10-08 | 1 | -58/+37 |
| | | | | | | | | PiperOrigin-RevId: 216183352 | ||||
* | | Apply clang-tidy modernize-use-nullptr to googletest. | Abseil Team | 2018-10-05 | 10 | -223/+144 |
| | | | | | | | | | | | | | | | | | | | | | | 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 | ||||
* | | Googletest export | Abseil Team | 2018-09-14 | 1 | -10/+29 |
| | | | | | | | | | | | | | | | | | | Treat default-constructed string_view same as constructed from "". In the context of string comparison (e.g. HasSubstr, StartsWith, EndsWith, etc.), a default-constructed string_view (nullptr) should be semantically same as a empty string "". PiperOrigin-RevId: 212816839 | ||||
* | | No longer require a functor passed to ResultOf matcher to define `result_of` ↵ | Abseil Team | 2018-08-27 | 1 | -0/+18 |
| | | | | | | | | | | | | | | | | | | type. This makes ResultOf more convenient to use. In particular, the matcher now accepts lambdas. PiperOrigin-RevId: 210118509 | ||||
* | | Comments changes, no functionality changes. | Gennadiy Civil | 2018-08-14 | 5 | -8/+2 |
| | | |||||
* | | Comments changes, no functionality changes | Gennadiy Civil | 2018-08-14 | 20 | -40/+20 |
| | | |||||
* | | Update gmock_output_test.py | Gennadiy Civil | 2018-08-09 | 1 | -1/+1 |
| | | |||||
* | | Formatting change for auto code management, no functionality changes | Gennadiy Civil | 2018-08-09 | 1 | -1/+2 |
| | | | | | | | | Merge branch 'master' of https://github.com/google/googletest | ||||
* | | small cleanup, np functional changes | Gennadiy Civil | 2018-08-07 | 1 | -2/+0 |
| | | |||||
* | | automatic code sync mgt, comment only | Gennadiy Civil | 2018-08-06 | 1 | -0/+2 |
| | | |||||
* | | Formatting changes and upstreaming one test | Gennadiy Civil | 2018-08-01 | 2 | -3/+0 |
| | | |||||
* | | Formatting changes, code sync | Gennadiy Civil | 2018-07-25 | 1 | -2/+1 |
| | | |||||
* | | code merge | Gennadiy Civil | 2018-07-20 | 1 | -1/+4 |
| | | |||||
* | | code sync | Gennadiy Civil | 2018-07-19 | 1 | -0/+1 |
| | | |||||
* | | Code sync | Gennadiy Civil | 2018-07-18 | 1 | -3/+20 |
| | | |||||
* | | Code sync, mostly formatting and removing outdates | Gennadiy Civil | 2018-07-18 | 2 | -203/+2 |
| | | |||||
* | | Put ifdef guard after the includes. | Adrian Moran | 2018-07-13 | 1 | -1/+1 |
| | | | | | | | | Signed-off-by: Adrian Moran <amoran@ikerlan.es> | ||||
* | | Avoid full test in no exceptions are enabled. | Adrian Moran | 2018-07-12 | 1 | -5/+2 |
| | | | | | | | | Signed-off-by: Adrian Moran <amoran@ikerlan.es> | ||||
* | | Fix issue #1654. | Adrian Moran | 2018-07-11 | 1 | -0/+2 |
| | | | | | | | | Signed-off-by: Adrian Moran <amoran@ikerlan.es> | ||||
* | | formatting changes | Gennadiy Civil | 2018-05-23 | 1 | -1/+1 |
| | | |||||
* | | Formatting changes | Gennadiy Civil | 2018-05-23 | 2 | -2/+2 |
| | | |||||
* | | Fix gmock not building when -fno-rtti | Scott Graham | 2018-05-02 | 1 | -4/+2 |
| | | | | | | | | Fixes issue #1554. This is internal cl/195020996. | ||||
* | | merged | Gennadiy Civil | 2018-04-25 | 1 | -1/+0 |
|\ \ | |||||
| * \ | Merge branch 'master' into parameterless | dnsunderland | 2018-04-18 | 2 | -4/+86 |
| |\ \ | |||||
| * | | | Clone of unsubmitted cr/176529515. Introduce parameterless expectations. | David Sunderland | 2018-04-18 | 2 | -1/+108 |
| | | | | |||||
* | | | | merging, | Gennadiy Civil | 2018-04-25 | 2 | -13/+124 |
| |/ / |/| | |