aboutsummaryrefslogtreecommitdiffstats
path: root/googletest/src/gtest-port.cc
Commit message (Expand)AuthorAgeFilesLines
* fix signed/unsigned comparison issue (on OpenBSD)Juergen Bohl2020-04-121-1/+1
* Merge pull request #2570 from xieyubo:1.10Gennadiy Civil2019-11-221-0/+3
|\
| * Fix internal memory leak in Windows _Crt report.xyb2019-11-161-0/+3
* | Googletest exportAbseil Team2019-11-221-6/+7
|/
* Googletest exportAbseil Team2019-09-271-7/+4
* restore mistakenly removed iffs in their explicit formKrystian Kuzniarek2019-08-201-18/+18
* fix typosKrystian Kuzniarek2019-07-301-12/+12
* Googletest exportAbseil Team2019-05-291-0/+9
* Address fallout from -Wsign-conversion work on WindowsEnji Cooper2019-04-261-1/+1
* clang: fix `-Wsign-conversion` errorsEnji Cooper2019-04-051-2/+2
* Googletest exportAbseil Team2019-04-011-7/+0
* Remove old_crtdbg_flag_ member if not requiredTobias Müller2019-03-191-4/+6
* Import `patch-bsd-defines` from FreeBSD ports [1]Enji Cooper2019-02-121-0/+83
* Googletest exportmisterg2019-01-021-7/+0
* Googletest exportmisterg2018-10-301-2/+2
* Merge pull request #1941 from barkovv:masterGennadiy Civil2018-10-291-33/+31
|\
| * Replaced all NULLs with nullptr in googletestVadim Barkov2018-10-281-29/+29
* | Googletest exportmisterg2018-10-291-5/+7
|/
* Googletest exportAbseil Team2018-10-261-7/+5
* Googletest exportmisterg2018-10-261-5/+7
* Merge 41fc9745d4a448db7d932250d22fac1dda287443 into 658c6390a5b363f46c6ad448a...Aaron Dierking2018-10-111-0/+3
* Apply clang-tidy modernize-use-nullptr to googletest.Abseil Team2018-10-051-13/+14
* Small style changes. Gennadiy Civil2018-08-161-14/+8
* Merge branch 'master' into masterGennadiy Civil2018-08-161-55/+90
|\
| * Comments changes, no functionality changes. Gennadiy Civil2018-08-141-3/+3
| * Comments changes, no functionality changesGennadiy Civil2018-08-141-2/+1
| * Merge branch 'master' into deprecateGennadiy Civil2018-08-031-1/+1
| |\
| | * Updated broken and outdated URLsPiotr Kąkol2018-07-251-1/+1
| * | Disable MSVC function deprecation when using ClangLoo Rong Jie2018-07-131-2/+2
| |/
| * Style fixFabrice de Gans-Riberi2018-05-031-1/+1
| * Fix commentsFabrice de Gans-Riberi2018-05-031-1/+1
| * Fix more stuff and get tests to passFabrice de Gans-Riberi2018-05-031-1/+15
| * Add Fuchsia support for death test.Fabrice de Gans-Riberi2018-05-011-0/+10
| * merges, gtestGennadiy Civil2018-03-261-2/+2
| * more mergesGennadiy Civil2018-03-221-1/+1
| * More mergesGennadiy Civil2018-03-211-26/+26
| * merges-8Gennadiy Civil2018-03-051-10/+24
| * cleanup/mergesGennadiy Civil2018-02-131-2/+6
| * Merge branch 'master' into missing-declarationsGennadiy Civil2018-01-041-8/+0
| |\
| | * upstreaming cl 124976692Gennadiy Civil2018-01-031-8/+0
| * | Pass the -Wmissing-declarations warning.David Benjamin2018-01-031-3/+5
| |/
* | Merge branch 'master' of https://github.com/google/googletestScott Slack-Smith2017-11-241-1/+1
|\|
| * Merge pull request #764 from flyd1005/wip-fix-typoGennadiy Civil2017-08-021-1/+1
| |\
| | * remove duplicated wordsLi Peng2016-04-271-1/+1
* | | *Silence false positive memory leaks reported by Microsoft's debug CRT*Scott Slack-Smith2017-06-301-2/+50
|/ /
* | Use std::string and ::string explicitly in gtest and gmock code.Nico Weber2017-05-151-2/+2
* | Changes to make TempDir() publicGennadiy Civil2017-05-021-18/+0
|/
* Restructure $XML_OUTPUT_FILE logicDoug Greiman2016-02-261-18/+19
* Read Bazel's $XML_OUTPUT_FILE environment variableDoug Greiman2016-02-231-0/+19
* Add include of sys/types.h.Matthew Brandyberry2015-10-021-0/+1