summaryrefslogtreecommitdiff
path: root/lib/googletest
AgeCommit message (Expand)Author
2025-12-28bsd.sys.mk: add NO_WCHARACTER_CONVERSION and use it for googletestDimitry Andric
2025-11-06lib/googletest: Move to a new googletest packageLexi Winter
2024-07-15Remove residual blank line at start of MakefileWarner Losh
2023-08-18Fix GoogleTest 1.14.0 importEnji Cooper
2023-08-16Remove $FreeBSD$: one-line sh patternWarner Losh
2023-08-10Import GoogleTest 1.14.0Enji Cooper
2022-11-30googletest: remove unused auto_ptr warning suppressionEd Maste
2021-08-26googletest: Silence warnings about deprecated implicit copy constructorsDimitry Andric
2021-01-07Rename NO_WERROR -> MK_WERROR=noAlex Richardson
2020-10-28Significantly reduce compile time for googletest internal testsAlex Richardson
2020-10-19Enable SUBDIR_PARALLEL for lib/googletestAlex Richardson
2020-10-19Major improvement to build parallelism for googletest internal testsAlex Richardson
2020-10-01Do a sweep and remove most WARNS=6 settingsKyle Evans
2020-08-04gtest: link against libregex for GNU extensionsKyle Evans
2019-09-17Another round of attempting to squelch -Wdeprecated-declarations, whichDimitry Andric
2019-04-01Import proof-of-concept for handling `GTEST_SKIP()` in `Environment::SetUp`Enji Cooper
2019-03-20googletest: backport GTEST_SKIP to googletest 1.8.1Alan Somers
2019-02-21Reword the comment above NO_WERROREnji Cooper
2019-02-21Move `NO_WTHREAD_SAFETY` to googletest.test.inc.mkEnji Cooper
2019-02-21Use gmock/gtest headers when PRIVATELIB is definedEnji Cooper
2019-02-21Build death tests programmaticallyEnji Cooper
2019-02-20Correct gmock/gtest expectations w.r.t. C++11/RTTIEnji Cooper
2019-02-20Fix test compilation for gmock_main tests, similar to r344345Enji Cooper
2019-02-20Fix test compilation for gmock tests, similar to r344345Enji Cooper
2019-02-20Add glue Makefile.inc to make the next hop to the googletest/Makefile.incEnji Cooper
2019-02-20Oh wait... those helper programs were for the py testsEnji Cooper
2019-02-20Apply lessons learned in r344345 on gtest_main testsEnji Cooper
2019-02-20Fix gtest test compilation and build more testsEnji Cooper
2019-02-20Add more port-related flags to Makefile.incEnji Cooper
2019-02-20Sprinkle `${HAS_TESTS}` in MakefilesEnji Cooper
2019-02-20Add glue Makefile for tests under lib/googletest/...Enji Cooper
2019-02-20Use `GTESTS` instead of `PLAIN_TESTS_CXX`Enji Cooper
2019-02-20Fix up dependency finding for libg{mock,test}_mainEnji Cooper
2019-02-20Unconditionally build/install libg{mock,test}_mainEnji Cooper
2019-02-19Add missing INCSGROUPS definitionEnji Cooper
2019-02-13Compile the tests without -Werror for nowEnji Cooper
2019-02-13Merge build glue for libraries and tests done on githubEnji Cooper