summaryrefslogtreecommitdiff
path: root/lib/libcxx
AgeCommit message (Expand)Author
2018-10-22More "explicitely" -> "explicitly" in various comments.Kenneth R Westerback
2018-10-13Link libc++.so against libc++abi.so such that linking C binaries againstMark Kettenis
2018-09-11add -Wall to CFLAGSRobert Nagy
2018-09-11instead of defining _LIBCPP_DEBUG in debug.cpp which enables some debugRobert Nagy
2018-09-11merge libc++ 6.0.0 (bump lib major); ok patrick@, kettenis@Robert Nagy
2018-09-11import of libc++ 6.0.0Robert Nagy
2018-07-12Add hw.ncpuonline to count the number of online CPUs.cheloha
2017-09-05New POSIX xlocale implementation written from scratch.Ingo Schwarze
2017-04-18wipe some more macros that do not belong in C++ forwarding headers.Marc Espie
2017-04-17Change build infrastructure to allow building both gcc and clang. ThisMark Kettenis
2017-02-16clang is installed as cc and c++ there is no need to set CC and CXX toJonathan Gray
2017-01-20Depend compilation on the compiler version, so that we can alwaysPatrick Wildt
2016-12-19Compile libc++ and libc++abi with clang by default instead of egcc.Patrick Wildt
2016-09-19We definitely want to use arc4random() on OpenBSD.Mark Kettenis
2016-09-19Add -nostdinc++ like the original CMakeLists.txt does. Fixes bulding withMark Kettenis
2016-09-05Implement OpenBSD support in libc++ and libunwind.Patrick Wildt
2016-09-04Add makefiles to compile libc++, libc++abi and libunwind.Patrick Wildt
2016-09-03Import libc++ 3.9.0Patrick Wildt