]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - lib/googletest
stand/powerpc: Only build loader.kboot for powerpc64
[FreeBSD/FreeBSD.git] / lib / googletest /
2019-05-20 mmMFV r347989:
2019-05-08 manudts: Import files from Linux 5.1
2019-04-23 cyMFV r346563:
2019-04-19 cemUpdate to Zstandard 1.4.0
2019-04-12 baptUpdate mandoc to 1.14.5
2019-04-10 manuImport DTS files from Linux 5.0
2019-04-03 philImport libxo-1.0.2
2019-04-01 ngieIntegrate capsicum-test into the FreeBSD test suite
2019-04-01 ngieImport proof-of-concept for handling `GTEST_SKIP()...
2019-03-25 mmMFV r345495:
2019-03-20 asomersgoogletest: backport GTEST_SKIP to googletest 1.8.1
2019-03-18 asomersMFHead@r345275
2019-03-16 dimAdd LLVM openmp trunk r351319 (just before the release_...
2019-03-15 ngieInitial googlemock/googletest integration into the...
2019-03-11 ngieMFhead@r345025
2019-03-11 ngieMFhead@r344996
2019-03-05 ngieMFhead@r344786
2019-02-25 ngieMFhead@r344527
2019-02-21 ngieReword the comment above NO_WERROR
2019-02-21 ngieMove `NO_WTHREAD_SAFETY` to googletest.test.inc.mk
2019-02-21 ngieUse gmock/gtest headers when PRIVATELIB is defined
2019-02-21 ngieBuild death tests programmatically
2019-02-20 ngieCorrect gmock/gtest expectations w.r.t. C++11/RTTI
2019-02-20 ngieFix test compilation for gmock_main tests, similar...
2019-02-20 ngieFix test compilation for gmock tests, similar to r344345
2019-02-20 ngieAdd glue Makefile.inc to make the next hop to the googl...
2019-02-20 ngieOh wait... those helper programs were for the py tests
2019-02-20 ngieApply lessons learned in r344345 on gtest_main tests
2019-02-20 ngieFix gtest test compilation and build more tests
2019-02-20 ngieAdd more port-related flags to Makefile.inc
2019-02-20 ngieSprinkle `${HAS_TESTS}` in Makefiles
2019-02-20 ngieAdd glue Makefile for tests under lib/googletest/...
2019-02-20 ngieUse `GTESTS` instead of `PLAIN_TESTS_CXX`
2019-02-20 ngieFix up dependency finding for libg{mock,test}_main
2019-02-20 ngieUnconditionally build/install libg{mock,test}_main
2019-02-19 ngieAdd missing INCSGROUPS definition
2019-02-19 ngieMFhead@r344270
2019-02-13 ngieCompile the tests without -Werror for now
2019-02-13 ngieMerge build glue for libraries and tests done on github