- 27 Feb, 2018 14 commits
-
-
Gennadiy Civil authored
Add matcher for std::variant.
-
-
Xiaoyi Zhang authored
-
-
Xiaoyi Zhang authored
-
Gennadiy Civil authored
gmock merging -2
-
Gennadiy Civil authored
-
Gennadiy Civil authored
Use _CPPUNWIND instead of _HAS_EXCEPTIONS with MSVC.
-
Gennadiy Civil authored
-
Gennadiy Civil authored
-
Gennadiy Civil authored
Add preprocessor macro for default death test style.
-
Xiaoyi Zhang authored
-
Victor Costan authored
Google Test has recently (02/09/2018) switched the default death test style from "fast" to "threadsafe" in https://github.com/google/googletest/commit/ec7faa943d7817c81ce7bdf71a21ebc9244dc8de Threadsafe death tests have been used internally for a while, and are proven to be a better default. However, adopting this better default can be challenging for large projects with a significant investment in custom infrastructure built on top of Google Test. The same custom infrastructure can make it difficult for large projects to switch back to the old default by passing in --gtest_death_test_style=fast. For the reasons above, the default switch is considered too disruptive, and this CL reverts it. This CL also introduces the GTEST_DEFAULT_DEATH_TEST_STYLE preprocesor macro, which replaces the hard-coded default. The macro can be defined in gtest/internal/custom/gtest-port.h by projects that are ready to migrate to thread-safe death tests.
-
Gennadiy Civil authored
-
- 26 Feb, 2018 4 commits
-
-
Gennadiy Civil authored
Removed trailing comma in enum
-
Gennadiy Civil authored
-
Gennadiy Civil authored
merge check - 3
-
Gennadiy Civil authored
-
- 23 Feb, 2018 9 commits
-
-
Gennadiy Civil authored
-
-
Gennadiy Civil authored
merging unittests - 2
-
Gennadiy Civil authored
-
Gennadiy Civil authored
merging unittests - 2
-
Gennadiy Civil authored
merging unitests
-
Gennadiy Civil authored
merging unitests
-
Gennadiy Civil authored
TEST() arguments are invalid in an example
-
Anders Sundman (asum) authored
-
- 22 Feb, 2018 6 commits
-
-
Aleksey Kozin authored
-
Gennadiy Civil authored
Fix unused function warning on Mac OS.
-
Aleksey Kozin authored
Both names must be valid C++ identifiers, and they should not contain underscore (`_`)
-
Gennadiy Civil authored
-
Gennadiy Civil authored
merges
-
Gennadiy Civil authored
-
- 19 Feb, 2018 1 commit
-
-
Victor Costan authored
As of recently, Google Test fails to compile with the warning below when used in projects with strict warning settings. googletest/src/gtest-death-test.cc:1004:13: error: unused function 'StackGrowsDown' [-Werror,-Wunused-function]
-
- 15 Feb, 2018 2 commits
-
-
Gennadiy Civil authored
Fix std::iscntrl use in gtest-printers.cc
-
Gennadiy Civil authored
-
- 13 Feb, 2018 4 commits
-
-
Gennadiy Civil authored
cleanup, merges
-
-
Gennadiy Civil authored
-
Gennadiy Civil authored
cleanup, merges
-