summaryrefslogtreecommitdiff
path: root/googletest/test/googletest-port-test.cc
Commit message (Expand)AuthorAgeFilesLines
* Use '=default' to define trivial constructor/destructorsTom Hughes2023-04-211-2/+2
* Fix spellingTom Hughes2023-04-201-4/+4
* Apply clang-tidy fixesAbseil Team2023-03-091-2/+2
* Replace "#if GTEST_HAS_ABSL" with "#ifdef GTEST_HAS_ABSL"Tom Hughes2023-03-061-1/+1
* Use "#ifdef" with public macrosTom Hughes2023-03-061-5/+5
* Use "#ifdef GTEST_OS_..." instead of "#if GTEST_OS_..."Tom Hughes2023-03-061-12/+14
* IWYU: Add missing std includesTom Hughes2023-01-051-0/+1
* Use RE2 for the regex implementation when building with Bazel and using AbseilDerek Mauro2022-04-261-7/+3
* Remove the legacy internal GTEST_DISALLOW_* macrosDerek Mauro2022-04-221-1/+2
* Running clang-format over all of GoogleTestAbseil Team2022-03-151-50/+46
* Googletest exportdmauro2021-11-031-4/+8
* Googletest exportAbseil Team2021-06-301-24/+49
* Merge pull request #3200 from ellert:port-to-GNU/HurdCJ Johnson2021-06-171-1/+1
|\
| * Port to GNU/HurdMattias Ellert2020-12-301-1/+1
* | Googletest exportAbseil Team2021-02-051-4/+0
|/
* Googletest exportdmauro2020-10-141-0/+10
* Fix a -Wdeprecated warning.Arthur O'Dwyer2020-04-231-2/+2
* Remove all uses of GTEST_DISALLOW_{MOVE_,}ASSIGN_.Arthur O'Dwyer2020-04-231-2/+0
* remove a custom implementation of std::iterator_traitsKrystian Kuzniarek2019-08-141-18/+0
* clang: fix `-Wsign-conversion` errorsEnji Cooper2019-04-051-2/+2
* Googletest exportAbseil Team2019-04-011-6/+1
* Import `patch-bsd-defines` from FreeBSD ports [1]Enji Cooper2019-02-121-1/+3
* Googletest exportmisterg2019-01-111-1/+1
* Googletest exportmisterg2018-10-301-9/+2
* Apply clang-tidy modernize-use-nullptr to googletest.Abseil Team2018-10-051-13/+13
* Comments changes, no functionality changes. Gennadiy Civil2018-08-141-1/+1
* Comments changes, no functionality changesGennadiy Civil2018-08-141-2/+0
* Formatting tweaks, no functionality changesGennadiy Civil2018-08-081-2/+1
* more test changesGennadiy Civil2018-08-011-0/+1303