Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Googletest export | Abseil Team | 2019-08-15 | 1 | -8/+0 |
| | | | | | | | | | | | | | Remove legacy support for signed wchar_t and unsigned wchar_t. Clang now errors out on these types as well by default. Rather than making the condition for these types even more complicated, just remove the tests covering these types since they don't seem to justify the maintenance burden. We can reasonably expect these types to work in compilers that support them without needing specific tests for them since they are treated as standard integral types. PiperOrigin-RevId: 263577673 | ||||
* | Googletest export | Abseil Team | 2019-04-01 | 1 | -8/+0 |
| | | | | | | | | Remove support for "global" ::string and ::wstring types. This support existed for legacy codebases that existed from before namespaces where a thing. It is no longer necessary. PiperOrigin-RevId: 241335738 | ||||
* | Googletest export | Abseil Team | 2019-01-17 | 1 | -1/+2 |
| | | | | | | | | | Refactor the `Invoke` and `InvokeWithoutArgs` actions: - Replace pump'd classes and functions with templates. - Make the polymorphic actions be polymorphic functors instead. - Fix Invoke(Callback*) to work with subclasses of the callbacks, instead of trying to diagnose that in gmock_doctor. PiperOrigin-RevId: 229604112 | ||||
* | Googletest export | Abseil Team | 2019-01-14 | 1 | -5/+3 |
| | | | | | | | Deduplicate testing::ReferenceWrapper with std::reference_wrapper. Minor cleanups in matchers_test. PiperOrigin-RevId: 229022872 | ||||
* | Googletest export | misterg | 2019-01-02 | 1 | -4/+0 |
| | | | | | | Internal Change PiperOrigin-RevId: 227575279 | ||||
* | Googletest export | Abseil Team | 2019-01-02 | 1 | -10/+0 |
| | | | | | | | | Remove the #ifs for old, unsupported and buggy compilers: * old versions of GCC & MSVC * Symbian PiperOrigin-RevId: 227116941 | ||||
* | Googletest export | Abseil Team | 2018-12-20 | 1 | -12/+0 |
| | | | | | | Unifdef c++11-related macros from googletest now that it requires C++11. PiperOrigin-RevId: 225905601 | ||||
* | Googletest export | Abseil Team | 2018-12-03 | 1 | -5/+5 |
| | | | | | | Applied fixes for ClangTidy modernize-use-override and modernize-use-using. PiperOrigin-RevId: 223800219 | ||||
* | Googletest export | misterg | 2018-11-20 | 1 | -2/+2 |
| | | | | | | Fix broken OSS build PiperOrigin-RevId: 222244158 | ||||
* | Googletest export | Abseil Team | 2018-11-20 | 1 | -2/+0 |
| | | | | | | Remove redundant Base/Derived types. PiperOrigin-RevId: 222243634 | ||||
* | Googletest export | Abseil Team | 2018-11-20 | 1 | -0/+118 |
| | | | | | | Upgrade WithArgs family of actions to C++11. PiperOrigin-RevId: 221671690 | ||||
* | Remove workarounds for unsupported MSVC versions | Robin Lindén | 2018-11-10 | 1 | -2/+2 |
| | |||||
* | Unconditionally use std::tuple. | Abseil Team | 2018-10-09 | 1 | -91/+91 |
| | | | | | | Remove all mention of TR1 tuple and our own implementation of tuple. PiperOrigin-RevId: 216395043 | ||||
* | Apply clang-tidy modernize-use-nullptr to googletest. | Abseil Team | 2018-10-05 | 1 | -14/+14 |
| | | | | | | | | | | | 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 | ||||
* | Comments changes, no functionality changes. | Gennadiy Civil | 2018-08-14 | 1 | -1/+1 |
| | |||||
* | Comments changes, no functionality changes | Gennadiy Civil | 2018-08-14 | 1 | -2/+1 |
| | |||||
* | 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 |
| | |||||
* | Code sync, mostly formatting and removing outdates | Gennadiy Civil | 2018-07-18 | 1 | -202/+0 |
| | |||||
* | merging, testing, this should be it | Gennadiy Civil | 2018-04-16 | 1 | -1/+1 |
| | |||||
* | merging | Gennadiy Civil | 2018-04-16 | 1 | -3/+2 |
| | |||||
* | merging | Gennadiy Civil | 2018-04-16 | 1 | -2/+3 |
| | |||||
* | more pizza | Gennadiy Civil | 2018-04-13 | 1 | -3/+2 |
| | |||||
* | more OSX pizzas | Gennadiy Civil | 2018-04-13 | 1 | -1/+2 |
| | |||||
* | osx pizzas | Gennadiy Civil | 2018-04-13 | 1 | -2/+3 |
| | |||||
* | merging gmock actions test | Gennadiy Civil | 2018-04-13 | 1 | -0/+1 |
| | |||||
* | merging, gmock actions test | Gennadiy Civil | 2018-04-13 | 1 | -1/+142 |
| | |||||
* | merge | Gennadiy Civil | 2018-04-10 | 1 | -143/+1 |
|\ | |||||
| * | Revert "gmock actions 2" | Gennadiy Civil | 2018-04-09 | 1 | -159/+1 |
| | | |||||
| * | formatting | Gennadiy Civil | 2018-04-09 | 1 | -0/+3 |
| | | |||||
| * | msvc | Gennadiy Civil | 2018-04-09 | 1 | -0/+13 |
| | | |||||
| * | testing msvc again | Gennadiy Civil | 2018-04-09 | 1 | -16/+0 |
| | | |||||
| * | More msvc 14 | Gennadiy Civil | 2018-04-09 | 1 | -0/+16 |
| | | |||||
* | | RE-Doing the merge, this time with gcc on mac in the PR so I can catch ↵ | Gennadiy Civil | 2018-04-10 | 1 | -0/+16 |
|/ | | | | errors before merging the PR | ||||
* | merging gmock-actions 2 | Gennadiy Civil | 2018-04-06 | 1 | -1/+143 |
| | |||||
* | Merging gMock, 2 | Gennadiy Civil | 2018-04-05 | 1 | -0/+1 |
| | |||||
* | More merges, removing old dead code | Gennadiy Civil | 2018-03-13 | 1 | -2/+2 |
| | |||||
* | Try to handle unsigned wchar_t (arm) a bit better | Scott Graham | 2018-02-23 | 1 | -0/+4 |
| | |||||
* | Fixed typos | Troy Holsapple | 2018-02-07 | 1 | -1/+1 |
| | |||||
* | googlemock: Support C++11 language with pre-C++11 library | Mark Mentovai | 2015-10-12 | 1 | -2/+2 |
| | | | | | | This guards use of <type_traits> and its features with GTEST_HAS_STD_TYPE_TRAITS_, and std::function with GTEST_HAS_STD_FUNCTION_. | ||||
* | move googlemock files into googlemock/ subdir | Billy Donahue | 2015-08-25 | 1 | -0/+1411 |