summaryrefslogtreecommitdiffstats
path: root/googletest/include/gtest/internal/gtest-port.h
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #4527 from abhina-sree:abhina/add_zosCopybara-Service2024-05-061-1/+1
|\
| * add zos for death test supportrefs/pull/4527/headAbhina Sreeskantharajan2024-05-021-1/+1
* | Merge branch 'main' into default-enable-thread-support-for-Solaris-AIX-zOSrefs/pull/3991/headPaul Groke2024-05-021-251/+373
|\ \ | |/
| * Use `[[maybe_unused]]` when it is available to avoidDerek Mauro2024-04-161-7/+27
| * Merge pull request #4505 from to01z:add-winapi-partition-games-supportCopybara-Service2024-04-031-6/+7
| |\
| | * Add support for compiling GoogleTest for XboxTroels Gram2024-03-241-4/+6
| |/
| * If GTEST_NO_ABSL_FLAGS is #defined, then the Abseil flag libraryAbseil Team2024-01-181-5/+7
| * Make posix::FileNo available under !GTEST_HAS_FILE_SYSTEMAbseil Team2024-01-161-2/+9
| * Resolve `-Wundef` triggering on `GTEST_CREATE_SHARED_LIBRARY` and `GTEST_LINK...Abseil Team2023-09-251-2/+2
| * Update C++ feature detection in `gtest-port.h` to rely on feature test macros...Abseil Team2023-09-221-24/+36
| * googletest: Add universal printer for `std::span`Dino Radakovic2023-08-251-0/+12
| * changed http to httpsrefs/pull/4349/headsthd2023-08-221-1/+1
| * 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
| |/
* | extend GTEST_HAS_PTHREAD default to enable threading on Solaris, AIX and z/OSPaul Groke2022-08-311-1/+2
|/
* 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