Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | Googletest export | Abseil Team | 2018-12-20 | 1 | -113/+8 | |
| | | | | | | | | | | | | Unifdef c++11-related macros from googletest now that it requires C++11. PiperOrigin-RevId: 225905601 | |||||
* | | Googletest export | Abseil Team | 2018-12-17 | 1 | -18/+11 | |
|/ | | | | | | Remove GTEST_REFERENCE_TO_CONST_ usage from GMock. In C++11, it's redundant. PiperOrigin-RevId: 225719210 | |||||
* | Googletest export | misterg | 2018-12-13 | 1 | -1/+1 | |
| | | | | | | Internal Change PiperOrigin-RevId: 225231727 | |||||
* | Merge pull request #1997 from gpakosz:GTEST_IS_THREADSAFE | Gennadiy Civil | 2018-12-05 | 1 | -5/+9 | |
|\ | | | | | | | PiperOrigin-RevId: 224054240 | |||||
| * | Do not define GTEST_IS_THREADSAFE within GTEST_HAS_SEH | Gregory Pakosz | 2018-12-04 | 1 | -5/+9 | |
|/ | ||||||
* | Googletest export | Abseil Team | 2018-12-03 | 10 | -152/+155 | |
| | | | | | | Applied fixes for ClangTidy modernize-use-override and modernize-use-using. PiperOrigin-RevId: 223800219 | |||||
* | Googletest export | durandal | 2018-11-28 | 2 | -45/+221 | |
| | | | | | | Accept gmock matchers in EXPECT_EXIT and friends to allow matches other than simple regex matches on death output. PiperOrigin-RevId: 223035409 | |||||
* | Googletest export | misterg | 2018-11-20 | 1 | -1/+1 | |
| | | | | | | Internal Change PiperOrigin-RevId: 222123106 | |||||
* | Googletest export | Abseil Team | 2018-11-20 | 1 | -1/+1 | |
| | | | | | | Point IWYU at an existent path. PiperOrigin-RevId: 221797154 | |||||
* | Googletest export | durandal | 2018-11-20 | 2 | -0/+678 | |
| | | | | | | Move the Matcher<T> interface to googletest so I can use it to extend death test regex matching in a subsequent change. PiperOrigin-RevId: 221675910 | |||||
* | Define GTEST_DISABLE_MSC_WARNINGS_PUSH/POP for all compilers | Robin Lindén | 2018-11-10 | 1 | -0/+4 | |
| | ||||||
* | Remove GTEST_HAS_HASH_SET/MAP check | Robin Lindén | 2018-11-10 | 1 | -9/+0 | |
| | ||||||
* | Remove workarounds for unsupported MSVC versions | Robin Lindén | 2018-11-10 | 2 | -22/+5 | |
| | ||||||
* | Googletest export | misterg | 2018-11-01 | 1 | -0/+15 | |
| | | | | | | Adding GTEST_INTERNAL_DEPRECATED ability to mark deprecated PiperOrigin-RevId: 219515184 | |||||
* | Googletest export | misterg | 2018-10-30 | 5 | -58/+19 | |
| | | | | | | Remove scoped_ptr replace with std::unique_ptr PiperOrigin-RevId: 219291284 | |||||
* | Merge pull request #1941 from barkovv:master | Gennadiy Civil | 2018-10-29 | 4 | -59/+59 | |
|\ | | | | | | | PiperOrigin-RevId: 219134349 | |||||
| * | Replaced all NULLs with nullptr in googletest | Vadim Barkov | 2018-10-28 | 4 | -7/+7 | |
| | | ||||||
* | | Googletest export | misterg | 2018-10-29 | 5 | -260/+31 | |
|/ | | | | | | Remove linked_ptr and use std::shared_ptr instead PiperOrigin-RevId: 219129336 | |||||
* | Googletest export | Abseil Team | 2018-10-26 | 4 | -20/+260 | |
| | | | | | | Remove linked_ptr and use std::shared_ptr instead PiperOrigin-RevId: 218618184 | |||||
* | Googletest export | misterg | 2018-10-26 | 4 | -260/+20 | |
| | | | | | | Remove linked_ptr and use std::shared_ptr instead PiperOrigin-RevId: 218571466 | |||||
* | Googletest export | Abseil Team | 2018-10-22 | 2 | -37/+115 | |
| | | | | | | Change ValuesArray to require much less template instantiation depth. PiperOrigin-RevId: 218170842 | |||||
* | Googletest export | misterg | 2018-10-18 | 5 | -4417/+67 | |
| | | | | | | | New variadic implementation for gtest-param-test Removed non-variadic implementation and added variadic for ValueArray and Values PiperOrigin-RevId: 217703627 | |||||
* | Googletest export | Abseil Team | 2018-10-18 | 2 | -28/+1 | |
| | | | | | | C++11 code cleanup. PiperOrigin-RevId: 217364243 | |||||
* | Merge c41b2bf861ef2ac1a975af05ff66d9256f280b01 into ↵ | KO Myung-Hun | 2018-10-11 | 2 | -1/+5 | |
| | | | | | | | | f203b2db77161fe54846ea9e839ebec81aeeccac Closes #1899 PiperOrigin-RevId: 216719020 | |||||
* | Unconditionally use std::tuple. | Abseil Team | 2018-10-09 | 8 | -1803/+98 | |
| | | | | | | Remove all mention of TR1 tuple and our own implementation of tuple. PiperOrigin-RevId: 216395043 | |||||
* | Apply [[noreturn]] to Abort() | Abseil Team | 2018-10-09 | 1 | -3/+3 | |
| | | | | PiperOrigin-RevId: 216383938 | |||||
* | always define define GTEST_LANG_CXX11 1 | misterg | 2018-10-08 | 1 | -12/+1 | |
| | | | | PiperOrigin-RevId: 216184859 | |||||
* | Remove pre-C++11 code from gtest-printers | misterg | 2018-10-05 | 1 | -8/+0 | |
| | | | | PiperOrigin-RevId: 215941759 | |||||
* | Make GTestColor and ColoredPrintF available as internal APIs from gtest.h. ↵ | Abseil Team | 2018-10-05 | 1 | -0/+6 | |
| | | | | | | This is for use in abseil exception safety testing. PiperOrigin-RevId: 215920581 | |||||
* | Removed pre-C++11 IsContainerTest and IteratorTraits | misterg | 2018-10-05 | 1 | -13/+0 | |
| | | | | PiperOrigin-RevId: 215916605 | |||||
* | Apply clang-tidy modernize-use-nullptr to googletest. | Abseil Team | 2018-10-05 | 9 | -68/+55 | |
| | | | | | | | | | | | 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 d830440d48a9502161448bc78be33a53388dd1f4 into ↵ | 1camper | 2018-10-03 | 1 | -5/+2 | |
| | | | | | | | | f5260ae757a681566d8f7d0558b8dc0551036506 Closes #1830 PiperOrigin-RevId: 215563532 | |||||
* | Merge 2ce0685f76a4db403b7b2650433a584c150f2108 into ↵ | Arseny Aprelev | 2018-10-02 | 3 | -6/+35 | |
| | | | | | | | | | 75e834700d19aa373b428c7c746f951737354c28 Closes #1544 With refinements and changes PiperOrigin-RevId: 215273083 | |||||
* | Googletest export | Abseil Team | 2018-09-25 | 1 | -64/+39 | |
| | | | | | | Project import generated by Copybara. PiperOrigin-RevId: 214456152 | |||||
* | Googletest export | misterg | 2018-09-25 | 1 | -39/+64 | |
| | | | | | | Project import generated by Copybara. PiperOrigin-RevId: 214441835 | |||||
* | Googletest export | Abseil Team | 2018-09-25 | 1 | -66/+39 | |
| | | | | | | | Project import generated by Copybara. Including recently accepted and merged PRs PiperOrigin-RevId: 213856848 | |||||
* | Formatting | Gennadiy Civil | 2018-09-23 | 1 | -9/+7 | |
| | ||||||
* | Formatting | Gennadiy Civil | 2018-09-23 | 1 | -61/+64 | |
| | ||||||
* | Rename private member of AdditionalMessage | Jonny007-MKD | 2018-09-23 | 1 | -4/+4 | |
| | | | | Shorten lines in unit tests | |||||
* | Readded changes from 6494f5232b130a29321e661166442bac324c4383 | Jonny007-MKD | 2018-09-23 | 1 | -15/+41 | |
| | ||||||
* | Merge pull request #1843 from matlo607/fix-unittest-msys-ColoredOutputTest | Gennadiy Civil | 2018-09-20 | 1 | -2/+3 | |
|\ | | | | | [msys] fix unittest ColoredOutputTest.UsesColorsWhenTermSupportsColors | |||||
| * | [msys] fix unittest ColoredOutputTest.UsesColorsWhenTermSupportsColors | Matthieu Longo | 2018-09-18 | 1 | -2/+3 | |
| | | ||||||
* | | Googletest export | misterg | 2018-09-20 | 1 | -0/+1 | |
| | | | | | | | | | | | | Fixing broken OSS build, add missing include PiperOrigin-RevId: 213812210 | |||||
* | | Googletest export | Abseil Team | 2018-09-20 | 2 | -41/+23 | |
| | | | | | | | | | | | | support printing std::reference_wrapper<T> in gUnit PiperOrigin-RevId: 213270392 | |||||
* | | Removed some newlines | Jonny007-MKD | 2018-09-18 | 1 | -6/+3 | |
| | | ||||||
* | | Avoid these ambiguities | Jonny007-MKD | 2018-09-15 | 1 | -8/+8 | |
| | | ||||||
* | | Print message of unexpected std::exception in EXPECT_THROW, too | Jonny007-MKD | 2018-09-14 | 1 | -13/+25 | |
| | | ||||||
* | | Make it public again *sigh* | Jonny007-MKD | 2018-09-13 | 1 | -1/+0 | |
| | | ||||||
* | | Avoid implicit move operator | Jonny007-MKD | 2018-09-13 | 1 | -0/+1 | |
| | | ||||||
* | | Try to fix gcc and clang issues | Jonny007-MKD | 2018-09-13 | 1 | -1/+1 | |
| | |