summaryrefslogtreecommitdiffstats
path: root/googletest/src
Commit message (Expand)AuthorAgeFilesLines
...
| * | | Merge branch 'master' into fix-argcConor Burgess2018-01-126-104/+58
| |\ \ \
| * | | | Fix location of `_NSGetArgv` correction.Conor Burgess2017-12-071-10/+11
| * | | | Fix value pointed to by `_NSGetArgc()` on macOSConor Burgess2017-12-071-0/+16
* | | | | Merge branch 'master' into fix_death_test_child_mingw_wer_issue1116Tanzinul Islam2018-08-1710-67/+140
|\ \ \ \ \ | | |_|_|/ | |/| | |
| * | | | Small style changes. refs/pull/1142/headGennadiy Civil2018-08-161-14/+8
| * | | | Merge branch 'master' into masterGennadiy Civil2018-08-1610-309/+1144
| |\ \ \ \
| | * | | | Comments changes, no functionality changes. Gennadiy Civil2018-08-146-24/+24
| | * | | | Comments changes, no functionality changesrefs/pull/1740/headGennadiy Civil2018-08-149-19/+8
| | * | | | Merge branch 'master' into deprecaterefs/pull/1665/headGennadiy Civil2018-08-142-4/+7
| | |\ \ \ \
| | | * | | | Code formatting changes, clean up, no functionality changesrefs/pull/1738/headGennadiy Civil2018-08-141-1/+0
| | | * | | | code management comments, [ci-skip], no functionality changesGennadiy Civil2018-08-091-0/+1
| | | * | | | Fixing identation, causes build errors when warnings are treated as errorsrefs/pull/1721/headGennadiy Civil2018-08-091-1/+2
| | | * | | | Update gtest-death-test.ccGennadiy Civil2018-08-091-7/+9
| | | * | | | Fixing identation, causes build errors when warnings are treated as errorsGennadiy Civil2018-08-091-2/+2
| | * | | | | Merge branch 'master' into deprecateLoo Rong Jie2018-08-092-15/+54
| | |\ \ \ \ \ | | | |/ / / /
| | | * | | | Merge branch 'master' of https://github.com/google/googletestGennadiy Civil2018-08-082-1/+5
| | | * | | | No default exception handlingWez2018-08-031-15/+50
| | * | | | | Merge branch 'master' into deprecateGennadiy Civil2018-08-031-1/+1
| | |\ \ \ \ \ | | | |/ / / /
| | * | | | | Merge branch 'master' into deprecateGennadiy Civil2018-07-301-1/+1
| | |\ \ \ \ \
| | * | | | | | Disable MSVC function deprecation when using ClangLoo Rong Jie2018-07-132-4/+4
| * | | | | | | Merge branch 'master' of https://github.com/google/googletestScott Slack-Smith2017-11-243-41/+64
| |\ \ \ \ \ \ \
| * | | | | | | | *Silence false positive memory leaks reported by Microsoft's debug CRT*Scott Slack-Smith2017-06-301-2/+50
* | | | | | | | | Merge branch 'master' into fix_death_test_child_mingw_wer_issue1116Tanzinul Islam2018-08-018-41/+131
|\ \ \ \ \ \ \ \ \ | | |_|_|_|/ / / / | |/| | | | | | |
| * | | | | | | | Merge branch 'master' into masterrefs/pull/1685/headGennadiy Civil2018-07-301-1/+1
| |\ \ \ \ \ \ \ \ | | | |_|_|/ / / / | | |/| | | | | |
| | * | | | | | | small tweaks, OSS merge cl 206357486Gennadiy Civil2018-07-301-1/+1
| | | |_|/ / / / | | |/| | | | |
| * | | | | | | Updated broken and outdated URLsPiotr Kąkol2018-07-251-1/+1
| |/ / / / / /
| * | | | | | Adds stacktrace support from Abseil to Google TestDerek Mauro2018-07-102-3/+93
| * | | | | | Eliminate GTEST_TEST_FILTER_ENV_VAR_.refs/pull/1622/headRohan Joyce2018-06-141-3/+4
| * | | | | | Reduce the number of strcmp calling while initializationTakuto Ikuta2018-06-121-3/+3
| * | | | | | Merge branch 'master' of https://github.com/google/googletestGennadiy Civil2018-06-111-2/+2
| |\ \ \ \ \ \
| | * | | | | | Fuchsia: Change fdio include path.refs/pull/1623/headFabrice de Gans-Riberi2018-06-071-2/+2
| * | | | | | | Rename AdvancedGuide.md to advanced.md and adjust the links. Gennadiy Civil2018-06-111-1/+1
| |/ / / / / /
| * | | | | | Clean upFabrice de Gans-Riberi2018-05-311-5/+1
| * | | | | | Remvoe launchpad dependency from Fuchsia.Fabrice de Gans-Riberi2018-05-311-23/+26
| * | | | | | Formatting changes refs/pull/1607/headGennadiy Civil2018-05-235-5/+5
| * | | | | | Remove unused variable in Fuchsia.Fabrice de Gans-Riberi2018-05-111-1/+1
* | | | | | | Merge branch 'master' into fix_death_test_child_mingw_wer_issue1116Tanzinul Islam2018-05-133-15/+234
|\ \ \ \ \ \ \ | |/ / / / / /
| * | | | | | Use NULL instead of nullptr, for pre-C++11 builds.refs/pull/1597/headJae Heon Lee2018-05-091-2/+2
| * | | | | | Fix the bug where ad_hoc_test_result() functions of UnitTest and TestCase obj...Jae Heon Lee2018-05-071-4/+8
| * | | | | | Remove magic numberrefs/pull/1593/headFabrice de Gans-Riberi2018-05-031-1/+1
| * | | | | | Style fixFabrice de Gans-Riberi2018-05-031-1/+1
| * | | | | | Fix commentsFabrice de Gans-Riberi2018-05-032-6/+6
| * | | | | | Fix more stuff and get tests to passFabrice de Gans-Riberi2018-05-032-8/+22
| * | | | | | Get all the things to work.Fabrice de Gans-Riberi2018-05-021-35/+45
| * | | | | | Fix stuffFabrice de Gans-Riberi2018-05-021-29/+27
| * | | | | | Add Fuchsia support for death test.Fabrice de Gans-Riberi2018-05-012-3/+196
* | | | | | | Merge branch 'master' into fix_death_test_child_mingw_wer_issue1116Tanzinul Islam2018-05-051-0/+5
|\ \ \ \ \ \ \ | |/ / / / / /
| * | | | | | Tweaking https://github.com/google/googletest/pull/1523 to exclude naclrefs/pull/1542/headGennadiy Civil2018-04-041-1/+3
| * | | | | | typoRoland Leißa2018-03-291-1/+1
| * | | | | | provide alternative for DebugBreak()Roland Leißa2018-03-281-0/+3