summaryrefslogtreecommitdiff
path: root/contrib/libc++/include
Commit message (Expand)AuthorAgeFilesLines
* Move all sources from the llvm project into contrib/llvm-project.Dimitry Andric2019-12-20156-136797/+0
* Merge commit 371ea70bb from llvm git (by Louis Dionne):Dimitry Andric2019-11-111-2/+2
* Merge commit e8316372b from llvm git (by Louis Dionne):Dimitry Andric2019-11-072-21/+60
* Use __FreeBSD_version to determine if gets() has been removed.John Baldwin2019-10-151-1/+3
* Partially undo r351659, which unconditionally removed gets(3) from libc++.Dimitry Andric2019-09-192-0/+11
* Merge ^/head r351317 through r351731.Dimitry Andric2019-09-031-4/+0
|\
| * libc: remove getsEd Maste2019-09-011-4/+0
* | Merge llvm, clang, compiler-rt, libc++, libunwind, lld, lldb, and openmpDimitry Andric2019-09-022-10/+16
* | Merge libc++ trunk r366426, resolve conflicts, and add FREEBSD-Xlist.Dimitry Andric2019-08-22163-4651/+5482
|/
* Pull in r368867 from upstream libc++ trunk (by Marshall Clow):Dimitry Andric2019-08-203-72/+89
* Merge ^/head r344178 through r344512.Dimitry Andric2019-02-251-2/+0
|\
| * Pull in r354515 from upstream libc++ trunk:Dimitry Andric2019-02-201-2/+0
| * Pull in r345199 from upstream libc++ trunk (by Petr Hosek):Dimitry Andric2019-02-181-6/+0
* | Merge libc++ trunk r351319, and resolve conflicts.Dimitry Andric2019-01-2281-1675/+4472
|/
* Truely fix #if defined broken in -r343111Kirk McKusick2019-01-171-0/+7
* Proper definition of elast3.Kirk McKusick2019-01-171-2/+2
* Fix #if defined broken in -r343111Kirk McKusick2019-01-171-8/+8
* Create new EINTEGRITY error with message "Integrity check failed".Kirk McKusick2019-01-172-13/+42
* Merge llvm, clang, lld, lldb, compiler-rt and libc++ release_70 branchDimitry Andric2018-09-112-12/+9
* Merge llvm, clang, lld, lldb, compiler-rt and libc++ release_70 branchDimitry Andric2018-08-291-1/+2
* Merge llvm, clang, lld, lldb, compiler-rt and libc++ release_70 branchDimitry Andric2018-08-184-33/+46
* Undo r337593 (commenting out of timespec_get in libc++'s <ctime>Dimitry Andric2018-08-111-1/+1
* Upstream libc++ added a using ::timespec_get line, when in C++17 orDimitry Andric2018-08-101-1/+1
* Merge libc++ trunk r338150 (just before the 7.0.0 branch point), andDimitry Andric2018-08-0223-72/+1835
* Merge libc++ trunk r338150, and resolve conflicts.Dimitry Andric2018-08-0284-7632/+9253
* Upgrade our copies of clang, llvm, lld, lldb, compiler-rt and libc++ toDimitry Andric2018-06-291-4/+4
* Pull in r321963 from upstream libc++ trunk (by me):Dimitry Andric2018-01-071-4/+58
* Merge llvm, clang, lld, lldb, compiler-rt and libc++ release_60 r321788,Dimitry Andric2018-01-0614-225/+335
* Merge libc++ trunk r321414 to contrib/libc++.Dimitry Andric2017-12-242-4/+5
* Merge libc++ trunk r321017 to contrib/libc++.Dimitry Andric2017-12-2046-831/+1298
* Upgrade our copies of clang, llvm, lldb and libc++ to r319231 from theDimitry Andric2017-12-037-39/+56
* Upgrade our copies of clang, llvm, lld and libc++ to r311219 from theDimitry Andric2017-08-211-1/+2
* Upgrade our copies of clang, llvm and libc++ to r310316 from theDimitry Andric2017-08-095-5/+14
* Merge llvm, clang, lld, lldb, compiler-rt and libc++ r308421, and updateDimitry Andric2017-07-194-30/+7
* Merge llvm, clang, lld, lldb, compiler-rt and libc++ r307894, and updateDimitry Andric2017-07-136-235/+184
* Merge llvm, clang, lld, lldb, compiler-rt and libc++ r306956, and updateDimitry Andric2017-07-023-20/+14
* Merge llvm, clang, lld, lldb, compiler-rt and libc++ r306325, and updateDimitry Andric2017-06-275-16/+117
* Merge llvm, clang, lld, lldb, compiler-rt and libc++ r305575, and updateDimitry Andric2017-06-1713-142/+275
* Merge llvm, clang, lld, lldb, compiler-rt and libc++ r305145, and updateDimitry Andric2017-06-106-16/+94
* Merge llvm, clang, lld, lldb, compiler-rt and libc++ r304659, and updateDimitry Andric2017-06-031-1/+1
* Merge llvm, clang, lld, lldb, compiler-rt and libc++ r304460, and updateDimitry Andric2017-06-0149-284/+481
* Merge llvm, clang, lld, lldb, compiler-rt and libc++ r304222, and updateDimitry Andric2017-05-302-3/+28
* Merge llvm, clang, lld, lldb, compiler-rt and libc++ r304149, and updateDimitry Andric2017-05-298-14/+350
* Merge llvm, clang, lld, lldb, compiler-rt and libc++ r303291, and updateDimitry Andric2017-05-182-16/+25
* Merge llvm, clang, lld, lldb, compiler-rt and libc++ r303197, and updateDimitry Andric2017-05-1620-108/+192
* Merge llvm, clang, lld, lldb, compiler-rt and libc++ r302418, and updateDimitry Andric2017-05-0817-54/+250
* Merge llvm, clang, lld, lldb, compiler-rt and libc++ r301441, and updateDimitry Andric2017-04-263-19/+105
* Merge libc++ trunk r300890, and update build glue.Dimitry Andric2017-04-2271-3079/+3539
* Merge llvm, clang, compiler-rt, libc++, lld and lldb release_40 branchDimitry Andric2017-02-112-5/+3
* Merge llvm, clang, compiler-rt, libc++, lld and lldb release_40 branchDimitry Andric2017-02-051-0/+2