Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fixing identation, causes build errors when warnings are treated as errorsrefs/pull/1721/head | Gennadiy Civil | 2018-08-09 | 1 | -1/+2 |
| | |||||
* | Update gtest-death-test.cc | Gennadiy Civil | 2018-08-09 | 1 | -7/+9 |
| | |||||
* | Fixing identation, causes build errors when warnings are treated as errors | Gennadiy Civil | 2018-08-09 | 1 | -2/+2 |
| | |||||
* | Merge branch 'master' of https://github.com/google/googletest | Gennadiy Civil | 2018-08-08 | 1 | -1/+4 |
| | | | | | Formatting changes and code sync Merge branch 'master' of https://github.com/google/googletest | ||||
* | No default exception handling | Wez | 2018-08-03 | 1 | -15/+50 |
| | |||||
* | Fuchsia: Change fdio include path.refs/pull/1623/head | Fabrice de Gans-Riberi | 2018-06-07 | 1 | -2/+2 |
| | |||||
* | Clean up | Fabrice de Gans-Riberi | 2018-05-31 | 1 | -5/+1 |
| | |||||
* | Remvoe launchpad dependency from Fuchsia. | Fabrice de Gans-Riberi | 2018-05-31 | 1 | -23/+26 |
| | |||||
* | Formatting changes refs/pull/1607/head | Gennadiy Civil | 2018-05-23 | 1 | -1/+1 |
| | |||||
* | Remove unused variable in Fuchsia. | Fabrice de Gans-Riberi | 2018-05-11 | 1 | -1/+1 |
| | |||||
* | Remove magic numberrefs/pull/1593/head | Fabrice de Gans-Riberi | 2018-05-03 | 1 | -1/+1 |
| | |||||
* | Fix comments | Fabrice de Gans-Riberi | 2018-05-03 | 1 | -5/+5 |
| | |||||
* | Fix more stuff and get tests to pass | Fabrice de Gans-Riberi | 2018-05-03 | 1 | -7/+7 |
| | |||||
* | Get all the things to work. | Fabrice de Gans-Riberi | 2018-05-02 | 1 | -35/+45 |
| | |||||
* | Fix stuff | Fabrice de Gans-Riberi | 2018-05-02 | 1 | -29/+27 |
| | |||||
* | Add Fuchsia support for death test. | Fabrice de Gans-Riberi | 2018-05-01 | 1 | -3/+186 |
| | |||||
* | Switch default death test style back to "fast".refs/pull/1464/head | Victor Costan | 2018-02-27 | 1 | -1/+5 |
| | | | | | | | | | | | | | | | | | | | | | | 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. | ||||
* | Fix unused function warning on Mac OS. | Victor Costan | 2018-02-19 | 1 | -0/+2 |
| | | | | | | | 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] | ||||
* | Merging, coniniue | Gennadiy Civil | 2018-02-12 | 1 | -6/+4 |
| | |||||
* | mergesrefs/pull/1448/head | Gennadiy Civil | 2018-02-09 | 1 | -1/+7 |
| | |||||
* | Merge branch 'master' into missing-declarationsrefs/pull/1007/head | Gennadiy Civil | 2018-01-05 | 1 | -8/+0 |
|\ | |||||
| * | upstreaming cl 124976692 | Gennadiy Civil | 2018-01-03 | 1 | -8/+0 |
| | | |||||
* | | Pass the -Wmissing-declarations warning. | David Benjamin | 2018-01-03 | 1 | -9/+12 |
|/ | | | | | | This makes it easier to use GTest in projects that build with the -Wmissing-declarations warning. This fixes the warning in headers and source files, though not GTest's own tests as it is rather noisy there. | ||||
* | Merge pull request #764 from flyd1005/wip-fix-typo | Gennadiy Civil | 2017-08-02 | 1 | -1/+1 |
|\ | | | | | remove duplicated words | ||||
| * | remove duplicated wordsrefs/pull/764/head | Li Peng | 2016-04-27 | 1 | -1/+1 |
| | | | | | | | | Signed-off-by: Li Peng <lip@dtdream.com> | ||||
* | | Use std::string and ::string explicitly in gtest and gmock code.refs/pull/1089/head | Nico Weber | 2017-05-15 | 1 | -4/+3 |
|/ | | | | | | | | | This merges a Google-internal change (117235625). Original CL description: This CL was created manually in about an hour with sed, a Python script to find all the places unqualified 'string' was mentioned, and some help from Emacs to add the "std::" qualifications, plus a few manual tweaks. | ||||
* | Fix unused static variable warning on Windowsrefs/pull/585/head | Orgad Shaneh | 2015-09-09 | 1 | -0/+2 |
| | |||||
* | Move everything in googletest into googletest/googletest | Billy Donahue | 2015-08-25 | 1 | -0/+1340 |