aboutsummaryrefslogtreecommitdiff
path: root/lib/googletest
Commit message (Expand)AuthorAgeFilesLines
* Significantly reduce compile time for googletest internal testsAlex Richardson2020-10-281-0/+12
* Enable SUBDIR_PARALLEL for lib/googletestAlex Richardson2020-10-191-2/+6
* Major improvement to build parallelism for googletest internal testsAlex Richardson2020-10-1910-12/+12
* Do a sweep and remove most WARNS=6 settingsKyle Evans2020-10-011-2/+0
* gtest: link against libregex for GNU extensionsKyle Evans2020-08-041-1/+1
* Another round of attempting to squelch -Wdeprecated-declarations, whichDimitry Andric2019-09-171-0/+3
* Import proof-of-concept for handling `GTEST_SKIP()` in `Environment::SetUp`Enji Cooper2019-04-011-0/+1
* googletest: backport GTEST_SKIP to googletest 1.8.1Alan Somers2019-03-201-0/+1
* Reword the comment above NO_WERROREnji Cooper2019-02-214-4/+4
* Move `NO_WTHREAD_SAFETY` to googletest.test.inc.mkEnji Cooper2019-02-211-2/+0
* Use gmock/gtest headers when PRIVATELIB is definedEnji Cooper2019-02-212-6/+6
* Build death tests programmaticallyEnji Cooper2019-02-211-8/+9
* Correct gmock/gtest expectations w.r.t. C++11/RTTIEnji Cooper2019-02-201-5/+5
* Fix test compilation for gmock_main tests, similar to r344345Enji Cooper2019-02-201-6/+9
* Fix test compilation for gmock tests, similar to r344345Enji Cooper2019-02-201-1/+5
* Add glue Makefile.inc to make the next hop to the googletest/Makefile.incEnji Cooper2019-02-201-0/+3
* Oh wait... those helper programs were for the py testsEnji Cooper2019-02-201-7/+0
* Apply lessons learned in r344345 on gtest_main testsEnji Cooper2019-02-201-6/+21
* Fix gtest test compilation and build more testsEnji Cooper2019-02-201-11/+22
* Add more port-related flags to Makefile.incEnji Cooper2019-02-201-0/+2
* Sprinkle `${HAS_TESTS}` in MakefilesEnji Cooper2019-02-204-3/+9
* Add glue Makefile for tests under lib/googletest/...Enji Cooper2019-02-202-6/+16
* Use `GTESTS` instead of `PLAIN_TESTS_CXX`Enji Cooper2019-02-204-56/+56
* Fix up dependency finding for libg{mock,test}_mainEnji Cooper2019-02-202-1/+9
* Unconditionally build/install libg{mock,test}_mainEnji Cooper2019-02-201-3/+3
* Add missing INCSGROUPS definitionEnji Cooper2019-02-191-0/+2
* Compile the tests without -Werror for nowEnji Cooper2019-02-132-0/+6
* Merge build glue for libraries and tests done on githubEnji Cooper2019-02-1313-0/+269