Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | cl 189032107, againrefs/pull/1508/head | Gennadiy Civil | 2018-03-16 | 2 | -5/+19 |
| | |||||
* | cl 189032107 | Gennadiy Civil | 2018-03-16 | 1 | -17/+9 |
| | |||||
* | merge, again, IsRecursiveContainerrefs/pull/1507/head | Gennadiy Civil | 2018-03-15 | 4 | -20/+121 |
| | |||||
* | erging, contrefs/pull/1504/head | Gennadiy Civil | 2018-03-14 | 1 | -15/+4 |
| | |||||
* | merging, merging | Gennadiy Civil | 2018-03-13 | 2 | -39/+23 |
| | |||||
* | fixing, was removing too much | Gennadiy Civil | 2018-03-13 | 1 | -0/+37 |
| | |||||
* | Merge branch 'master' of https://github.com/google/googletest | Gennadiy Civil | 2018-03-13 | 4 | -8/+35 |
|\ | |||||
| * | Merge branch 'master' into upstream_188748737refs/pull/1503/head | Bernhard Bauer | 2018-03-12 | 37 | -362/+2432 |
| |\ | |||||
| * | | Allow macros inside of parametrized test names. | Bernhard Bauer | 2018-03-12 | 4 | -8/+35 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This allows doing things like TEST_P(TestFixture, MAYBE(TestName)) for nicer conditional test disabling. Upstream of cr/188748737. Tested: Added unit tests MacroNamingTest and MacroNamingTestNonParametrized. | ||||
* | | | More merges, removing old dead code | Gennadiy Civil | 2018-03-13 | 2 | -65/+6 |
| |/ |/| | |||||
* | | merges-port(1)refs/pull/1502/head | Gennadiy Civil | 2018-03-12 | 1 | -14/+22 |
| | | |||||
* | | Merging, XML testsrefs/pull/1497/head | Gennadiy Civil | 2018-03-07 | 4 | -26/+114 |
| | | |||||
* | | merges-8refs/pull/1493/head | Gennadiy Civil | 2018-03-05 | 3 | -27/+47 |
| | | |||||
* | | merges-7refs/pull/1492/head | Gennadiy Civil | 2018-03-05 | 1 | -25/+41 |
| | | |||||
* | | merges-6refs/pull/1491/head | Gennadiy Civil | 2018-03-05 | 5 | -7/+4 |
| | | |||||
* | | merges-3 | Gennadiy Civil | 2018-03-05 | 1 | -1/+1 |
| | | |||||
* | | Merge branch 'master' of https://github.com/google/googletestrefs/pull/1488/head | Gennadiy Civil | 2018-03-05 | 1 | -2/+2 |
|\ \ | |||||
| * | | Use a full message in the JSON output for failuresrefs/pull/1486/head | Petr Hosek | 2018-03-01 | 1 | -2/+2 |
| | | | | | | | | | | | | The full message unlike summary also includes stack trace. | ||||
* | | | Merges-1 | Gennadiy Civil | 2018-03-05 | 1 | -8/+12 |
|/ / | |||||
* | | Merge branch 'master' into jsonrefs/pull/1479/head | Gennadiy Civil | 2018-02-28 | 2 | -2/+4 |
|\ \ | |||||
| * \ | Merge branch 'master' into debug-postfixrefs/pull/1481/head | Gennadiy Civil | 2018-02-28 | 2 | -3/+6 |
| |\ \ | |||||
| * \ \ | Merge branch 'master' into debug-postfix | Gennadiy Civil | 2018-02-27 | 3 | -2/+16 |
| |\ \ \ | |||||
| * | | | | Use DEBUG_POSTFIX instead of CMAKE_DEBUG_POSTFIX | David Neto | 2018-02-26 | 2 | -2/+4 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 | ||||
* | | | | | Support JSON output format in addition to XML | Petr Hosek | 2018-02-28 | 6 | -10/+1403 |
| |_|/ / |/| | | | | | | | | | | | | | | | | | | | 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. | ||||
* | | | | Merge pull request #1423 from pcc/win-libcxx2 | Gennadiy Civil | 2018-02-27 | 2 | -3/+6 |
|\ \ \ \ | |_|/ / |/| | | | Use _CPPUNWIND instead of _HAS_EXCEPTIONS with MSVC. | ||||
| * | | | Merge branch 'master' into win-libcxx2refs/pull/1423/head | Gennadiy Civil | 2018-02-27 | 30 | -244/+592 |
| |\ \ \ | | |/ / | |||||
| * | | | Use _CPPUNWIND instead of _HAS_EXCEPTIONS with MSVC. | Peter Collingbourne | 2018-01-25 | 1 | -2/+5 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | _HAS_EXCEPTIONS is specific to the MSVC STL and defining it to 0 causes problems with libc++, so libc++ users may leave it undefined. This can cause GTEST_HAS_EXCEPTIONS to be defined incorrectly if the user has disabled exceptions via the compiler, which can lead to build errors. _CPPUNWIND is a builtin macro provided by the compiler so it should work with both STLs. | ||||
| * | | | Pass -EHs-c- to disable exceptions with MSVC. | Peter Collingbourne | 2018-01-25 | 1 | -1/+1 |
| | | | | |||||
* | | | | Switch default death test style back to "fast".refs/pull/1464/head | Victor Costan | 2018-02-27 | 3 | -2/+16 |
| |/ / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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. | ||||
* | | | Merge branch 'master' into masterrefs/pull/1472/head | Gennadiy Civil | 2018-02-26 | 2 | -95/+86 |
|\ \ \ | |||||
| * | | | merging unittests - 5refs/pull/1475/head | Gennadiy Civil | 2018-02-26 | 1 | -5/+5 |
| | | | | |||||
| * | | | merging unitests - check 4 | Gennadiy Civil | 2018-02-23 | 1 | -14/+13 |
| | | | | |||||
| * | | | merging unitests, check | Gennadiy Civil | 2018-02-23 | 1 | -4/+3 |
| | | | | |||||
| * | | | merging unittests - 2refs/pull/1474/head | Gennadiy Civil | 2018-02-23 | 1 | -11/+3 |
| | | | | |||||
| * | | | merging unitestsrefs/pull/1473/head | Gennadiy Civil | 2018-02-23 | 1 | -62/+63 |
| | | | | |||||
| * | | | Merge branch 'master' into patch-1refs/pull/1471/head | Aleksey Kozin | 2018-02-22 | 1 | -0/+2 |
| |\ \ \ | |||||
| * | | | | TEST() arguments are invalid in an example | Aleksey Kozin | 2018-02-22 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | Both names must be valid C++ identifiers, and they should not contain underscore (`_`) | ||||
* | | | | | Removed trailing comma in enum | Anders Sundman (asum) | 2018-02-23 | 1 | -1/+1 |
| |/ / / |/| | | | |||||
* | | | | Merge branch 'master' into fix-death-warnrefs/pull/1466/head | Gennadiy Civil | 2018-02-22 | 1 | -0/+10 |
|\ \ \ \ | |/ / / | |||||
| * | | | Merge pull request #1469 from gennadiycivil/master | Gennadiy Civil | 2018-02-22 | 1 | -0/+10 |
| |\ \ \ | | | | | | | | | | | merges | ||||
| | * | | | mergesrefs/pull/1469/head | Gennadiy Civil | 2018-02-22 | 1 | -0/+10 |
| | | | | | |||||
* | | | | | 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] | ||||
* | | | | Merge branch 'master' into fix-printersrefs/pull/1450/head | Gennadiy Civil | 2018-02-15 | 12 | -54/+67 |
|\ \ \ \ | |/ / / | |||||
| * | | | cleanup, merges | Gennadiy Civil | 2018-02-13 | 3 | -26/+34 |
| | | | | |||||
| * | | | cleanup/merges | Gennadiy Civil | 2018-02-13 | 9 | -28/+33 |
| | | | | |||||
* | | | | Merge branch 'master' into fix-printers | Gennadiy Civil | 2018-02-13 | 2 | -21/+66 |
|\ \ \ \ | |/ / / | |||||
| * | | | merging, cleaning uprefs/pull/1457/head | Gennadiy Civil | 2018-02-13 | 1 | -12/+12 |
| | | | | |||||
| * | | | merges | Gennadiy Civil | 2018-02-13 | 1 | -2/+1 |
| | | | | |||||
| * | | | cxxx11refs/pull/1454/head | Gennadiy Civil | 2018-02-13 | 1 | -0/+3 |
| | | | | |||||
| * | | | clang warnings | Gennadiy Civil | 2018-02-13 | 1 | -1/+1 |
| | | | |