summaryrefslogtreecommitdiffstats
path: root/googletest/include/gtest/internal/gtest-port.h
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Googletest exportdmauro2021-11-031-60/+35
* Merge pull request #3581 from cclauss:codespelldinord2021-10-051-2/+2
|\
| * Fix remaining typos discovered by codespellrefs/pull/3581/headChristian Clauss2021-09-241-2/+2
* | Googletest exportAbseil Team2021-09-301-0/+2
|/
* Internal changeAbseil Team2021-07-291-6/+6
* Googletest exportAbseil Team2021-07-221-4/+0
* Googletest exportAbseil Team2021-07-071-11/+29
* Merge pull request #3200 from ellert:port-to-GNU/HurdCJ Johnson2021-06-171-3/+6
|\
| * Port to GNU/Hurdrefs/pull/3200/headMattias Ellert2020-12-301-3/+6
* | Googletest exportAbseil Team2021-04-141-5/+10
* | Googletest exportAbseil Team2021-03-221-0/+13
* | Googletest exportAbseil Team2021-02-181-3/+3
* | Googletest exportAbseil Team2021-02-111-3/+3
* | Googletest exportAbseil Team2021-02-111-3/+3
|/
* Merge pull request #2891 from zoddicus:fixMinGWMark Barolak2020-06-261-3/+3
|\
| * Fix build issue for MinGWrefs/pull/2891/headRyan Harrison2020-06-101-1/+1
* | Googletest exportAbseil Team2020-06-101-1/+2
|/
* Merge pull request #2742 from kuzkry:c++17-type-printersGennadiy Rozental2020-06-051-0/+96
|\
| * specialize UniversalPrinter<> for std::any (without support for RTTI)Krystian Kuzniarek2020-05-291-0/+30
| * specialize UniversalPrinter<> for std::optionalKrystian Kuzniarek2020-05-291-0/+32
| * specialize UniversalPrinter<> for std::variantKrystian Kuzniarek2020-05-291-0/+32
* | Googletest exportdmauro2020-05-281-1/+2
* | Googletest exportAbseil Team2020-05-281-0/+8
* | Merge pull request #2815 from Quuxplusone:simpleGennadiy Rozental2020-05-011-6/+4
|\ \
| * | Remove all uses of GTEST_DISALLOW_{MOVE_,}ASSIGN_.Arthur O'Dwyer2020-04-241-4/+2
|/ /
* | Merge pull request #2746 from Romain-Geissler-1A:mastervslashg2020-03-211-5/+18
|\ \ | |/ |/|
| * Make sure IsATTY does not clobber errno.refs/pull/2746/headRomain Geissler2020-03-111-5/+18
|/
* Googletest exportAbseil Team2020-02-111-0/+31
* Make move operation noexcept.Piotr Paczkowski (trzeci.eu)2019-12-201-2/+2
* Review notes: Return T& from assignment operatorsPiotr Paczkowski (trzeci.eu)2019-12-201-2/+2
* Disable move constructor and assignment operator for test classes.trzeci2019-12-171-2/+15
* Googletest exportAbseil Team2019-11-261-1/+1
* Googletest exportAbseil Team2019-11-221-38/+21
* Merge pull request #2453 from kuzkry:gtest-port-clean-up_kMaxBiggestIntXiaoyi Zhang2019-11-041-0/+14
|\
* \ Merge pull request #2453 from kuzkry:gtest-port-clean-up_kMaxBiggestIntvslashg2019-11-011-14/+0
|\ \ | |/
| * remove BiggestIntrefs/pull/2453/headKrystian Kuzniarek2019-10-241-14/+0
* | Merge pull request #2515 from ciband:feat/support_esp8266vslashg2019-10-251-4/+22
|\ \