]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - lib/googletest
Remove superfluous USB keyword.
[FreeBSD/FreeBSD.git] / lib / googletest /
2019-04-12 Baptiste DaroussinUpdate mandoc to 1.14.5
2019-04-10 Emmanuel VadotImport DTS files from Linux 5.0
2019-04-06 Cy SchubertMFV r345988:
2019-04-06 Jung-uk KimMFV: r345969
2019-04-03 Phil ShaferImport libxo-1.0.2
2019-04-01 Enji CooperIntegrate capsicum-test into the FreeBSD test suite
2019-04-01 Enji CooperImport proof-of-concept for handling `GTEST_SKIP()...
2019-03-29 Jung-uk KimMerge ACPICA 20190329.
2019-03-29 Alan Somersfusefs: convert debug printfs into dtrace probes
2019-03-27 Ed MasteMerge r345574 from vendor-crypto:
2019-03-26 Philip PaepsImport tzdata 2019a
2019-03-26 Kyle EvansMFV r345515: netbsd-tests: import memory bump for libc...
2019-03-25 Martin MatuskaMFV r345495:
2019-03-20 Alan Somersgoogletest: backport GTEST_SKIP to googletest 1.8.1
2019-03-20 Alan Somersgoogletest: Also build the new gtest_skip_test
2019-03-20 Dimitry AndricMerge llvm, clang, compiler-rt, libc++, libunwind,...
2019-03-18 Alan SomersMFHead@r345275
2019-03-16 Dimitry AndricMerge openmp release_80 branch r356034 (effectively...
2019-03-16 Dimitry AndricAdd LLVM openmp trunk r351319 (just before the release_...
2019-03-15 Enji CooperInitial googlemock/googletest integration into the...
2019-03-11 Enji CooperMFhead@r345025
2019-03-11 Enji CooperMFhead@r344996
2019-03-05 Enji CooperMFhead@r344786
2019-02-25 Enji CooperMFhead@r344527
2019-02-21 Enji CooperReword the comment above NO_WERROR
2019-02-21 Enji CooperMove `NO_WTHREAD_SAFETY` to googletest.test.inc.mk
2019-02-21 Enji CooperUse gmock/gtest headers when PRIVATELIB is defined
2019-02-21 Enji CooperBuild death tests programmatically
2019-02-20 Enji CooperCorrect gmock/gtest expectations w.r.t. C++11/RTTI
2019-02-20 Enji CooperFix test compilation for gmock_main tests, similar...
2019-02-20 Enji CooperFix test compilation for gmock tests, similar to r344345
2019-02-20 Enji CooperAdd glue Makefile.inc to make the next hop to the googl...
2019-02-20 Enji CooperOh wait... those helper programs were for the py tests
2019-02-20 Enji CooperApply lessons learned in r344345 on gtest_main tests
2019-02-20 Enji CooperFix gtest test compilation and build more tests
2019-02-20 Enji CooperAdd more port-related flags to Makefile.inc
2019-02-20 Enji CooperSprinkle `${HAS_TESTS}` in Makefiles
2019-02-20 Enji CooperAdd glue Makefile for tests under lib/googletest/...
2019-02-20 Enji CooperUse `GTESTS` instead of `PLAIN_TESTS_CXX`
2019-02-20 Enji CooperFix up dependency finding for libg{mock,test}_main
2019-02-20 Enji CooperUnconditionally build/install libg{mock,test}_main
2019-02-19 Enji CooperAdd missing INCSGROUPS definition
2019-02-19 Enji CooperMFhead@r344270
2019-02-13 Enji CooperCompile the tests without -Werror for now
2019-02-13 Enji CooperMerge build glue for libraries and tests done on github