summaryrefslogtreecommitdiffstats
path: root/googletest/include
Commit message (Expand)AuthorAgeFilesLines
...
| * 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-0111-229/+269
| | |\ | | |/ | |/|
| * | 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-217-32/+32
| * | Use std::make_uniqueTom Hughes2023-04-201-1/+1
| * | Merge pull request #3993 from pgroke-dt:work-around-GCC-11-ADL-bugCopybara-Service2023-04-121-6/+7
| |\ \
| | * | work around GCC 6~11 ADL bugrefs/pull/3993/headPaul Groke2022-09-151-6/+7
| * | | 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
| * | | | Internal Code ChangeAbseil Team2023-03-242-5/+5
| * | | | Merge pull request #4182 from venik:venik-char8-lib-fixCopybara-Service2023-03-171-1/+1
| |\ \ \ \
| | * | | | __cpp_char8_t does not cover std::u8string implementation, but __cpp_lib_char...refs/pull/4182/headAlexander Nikforov2023-03-071-1/+1
| * | | | | Merge pull request #4180 from sergio-nsk:patch-3Copybara-Service2023-03-161-2/+2
| |\ \ \ \ \
| | * | | | | Environment variables are accessible in UWP/WinRT appsrefs/pull/4180/headSergey2023-03-101-2/+2
| * | | | | | [gtest] Drop custom-rolled heterogeneous comparator functors in favor of C++ ...Lawrence Wolf-Sonkin2023-03-101-49/+16
| |/ / / / /
| * | | | | Suppress std::string DLL interface warning introduced in commit f063cd25c90cb...Abseil Team2023-03-071-1/+3
| * | | | | Fix compilation with -Wundef.Tom Hughes2023-03-062-17/+21
| * | | | | Always specify definitions for internal macrosTom Hughes2023-03-061-0/+20
| * | | | | Replace "#if GTEST_HAS_ABSL" with "#ifdef GTEST_HAS_ABSL"Tom Hughes2023-03-062-8/+9
| * | | | | Use "#ifdef" with public macrosTom Hughes2023-03-064-12/+12
| * | | | | 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-065-68/+99
| |/ / / /
| * | | | Reorder printers list.Phoebe Liang2023-02-271-2/+3
| * | | | 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 int64_t cast in RecordPropertyTom Hughes2023-02-211-1/+1
| * | | | 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
| | |_|/ | |/| |
| * | | Fix -Wsign-conversion warningsTom Hughes2023-02-021-1/+7
| * | | Use GTEST_DISABLE_MSC_WARNINGS macros to disable warningsTom Hughes2023-01-302-15/+4
| * | | Fix formatting of C++ filesTom Hughes2023-01-245-22/+23
| * | | Remove FloatingPoint::Max() in favor of std::numeric_limits::max()Derek Mauro2023-01-241-14/+0
| * | | Fix -Wimplicit-int-float-conversion warningTom Hughes2023-01-171-2/+8
| * | | 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-0512-0/+24
| * | | 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
| * | When printing floating-point numbers, print full precision by default.Abseil Team2022-11-161-0/+75
| * | Remove incorrect usage of GTEST_ATTRIBUTE_UNUSED_ on classes.Abseil Team2022-11-153-14/+6
| * | Defined a testing::SrcDir() function that returns the name of a directoryAbseil Team2022-11-111-2/+9
| * | Merge pull request #4039 from zloylos:fix-return-fail-at-4038Copybara-Service2022-11-101-3/+3
| |\ \
| | * | Add return for GTEST_FAIL_ATrefs/pull/4039/headDenis Hananein2022-10-151-2/+2
| * | | RecordProperty serializes ints and 64-bit ints, including size_tsAbseil Team2022-11-071-1/+2
| * | | Fix typo in documentation of ConvertGenerator()Abseil Team2022-11-051-1/+1
| * | | 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
| |/ /