summaryrefslogtreecommitdiffstats
path: root/googletest/include/gtest/internal
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 #4313 from kimvaleen:mainCopybara-Service2023-07-181-13/+14
|\
| * Fixed variables that could be declared 'const'refs/pull/4313/headkimvaleen2023-07-111-1/+1
* | Merge pull request #4302 from ciband:feat/nrf52Copybara-Service2023-07-182-1/+3
|\ \ | |/ |/|
| * add support for nrf52refs/pull/4302/headChris Johnson2023-06-272-1/+3
* | 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-222-1/+4
* Merge pull request #4146 from lygstate:fixes_std_pair_diffCopybara-Service2023-05-021-0/+30
|\
| * Merge branch 'main' into fixes_std_pair_diffrefs/pull/4146/headAndy Soffer2023-05-015-134/+205
| |\ | |/ |/|
* | 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-214-21/+21
* | 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-062-9/+9
* | | 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-063-66/+97
* | | Add `const` qualifier to `gtest_sentinel` which doesn't change.Abseil Team2023-02-241-1/+1
* | | Avoid redundant declaration of static constexpr members in c++17Dino Radakovic2023-02-222-0/+7
* | | Remove strdup usageAbseil Team2023-02-151-14/+3
* | | Avoid reliance on <any> header without RTTI on MSVCAbseil Team2023-02-131-1/+2
| | * Fixes the test gmock_output_test.py with MSVCYonggang Luo2023-02-281-0/+30
| |/ |/|
* | Use GTEST_DISABLE_MSC_WARNINGS macros to disable warningsTom Hughes2023-01-301-7/+2
* | Fix formatting of C++ filesTom Hughes2023-01-242-2/+2
* | Remove FloatingPoint::Max() in favor of std::numeric_limits::max()Derek Mauro2023-01-241-14/+0
* | 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-057-0/+13
* | 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-122-36/+70
* Remove incorrect usage of GTEST_ATTRIBUTE_UNUSED_ on classes.Abseil Team2022-11-152-11/+5
* Adds Win32 UNC path support to FilePath::IsAbsolutePath() and FilePath::IsRoo...Abseil Team2022-10-181-0/+10
* 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 #3967 from BMBurstein:custom_type_combineCopybara-Service2022-10-041-0/+72
|\
| * Merge branch 'google:main' into custom_type_combineBaruch2022-09-282-11/+23
| |\ | |/ |/|
| * Custom type with Combine(). Fix for #3781Baruch Burstein2022-07-311-0/+71
* | Merge pull request #4016 from Maratyszcza:qurtCopybara-Service2022-09-272-11/+23
|\ \ | |/ |/|
| * Port GoogleTest to QuRT (Hexagon RTOS)refs/pull/4016/headMarat Dukhan2022-09-262-8/+19
|/
* Merge pull request #3946 from anpol:export-tlvhbaseCopybara-Service2022-07-181-1/+1
|\
| * export ThreadLocalValueHolderBase which is required by exported APIs.refs/pull/3946/headAndrei Polushin2022-07-141-1/+1
* | Merge pull request #3927 from yutotnh:fix-typoCopybara-Service2022-07-181-1/+1
|\ \ | |/ |/|