summaryrefslogtreecommitdiff
path: root/googletest/src/gtest-port.cc
Commit message (Expand)AuthorAgeFilesLines
* This trips up when compiling with -Wvla otherwise.Abseil Team2023-05-051-2/+2
* Add missing std includesTom Hughes2023-04-201-0/+4
* Use "#ifdef" with public macrosTom Hughes2023-03-061-3/+3
* Use "#ifdef GTEST_OS_..." instead of "#if GTEST_OS_..."Tom Hughes2023-03-061-26/+28
* Remove strdup usageAbseil Team2023-02-151-25/+17
* Merge pull request #3863 from eidosmontreal:fix_unused-variable_warningCopybara-Service2022-06-141-9/+9
|\
| * Move declaration of kStdOutFileNo and kStdErrFilenoGaspard Petit2022-06-111-11/+9
| * Fix "unused variable" warningGaspard Petit2022-05-301-0/+2
|/
* Remove the legacy internal GTEST_DISALLOW_* macrosDerek Mauro2022-04-221-3/+6
* Running clang-format over all of GoogleTestAbseil Team2022-03-151-157/+135
* Suppress unused-value warningDenis Samoilov2021-11-161-2/+2
* Merge pull request #3657 from BioDataAnalysis:bda_add_winerrdinord2021-11-101-1/+2
|\
| * googletest/src/gtest-port.cc: Added GetLastError() on Windows for CreateThread()Mario Emmenlauer2021-11-101-1/+2
|/
* Googletest exportdmauro2021-11-031-4/+0
* Googletest exportdmauro2021-11-031-17/+0
* Merge pull request #3200 from ellert:port-to-GNU/HurdCJ Johnson2021-06-171-1/+1
|\
| * Port to GNU/HurdMattias Ellert2020-12-301-1/+1
* | Googletest exportAbseil Team2021-05-251-17/+36
* | Googletest exportAbseil Team2021-04-261-1/+11
|/
* fix compilation on OpenBSD 6.7Eli Lindsey2020-05-301-3/+4
* 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