summaryrefslogtreecommitdiffstats
path: root/googletest/include/gtest/internal/gtest-port.h
Commit message (Expand)AuthorAgeFilesLines
* Remove the GTEST_HAS_DOWNCAST_ customization point.Derek Mauro2023-08-021-14/+4
* Remove unused cast implementationDerek Mauro2023-07-191-41/+0
* Merge pull request #4302 from ciband:feat/nrf52Copybara-Service2023-07-181-1/+1
|\
| * add support for nrf52refs/pull/4302/headChris Johnson2023-06-271-1/+1
* | Fix C++20 compatibility bug.Mike Kruskal2023-07-011-1/+1
* | Resolve an issue where the resolution of `operator<<` overloads would attempt...Abseil Team2023-06-271-2/+4
|/
* add support for nxp qn9090 mcuChris Johnson2023-06-221-1/+2
* Use GTEST_INTERNAL_CPLUSPLUS_LANG instead of __cplusplusDino Radakovic2023-04-281-8/+9
* Use '=default' to define trivial constructor/destructorsrefs/pull/4221/headTom Hughes2023-04-211-5/+5
* Support --gtest_stream_result_to on macOSAbseil Team2023-04-111-1/+1
* Merge pull request #4103 from gonzalobg:bugfix/nvcxx_supportCopybara-Service2023-03-281-1/+1
|\
| * Add doc commentrefs/pull/4103/headgonzalobg2023-03-231-1/+1
| * Fix warnings with nvc++ as the compilerGonzalo Brito Gadeschi2022-12-281-1/+1
* | Environment variables are accessible in UWP/WinRT appsrefs/pull/4180/headSergey2023-03-101-2/+2
* | Suppress std::string DLL interface warning introduced in commit f063cd25c90cb...Abseil Team2023-03-071-1/+3
* | Fix compilation with -Wundef.Tom Hughes2023-03-061-3/+7
* | Always specify definitions for internal macrosTom Hughes2023-03-061-0/+20
* | Replace "#if GTEST_HAS_ABSL" with "#ifdef GTEST_HAS_ABSL"Tom Hughes2023-03-061-7/+8
* | Use "#ifdef" with public macrosTom Hughes2023-03-061-8/+8
* | Only define GTEST_IS_THREADSAFE to 1, not 0Tom Hughes2023-03-061-2/+0
* | Always specify definitions for internal macrosTom Hughes2023-03-061-3/+20
* | Use "#ifdef GTEST_OS_..." instead of "#if GTEST_OS_..."Tom Hughes2023-03-061-63/+94
* | Avoid redundant declaration of static constexpr members in c++17Dino Radakovic2023-02-221-0/+5
* | Remove strdup usageAbseil Team2023-02-151-14/+3
* | Avoid reliance on <any> header without RTTI on MSVCAbseil Team2023-02-131-1/+2
* | Fix formatting of C++ filesTom Hughes2023-01-241-1/+1
* | 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