summaryrefslogtreecommitdiffstats
path: root/googletest/include
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
|/
* Use attribute testing to simplify portable attribute macrosDerek Mauro2022-10-141-48/+37
* Terse printing of std::reference_wrapper hides pointerAbseil Team2022-10-141-0/+7
* Merge pull request #3967 from BMBurstein:custom_type_combineCopybara-Service2022-10-043-1/+113
|\
| * Merge branch 'google:main' into custom_type_combineBaruch2022-09-282-11/+23
| |\
| * \ Merge branch 'google:main' into custom_type_combineBaruch2022-08-251-1/+1
| |\ \
| * | | Custom type with Combine(). Fix for #3781Baruch Burstein2022-07-313-1/+112
* | | | Uses a simpler mechanism to disable the copying of GoogleTest test suites, to...Abseil Team2022-09-302-6/+12
* | | | Rollback: Moves boilerplate disabling copy constructor/assignment from Google...Abseil Team2022-09-282-16/+6
* | | | Rollback: Uses a simpler mechanism to disable the copying of GoogleTest test ...Abseil Team2022-09-282-6/+13
* | | | Uses a simpler mechanism to disable the copying of GoogleTest test suites.Abseil Team2022-09-282-13/+6
* | | | Moves boilerplate disabling copy constructor/assignment from GoogleTest's TES...Abseil Team2022-09-282-6/+16
| |_|/ |/| |
* | | 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
|/ /