Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Merge c41b2bf861ef2ac1a975af05ff66d9256f280b01 into f203b2db77161fe54846ea9e8... | KO Myung-Hun | 2018-10-11 | 2 | -2/+2 | |
* | Merge 41fc9745d4a448db7d932250d22fac1dda287443 into 658c6390a5b363f46c6ad448a... | Aaron Dierking | 2018-10-11 | 1 | -0/+3 | |
* | Make GTestColor and ColoredPrintF available as internal APIs from gtest.h. T... | Abseil Team | 2018-10-05 | 1 | -15/+6 | |
* | Apply clang-tidy modernize-use-nullptr to googletest. | Abseil Team | 2018-10-05 | 8 | -141/+129 | |
* | Merge 2ce0685f76a4db403b7b2650433a584c150f2108 into 75e834700d19aa373b428c7c7... | Arseny Aprelev | 2018-10-02 | 3 | -15/+94 | |
* | Make g_argvs static | Dominic Sacré | 2018-08-31 | 1 | -1/+1 | |
* | Googletest export | Abseil Team | 2018-08-28 | 3 | -510/+244 | |
* | Googletest export | Abseil Team | 2018-08-28 | 3 | -244/+510 | |
* | Googletest export | misterg | 2018-08-28 | 1 | -6/+1 | |
* | Merge 72a2836945e7a3dcee0730166704587e10bf64ee into 1d9a1912e7f42e8ae66ea365b... | David Schuldenfrei | 2018-08-27 | 1 | -71/+139 | |
* | Googletest export | misterg | 2018-08-23 | 1 | -7/+7 | |
* | googletest export | misterg | 2018-08-20 | 1 | -0/+5 | |
* | Merge branch 'master' into fix_death_test_child_mingw_wer_issue1116 | Gennadiy Civil | 2018-08-20 | 1 | -0/+17 | |
|\ | ||||||
| * | Minor formatting/style changes | Gennadiy Civil | 2018-08-17 | 1 | -8/+7 | |
| * | Merge branch 'master' into fix-argc | Conor Burgess | 2018-08-17 | 10 | -197/+1018 | |
| |\ | ||||||
| * \ | Merge branch 'master' into fix-argc | Conor Burgess | 2018-02-12 | 6 | -37/+137 | |
| |\ \ | ||||||
| * \ \ | Merge branch 'master' into fix-argc | Conor Burgess | 2018-01-12 | 6 | -104/+58 | |
| |\ \ \ | ||||||
| * | | | | Fix location of `_NSGetArgv` correction. | Conor Burgess | 2017-12-07 | 1 | -10/+11 | |
| * | | | | Fix value pointed to by `_NSGetArgc()` on macOS | Conor Burgess | 2017-12-07 | 1 | -0/+16 | |
* | | | | | Merge branch 'master' into fix_death_test_child_mingw_wer_issue1116 | Tanzinul Islam | 2018-08-17 | 10 | -67/+140 | |
|\ \ \ \ \ | | |_|_|/ | |/| | | | ||||||
| * | | | | Small style changes. | Gennadiy Civil | 2018-08-16 | 1 | -14/+8 | |
| * | | | | Merge branch 'master' into master | Gennadiy Civil | 2018-08-16 | 10 | -309/+1144 | |
| |\ \ \ \ | ||||||
| | * | | | | Comments changes, no functionality changes. | Gennadiy Civil | 2018-08-14 | 6 | -24/+24 | |
| | * | | | | Comments changes, no functionality changes | Gennadiy Civil | 2018-08-14 | 9 | -19/+8 | |
| | * | | | | Merge branch 'master' into deprecate | Gennadiy Civil | 2018-08-14 | 2 | -4/+7 | |
| | |\ \ \ \ | ||||||
| | | * | | | | Code formatting changes, clean up, no functionality changes | Gennadiy Civil | 2018-08-14 | 1 | -1/+0 | |
| | | * | | | | code management comments, [ci-skip], no functionality changes | Gennadiy Civil | 2018-08-09 | 1 | -0/+1 | |
| | | * | | | | Fixing identation, causes build errors when warnings are treated as errors | 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' into deprecate | Loo Rong Jie | 2018-08-09 | 2 | -15/+54 | |
| | |\| | | | | ||||||
| | | * | | | | Merge branch 'master' of https://github.com/google/googletest | Gennadiy Civil | 2018-08-08 | 2 | -1/+5 | |
| | | * | | | | No default exception handling | Wez | 2018-08-03 | 1 | -15/+50 | |
| | * | | | | | Merge branch 'master' into deprecate | Gennadiy Civil | 2018-08-03 | 1 | -1/+1 | |
| | |\| | | | | ||||||
| | * | | | | | Merge branch 'master' into deprecate | Gennadiy Civil | 2018-07-30 | 1 | -1/+1 | |
| | |\ \ \ \ \ | ||||||
| | * | | | | | | Disable MSVC function deprecation when using Clang | Loo Rong Jie | 2018-07-13 | 2 | -4/+4 | |
| * | | | | | | | Merge branch 'master' of https://github.com/google/googletest | Scott Slack-Smith | 2017-11-24 | 3 | -41/+64 | |
| |\ \ \ \ \ \ \ | ||||||
| * | | | | | | | | *Silence false positive memory leaks reported by Microsoft's debug CRT* | Scott Slack-Smith | 2017-06-30 | 1 | -2/+50 | |
* | | | | | | | | | Merge branch 'master' into fix_death_test_child_mingw_wer_issue1116 | Tanzinul Islam | 2018-08-01 | 8 | -41/+131 | |
|\ \ \ \ \ \ \ \ \ | | |_|_|_|/ / / / | |/| | | | | | | | ||||||
| * | | | | | | | | Merge branch 'master' into master | Gennadiy Civil | 2018-07-30 | 1 | -1/+1 | |
| |\ \ \ \ \ \ \ \ | | | |_|_|/ / / / | | |/| | | | | | | ||||||
| | * | | | | | | | small tweaks, OSS merge cl 206357486 | Gennadiy Civil | 2018-07-30 | 1 | -1/+1 | |
| | | |_|/ / / / | | |/| | | | | | ||||||
| * / | | | | | | Updated broken and outdated URLs | Piotr Kąkol | 2018-07-25 | 1 | -1/+1 | |
| |/ / / / / / | ||||||
| * | | | | | | Adds stacktrace support from Abseil to Google Test | Derek Mauro | 2018-07-10 | 2 | -3/+93 | |
| * | | | | | | Eliminate GTEST_TEST_FILTER_ENV_VAR_. | Rohan Joyce | 2018-06-14 | 1 | -3/+4 | |
| * | | | | | | Reduce the number of strcmp calling while initialization | Takuto Ikuta | 2018-06-13 | 1 | -3/+3 | |
| * | | | | | | Merge branch 'master' of https://github.com/google/googletest | Gennadiy Civil | 2018-06-11 | 1 | -2/+2 | |
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | Fuchsia: Change fdio include path. | Fabrice de Gans-Riberi | 2018-06-07 | 1 | -2/+2 | |
| * | | | | | | | Rename AdvancedGuide.md to advanced.md and adjust the links. | Gennadiy Civil | 2018-06-11 | 1 | -1/+1 | |
| |/ / / / / / | ||||||
| * | | | | | | Clean up | Fabrice de Gans-Riberi | 2018-05-31 | 1 | -5/+1 | |
| * | | | | | | Remvoe launchpad dependency from Fuchsia. | Fabrice de Gans-Riberi | 2018-05-30 | 1 | -23/+26 |