- 03 Jan, 2019 3 commits
-
-
misterg authored
Fixes #1261 PiperOrigin-RevId: 227740670
-
misterg authored
TestCase->TestSuite refactoring PiperOrigin-RevId: 227702164
-
Chris authored
Improved flexibility by removing the Arduino entry points in favor of manual calls to setup/loop that the user can call from their entry point. This is the more common use case for Arudino. Also added the gtest/gmock_main files to the PlatformIO ignore list since we are not supporting that feature.
-
- 02 Jan, 2019 2 commits
-
-
misterg authored
Internal Change PiperOrigin-RevId: 227575279
-
Abseil Team authored
Remove the #ifs for old, unsupported and buggy compilers: * old versions of GCC & MSVC * Symbian PiperOrigin-RevId: 227116941
-
- 27 Dec, 2018 1 commit
-
-
Ryohei Machida authored
PiperOrigin-RevId: 227030722
-
- 20 Dec, 2018 2 commits
-
-
Abseil Team authored
Add public entry point testing::RegisterTest. PiperOrigin-RevId: 226350937
-
Abseil Team authored
Unifdef c++11-related macros from googletest now that it requires C++11. PiperOrigin-RevId: 225905601
-
- 17 Dec, 2018 1 commit
-
-
Abseil Team authored
Remove GTEST_REFERENCE_TO_CONST_ usage from GMock. In C++11, it's redundant. PiperOrigin-RevId: 225719210
-
- 13 Dec, 2018 1 commit
-
-
misterg authored
Internal Change PiperOrigin-RevId: 225231727
-
- 04 Dec, 2018 1 commit
-
-
Gregory Pakosz authored
-
- 03 Dec, 2018 1 commit
-
-
Abseil Team authored
Applied fixes for ClangTidy modernize-use-override and modernize-use-using. PiperOrigin-RevId: 223800219
-
- 29 Nov, 2018 1 commit
-
-
durandal authored
Accept gmock matchers in EXPECT_EXIT and friends to allow matches other than simple regex matches on death output. PiperOrigin-RevId: 223035409
-
- 20 Nov, 2018 3 commits
-
-
misterg authored
Internal Change PiperOrigin-RevId: 222123106
-
Abseil Team authored
Point IWYU at an existent path. PiperOrigin-RevId: 221797154
-
durandal authored
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
-
- 10 Nov, 2018 3 commits
-
-
Robin Lindén authored
-
Robin Lindén authored
-
Robin Lindén authored
-
- 01 Nov, 2018 1 commit
-
-
misterg authored
Adding GTEST_INTERNAL_DEPRECATED ability to mark deprecated PiperOrigin-RevId: 219515184
-
- 31 Oct, 2018 1 commit
-
-
misterg authored
Remove scoped_ptr replace with std::unique_ptr PiperOrigin-RevId: 219291284
-
- 29 Oct, 2018 1 commit
-
-
misterg authored
Remove linked_ptr and use std::shared_ptr instead PiperOrigin-RevId: 219129336
-
- 28 Oct, 2018 1 commit
-
-
Vadim Barkov authored
-
- 26 Oct, 2018 2 commits
-
-
Abseil Team authored
Remove linked_ptr and use std::shared_ptr instead PiperOrigin-RevId: 218618184
-
misterg authored
Remove linked_ptr and use std::shared_ptr instead PiperOrigin-RevId: 218571466
-
- 22 Oct, 2018 1 commit
-
-
Abseil Team authored
Change ValuesArray to require much less template instantiation depth. PiperOrigin-RevId: 218170842
-
- 18 Oct, 2018 2 commits
-
-
misterg authored
New variadic implementation for gtest-param-test Removed non-variadic implementation and added variadic for ValueArray and Values PiperOrigin-RevId: 217703627
-
Abseil Team authored
C++11 code cleanup. PiperOrigin-RevId: 217364243
-
- 11 Oct, 2018 1 commit
-
-
KO Myung-Hun authored
Closes #1899 PiperOrigin-RevId: 216719020
-
- 09 Oct, 2018 2 commits
-
-
Abseil Team authored
Remove all mention of TR1 tuple and our own implementation of tuple. PiperOrigin-RevId: 216395043
-
Abseil Team authored
PiperOrigin-RevId: 216383938
-
- 08 Oct, 2018 1 commit
-
-
misterg authored
PiperOrigin-RevId: 216184859
-
- 05 Oct, 2018 4 commits
-
-
misterg authored
PiperOrigin-RevId: 215941759
-
Abseil Team authored
Make GTestColor and ColoredPrintF available as internal APIs from gtest.h. This is for use in abseil exception safety testing. PiperOrigin-RevId: 215920581
-
misterg authored
PiperOrigin-RevId: 215916605
-
Abseil Team authored
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
-
- 03 Oct, 2018 1 commit
-
-
1camper authored
Closes #1830 PiperOrigin-RevId: 215563532
-
- 02 Oct, 2018 1 commit
-
-
Arseny Aprelev authored
Closes #1544 With refinements and changes PiperOrigin-RevId: 215273083
-
- 25 Sep, 2018 2 commits
-
-
Abseil Team authored
Project import generated by Copybara. PiperOrigin-RevId: 214456152
-
misterg authored
Project import generated by Copybara. PiperOrigin-RevId: 214441835
-