- 01 Mar, 2018 1 commit
-
-
Petr Hosek authored
The full message unlike summary also includes stack trace.
-
- 28 Feb, 2018 7 commits
-
-
Gennadiy Civil authored
Add options to parallelize builds.
-
Gennadiy Civil authored
Support JSON output format in addition to XML
-
Gennadiy Civil authored
-
Carlos O'Ryan authored
AppVeyor build servers have two cores, so why not use them?
-
Gennadiy Civil authored
Use DEBUG_POSTFIX instead of CMAKE_DEBUG_POSTFIX
-
Gennadiy Civil authored
-
Petr Hosek authored
This change allows emitting output in JSON format in addition to the already supported XML format. The implementation as well as the file structure is intentionally modelled after the XML one.
-
- 27 Feb, 2018 15 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
-
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 5 commits
-
-
David Neto authored
CMAKE_DEBUG_POSTFIX is a global configuration parameter, and changing it pollutes the configuration space for other projects that enclose this project. DEBUG_POSTFIX is better to use since it is a target-specific poperty. Fixes #1334 Fixes #1268
-
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 3 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 (`_`)
-