Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Googletest export | kuzkry | 2019-08-23 | 1 | -13/+8 |
| | | | | | | | | | Merge b8ca465e73ac0954a0c9eec2a84bdd8913d5763b into 90a443f9c2437ca8a682a1ac625eba64e1d74a8a Closes #2396 COPYBARA_INTEGRATE_REVIEW=https://github.com/google/googletest/pull/2396 from kuzkry:custom-type-traits-true/false_type-and-bool_constant b8ca465e73ac0954a0c9eec2a84bdd8913d5763b PiperOrigin-RevId: 265064856 | ||||
* | Merge pull request #2394 from ↵ | Xiaoyi Zhang | 2019-08-23 | 1 | -14/+3 |
|\ | | | | | | | | | | | kuzkry:custom-type-traits-duplication-of-custom-index_sequence PiperOrigin-RevId: 264863984 | ||||
| * | reuse IndexSequence from googletest | Krystian Kuzniarek | 2019-08-14 | 1 | -14/+3 |
| | | |||||
* | | Merge pull request #2393 from kuzkry:custom-type-traits-remove_const | Xiaoyi Zhang | 2019-08-21 | 1 | -5/+5 |
|\ \ | | | | | | | | | | PiperOrigin-RevId: 264652890 | ||||
| * | | remove a custom implementation of std::remove_const | Krystian Kuzniarek | 2019-08-14 | 1 | -5/+5 |
| |/ | |||||
* | | Merge pull request #2397 from kuzkry:custom-type-traits-is_reference | Gennadiy Civil | 2019-08-19 | 1 | -4/+0 |
|\ \ | | | | | | | | | | PiperOrigin-RevId: 264193098 | ||||
| * | | remove a custom implementation of std::is_reference | Krystian Kuzniarek | 2019-08-14 | 1 | -4/+0 |
| |/ | |||||
* | | Googletest export | Abseil Team | 2019-08-15 | 1 | -19/+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 | ||||
* | | remove custom implementations of std::is_same | Krystian Kuzniarek | 2019-08-14 | 1 | -4/+0 |
|/ | |||||
* | fix typos | Krystian Kuzniarek | 2019-07-30 | 1 | -9/+9 |
| | |||||
* | Don't allow signed/unsigned wchar_t in gcc 9 and later | Peter Levine | 2019-06-04 | 1 | -1/+4 |
| | |||||
* | Googletest export | Abseil Team | 2019-01-17 | 1 | -0/+1 |
| | | | | | | | | | 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-08 | 1 | -1/+35 |
| | | | | | | Drop generated file gmock-generated-internal-utils.h. PiperOrigin-RevId: 228232195 | ||||
* | Googletest export | misterg | 2019-01-02 | 1 | -2/+0 |
| | | | | | | Internal Change PiperOrigin-RevId: 227575279 | ||||
* | Googletest export | Abseil Team | 2019-01-02 | 1 | -28/+1 |
| | | | | | | | | 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 | -2/+0 |
| | | | | | | Unifdef c++11-related macros from googletest now that it requires C++11. PiperOrigin-RevId: 225905601 | ||||
* | Googletest export | misterg | 2018-10-29 | 1 | -9/+0 |
| | | | | | | Remove linked_ptr and use std::shared_ptr instead PiperOrigin-RevId: 219129336 | ||||
* | Googletest export | Abseil Team | 2018-10-26 | 1 | -0/+9 |
| | | | | | | Remove linked_ptr and use std::shared_ptr instead PiperOrigin-RevId: 218618184 | ||||
* | Googletest export | misterg | 2018-10-26 | 1 | -9/+0 |
| | | | | | | Remove linked_ptr and use std::shared_ptr instead PiperOrigin-RevId: 218571466 | ||||
* | Unconditionally use std::tuple. | Abseil Team | 2018-10-09 | 1 | -5/+6 |
| | | | | | | Remove all mention of TR1 tuple and our own implementation of tuple. PiperOrigin-RevId: 216395043 | ||||
* | 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 |
| | |||||
* | Formatting changes for automatic code management | Gennadiy Civil | 2018-07-27 | 1 | -0/+2 |
| | |||||
* | Fix warning C4819: The file contains a character that cannot be represented ↵ | duxiuxing | 2018-07-17 | 1 | -1/+1 |
| | | | | in the current code page (936). Save the file in Unicode format to prevent data loss | ||||
* | Fix friend declaration to use GTEST_API_ decl spec. | David Sunderland | 2018-04-19 | 1 | -1/+1 |
| | |||||
* | Revert useless use of GTEST_API_ on WithoutMatchers decl. | David Sunderland | 2018-04-19 | 1 | -1/+1 |
| | |||||
* | Add GTEST_API_ tag to WithoutMatchers class. Hopefully that fixes the ↵ | David Sunderland | 2018-04-18 | 1 | -1/+1 |
| | | | | problem on MSVC? | ||||
* | Mark new GetWithoutMatchers method as part of the exported API, to address ↵ | David Sunderland | 2018-04-18 | 1 | -1/+1 |
| | | | | MSVC linker errors. | ||||
* | Clone of unsubmitted cr/176529515. Introduce parameterless expectations. | David Sunderland | 2018-04-18 | 1 | -0/+15 |
| | |||||
* | ..and this should be it | Gennadiy Civil | 2018-04-11 | 1 | -1/+15 |
| | |||||
* | Revert "gmock actions 2" | Gennadiy Civil | 2018-04-09 | 1 | -15/+1 |
| | |||||
* | linkage, fixing MSVC | Gennadiy Civil | 2018-04-06 | 1 | -1/+1 |
| | |||||
* | warnings | Gennadiy Civil | 2018-04-06 | 1 | -1/+2 |
| | |||||
* | cont - 2 | Gennadiy Civil | 2018-04-06 | 1 | -1/+1 |
| | |||||
* | cont | Gennadiy Civil | 2018-04-06 | 1 | -1/+1 |
| | |||||
* | more warnings | Gennadiy Civil | 2018-04-06 | 1 | -1/+1 |
| | |||||
* | deal with MSVC warn, cont 1 | Gennadiy Civil | 2018-04-06 | 1 | -2/+1 |
| | |||||
* | Cont. deal with MCVS warnings | Gennadiy Civil | 2018-04-06 | 1 | -2/+10 |
| | |||||
* | Deal with MCVS warnings | Gennadiy Civil | 2018-04-06 | 1 | -0/+6 |
| | |||||
* | Try to handle unsigned wchar_t (arm) a bit better | Scott Graham | 2018-02-23 | 1 | -0/+2 |
| | |||||
* | Code merges | Gennadiy Civil | 2018-01-26 | 1 | -3/+36 |
| | |||||
* | Use std::string and ::string explicitly in gtest and gmock code. | Nico Weber | 2017-05-15 | 1 | -5/+4 |
| | | | | | | | | | 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/+511 |