summaryrefslogtreecommitdiffstats
path: root/googletest/include/gtest/internal/gtest-port.h
Commit message (Expand)AuthorAgeFilesLines
* Add an explicit #error that C++ versions less than C++14 are not supportedDerek Mauro2023-01-121-0/+13
* IWYU: Add missing std includesTom Hughes2023-01-051-0/+1
* Fix _MSC_VER checkTom Hughes2023-01-041-1/+1
* Introduces a new porting flag (GTEST_HAS_FILE_SYSTEM) to indicate whether a p...Abseil Team2022-12-121-36/+65
* Remove incorrect usage of GTEST_ATTRIBUTE_UNUSED_ on classes.Abseil Team2022-11-151-10/+4
* Fix detection of the no_sanitize("hwaddress") attributeDerek Mauro2022-10-171-1/+12
* Use attribute testing to simplify portable attribute macrosDerek Mauro2022-10-141-48/+37
* Merge pull request #4016 from Maratyszcza:qurtCopybara-Service2022-09-271-11/+21
|\
| * Port GoogleTest to QuRT (Hexagon RTOS)refs/pull/4016/headMarat Dukhan2022-09-261-8/+17
|/
* export ThreadLocalValueHolderBase which is required by exported APIs.refs/pull/3946/headAndrei Polushin2022-07-141-1/+1
* Disable warning C4251 around refactored codeDerek Mauro2022-06-161-0/+4
* Simplify ColoredPrintf to rely on ShouldUseColorGaspard Petit2022-05-301-1/+2
* Fixup some missing overrides in googletest.Abseil Team2022-05-101-2/+2
* Use RE2 for the regex implementation when building with Bazel and using AbseilDerek Mauro2022-04-261-28/+42
* Remove the legacy internal GTEST_DISALLOW_* macrosDerek Mauro2022-04-221-36/+44
* Eliminate the legacy GTEST_COMPILE_ASSERT_ macroDerek Mauro2022-04-211-11/+0
* Use the Abseil flags library when Abseil is presentDerek Mauro2022-04-041-27/+53
* Running clang-format over all of GoogleTestAbseil Team2022-03-151-302/+292
* GetCurrentOsStackTraceExceptTop (both the method of UnitTestImpl and the wrap...Abseil Team2022-02-011-0/+14
* Consistently apply IWYU pragmas across googletest and googlemock headersAbseil Team2022-01-181-1/+5
* Merge pull request #3725 from bsilver8192:remove-another-disallow-assignCopybara-Service2022-01-111-15/+0
* Add NOLINT to address modernize-use-trailing-return-type in TEST_F usesAbseil Team2021-12-071-4/+8
* Googletest exportdmauro2021-11-031-9/+14
* Googletest exportdmauro2021-11-031-15/+1
* Googletest exportdmauro2021-11-031-60/+35
* Merge pull request #3581 from cclauss:codespelldinord2021-10-051-2/+2
|\
| * Fix remaining typos discovered by codespellrefs/pull/3581/headChristian Clauss2021-09-241-2/+2
* | Googletest exportAbseil Team2021-09-301-0/+2
|/
* Internal changeAbseil Team2021-07-291-6/+6
* Googletest exportAbseil Team2021-07-221-4/+0
* Googletest exportAbseil Team2021-07-071-11/+29
* Merge pull request #3200 from ellert:port-to-GNU/HurdCJ Johnson2021-06-171-3/+6
|\
| * Port to GNU/Hurdrefs/pull/3200/headMattias Ellert2020-12-301-3/+6
* | Googletest exportAbseil Team2021-04-141-5/+10
* | Googletest exportAbseil Team2021-03-221-0/+13
* | Googletest exportAbseil Team2021-02-181-3/+3
* | Googletest exportAbseil Team2021-02-111-3/+3
* | Googletest exportAbseil Team2021-02-111-3/+3
|/
* Merge pull request #2891 from zoddicus:fixMinGWMark Barolak2020-06-261-3/+3
|\
| * Fix build issue for MinGWrefs/pull/2891/headRyan Harrison2020-06-101-1/+1
* | Googletest exportAbseil Team2020-06-101-1/+2
|/
* Merge pull request #2742 from kuzkry:c++17-type-printersGennadiy Rozental2020-06-051-0/+96
|\
| * specialize UniversalPrinter<> for std::any (without support for RTTI)Krystian Kuzniarek2020-05-291-0/+30
| * specialize UniversalPrinter<> for std::optionalKrystian Kuzniarek2020-05-291-0/+32
| * specialize UniversalPrinter<> for std::variantKrystian Kuzniarek2020-05-291-0/+32
* | Googletest exportdmauro2020-05-281-1/+2
* | Googletest exportAbseil Team2020-05-281-0/+8
* | Merge pull request #2815 from Quuxplusone:simpleGennadiy Rozental2020-05-011-6/+4
|\ \
| * | Remove all uses of GTEST_DISALLOW_{MOVE_,}ASSIGN_.Arthur O'Dwyer2020-04-241-4/+2
|/ /
* | Merge pull request #2746 from Romain-Geissler-1A:mastervslashg2020-03-211-5/+18
|\ \ | |/ |/|