aboutsummaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Enable building libomp.so for 32-bit x86. This is done by selectivelyDimitry Andric2019-03-181-2/+0
* Remove --as-needed from the linker flags for libomp.so, as theseDimitry Andric2019-03-181-1/+0
* Also explicitly link libomp.so against -lm, as it transitively dependsDimitry Andric2019-03-181-0/+1
* Explicitly link libomp.so against -lpthread, as it depends on pthreadDimitry Andric2019-03-171-0/+2
* Disable lib/libomp build for the 32-bit part of amd64 buildworld, as itDimitry Andric2019-03-161-0/+2
* Connect lib/libomp to the build.Dimitry Andric2019-03-161-0/+1
* Add lib/libomp, with a Makefile, and generated configuration headers.Dimitry Andric2019-03-166-0/+2368
* Initial googlemock/googletest integration into the build/FreeBSD test suiteEnji Cooper2019-03-1516-0/+332
|\
| * MFhead@r344996Enji Cooper2019-03-1151-78/+1742
| |\
| * \ MFhead@r344786Enji Cooper2019-03-0560-86/+5576
| |\ \
| * \ \ MFhead@r344527Enji Cooper2019-02-257-37/+390
| |\ \ \
| * | | | 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
| * | | | Add MK_GOOGLETEST option for building/installing gmock/gtestEnji Cooper2019-02-191-1/+1
| * | | | MFhead@r344270Enji Cooper2019-02-1917-234/+188
| |\ \ \ \
| * | | | | Compile the tests without -Werror for nowEnji Cooper2019-02-132-0/+6
| * | | | | Merge build glue for libraries and tests done on githubEnji Cooper2019-02-1314-0/+270
| | | | | |
| \ \ \ \ \
| \ \ \ \ \
| \ \ \ \ \
| \ \ \ \ \
| \ \ \ \ \
| \ \ \ \ \
| \ \ \ \ \
| \ \ \ \ \
| \ \ \ \ \
*---------. \ \ \ \ \ Merge llvm, clang, compiler-rt, libc++, libunwind, lld, and lldbDimitry Andric2019-03-143-3/+3
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | Vendor import of clang release_80 branch r356034:vendor/clang/clang-release_80-r356034Dimitry Andric2019-03-141-0/+3
* | | | | | | | | | | | Use consistent struct stat arg name in stat man pageEd Maste2019-03-131-1/+1
* | | | | | | | | | | | Move libunwind out of contrib/llvm/projects.John Baldwin2019-03-121-2/+2
| |_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | |
| | | | | | | | | | |
| \ \ \ \ \ \ \ \ \ \
| \ \ \ \ \ \ \ \ \ \
| \ \ \ \ \ \ \ \ \ \
| \ \ \ \ \ \ \ \ \ \
| \ \ \ \ \ \ \ \ \ \
| \ \ \ \ \ \ \ \ \ \
| \ \ \ \ \ \ \ \ \ \
| \ \ \ \ \ \ \ \ \ \
| \ \ \ \ \ \ \ \ \ \
*---------. | | | | | | | | | | Merge llvm, clang, compiler-rt, libc++, lld, and lldb release_80 branchDimitry Andric2019-03-093-3/+3
|\ \ \ \ \ \| | | | | | | | | | | | | | | | |/ / / / / / / / / | | | | | |/| / / / / / / / / | | | | | |_|/ / / / / / / / | | | | |/| | / / / / / / / | | | | |_|_|/ / / / / / / | | | |/| | | / / / / / / | | | |_|_|_|/ / / / / / | | |/| | | | / / / / / | | |_|_|_|_|/ / / / / | |/| | | | | | | | |
| | | | | | * | | | | Vendor import of clang release_80 branch r355677:vendor/clang/clang-release_80-r355677Dimitry Andric2019-03-084-11/+46
* | | | | | | | | | | Have pthread_cond_destroy() return EBUSY if the condvar has waiters.Mark Johnston2019-03-081-5/+14
* | | | | | | | | | | Drop "All rights reserved" from my copyright statements.John Baldwin2019-03-0631-31/+0
* | | | | | | | | | | Reorder copyright lines to preserve the source of "All rights reserved."Mark Johnston2019-03-061-1/+1
* | | | | | | | | | | Extend libsecureboot(old libve) to obtain trusted certificates from UEFI and ...Marcin Wojtas2019-03-0612-36/+1341
* | | | | | | | | | | Add riscv minidump support to libkvm.Mark Johnston2019-03-053-0/+379
* | | | | | | | | | | Add a few missed files to the MK_LLVM_TARGET_BPF=yes case, otherwiseDimitry Andric2019-03-051-0/+2
* | | | | | | | | | | libllvm: promote WithColor and xxhash to SRCS_MINEd Maste2019-03-051-2/+2
* | | | | | | | | | | Fix typos in libusb.Hans Petter Selasky2019-03-051-2/+2
| |_|_|_|_|_|_|_|_|/ |/| | | | | | | | |
* | | | | | | | | | Allow for reproducible buildSimon J. Gerraty2019-03-042-3/+16
* | | | | | | | | | Merge ^/head r344549 through r344775.Dimitry Andric2019-03-0438-16/+5373
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | Add IBM TS1160 density codes to libmt and the mt(1) man page.Kenneth D. Merry2019-03-041-0/+2