- 14 Jan, 2019 1 commit
-
-
Abseil Team authored
Deduplicate testing::ReferenceWrapper with std::reference_wrapper. Minor cleanups in matchers_test. PiperOrigin-RevId: 229022872
-
- 11 Jan, 2019 1 commit
-
-
misterg authored
Change tests to use new Test Suite API PiperOrigin-RevId: 228908894
-
- 10 Jan, 2019 4 commits
-
-
Gennadiy Civil authored
-
Gennadiy Civil authored
-
Abseil Team authored
Fix warning about deprecation of implicit operations such as copy constructors or assignment operators. Specifically: MatcherBase's default copy constructor, assignment operator, move operator, and move assignment operator are now declared explicitly rather than depending on the compiler implicit generation (which is disallowed/warned against due to MatcherBase's declaration of the destructor). PiperOrigin-RevId: 228573333
-
Abseil Team authored
...text exposed to GitHub repo https://www.github.com/google/googletest PiperOrigin-RevId: 228573333
-
- 08 Jan, 2019 3 commits
-
-
gennadiycivil authored
PiperOrigin-RevId: 228337465
-
misterg authored
Replace testing::internal::ImplicitlyConvertible with std::is_convertible Fixes #2054 PiperOrigin-RevId: 228334305
-
Abseil Team authored
Drop generated file gmock-generated-internal-utils.h. PiperOrigin-RevId: 228232195
-
- 07 Jan, 2019 2 commits
-
-
gennadiycivil authored
PiperOrigin-RevId: 228173023
-
Abseil Team authored
Fix GTEST_IS_NULL_LITERAL_ for types that have magic implicit conversions. PiperOrigin-RevId: 227879345
-
- 06 Jan, 2019 1 commit
-
-
Sal Amato authored
-
- 05 Jan, 2019 1 commit
-
-
Chris authored
-
- 04 Jan, 2019 1 commit
-
-
Gennadiy Civil authored
Update Docs TestCase->TestSuite
-
- 03 Jan, 2019 9 commits
-
-
-
Gennadiy Civil authored
-
misterg authored
Fixes #1261 PiperOrigin-RevId: 227740670
-
misterg authored
TestCase->TestSuite refactoring PiperOrigin-RevId: 227702164
-
Gennadiy Civil authored
-
Gennadiy Civil authored
-
Gennadiy Civil authored
-
Gennadiy Civil authored
Example/sample makefile improvements
-
Gennadiy Civil authored
PiperOrigin-RevId: 227615222
-
- 02 Jan, 2019 6 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
-
Gennadiy Civil authored
Remove outdated scripts
-
Gennadiy Civil authored
-
Gennadiy Civil authored
This reverts commit 4665eee1.
-
-
- 29 Dec, 2018 2 commits
-
-
https://github.com/ciband/googletestChris authored
Merge branch 'chore/fix_library_json' of https://github.com/ciband/googletest into chore/fix_library_json
-
Chris authored
This is still a work in progress.
-
- 28 Dec, 2018 2 commits
-
-
Gennadiy Civil authored
Update Xcode project file
-
Syohei YOSHIDA authored
Remove files which no longer exist.
-
- 27 Dec, 2018 3 commits
-
-
Ryohei Machida authored
PiperOrigin-RevId: 227030722
-
Gennadiy Civil authored
-
Gennadiy Civil authored
PiperOrigin-RevId: 227028806
-
- 21 Dec, 2018 4 commits
-
-
Chris Johnson authored
-
Gennadiy Civil authored
-
Gennadiy Civil authored
PiperOrigin-RevId: 226493373
-
Abseil Team authored
Get rid of code generation for NiceMock / StrictMock. They got small enough that it doesn't make sense to generate them. PiperOrigin-RevId: 226455689
-