summaryrefslogtreecommitdiffstats
path: root/lib/libcxx (follow)
Commit message (Expand)AuthorAgeFilesLines
* crank major versions of libLLVM libc++ libc++abigkoehler2020-03-041-1/+1
* define _LIBCPP_HAS_TIMESPEC_GET and _LIBCPP_HAS_C11_FEATURESjsg2019-12-081-0/+3
* local __libcpp_asprintf_l() -> libc asprintf() was inspecting the pointerderaadt2019-06-281-3/+3
* Merge libc++, libc++abi and libunwind version 8.0.0.patrick2019-06-178-556/+228
* Import libc++ 8.0.0.patrick2019-06-17194-2657/+10590
* Add support for std::filesystem. We're already installing thepatrick2019-05-072-4/+6
* that "device" is an abstraction to the underlying OS PRNG.espie2019-03-221-0/+5
* build with NDEBUG defined to disable debug/tracking coderobert2019-03-141-2/+3
* Remove .gitignore from libc++ and libc++abi that I usually remove beforepatrick2019-02-041-61/+0
* Tedu files that got (re)moved in LLVM 7.0.1.patrick2019-02-042-4261/+0
* Merge libc++, libc++abi and libunwind version 7.0.1.patrick2019-02-0417-4164/+640
* Import libc++ 7.0.1.patrick2019-02-04242-8554/+37246
* More "explicitely" -> "explicitly" in various comments.krw2018-10-221-1/+1
* Link libc++.so against libc++abi.so such that linking C binaries againstkettenis2018-10-131-1/+3
* add -Wall to CFLAGSrobert2018-09-111-2/+2
* instead of defining _LIBCPP_DEBUG in debug.cpp which enables some debugrobert2018-09-112-3/+2
* merge libc++ 6.0.0 (bump lib major); ok patrick@, kettenis@robert2018-09-1130-2131/+900
* import of libc++ 6.0.0robert2018-09-11305-9876/+49907
* Add hw.ncpuonline to count the number of online CPUs.cheloha2018-07-121-2/+2
* New POSIX xlocale implementation written from scratch.schwarze2017-09-052-1/+3
* wipe some more macros that do not belong in C++ forwarding headers.espie2017-04-181-0/+2
* Change build infrastructure to allow building both gcc and clang. Thiskettenis2017-04-171-2/+7
* clang is installed as cc and c++ there is no need to set CC and CXX tojsg2017-02-161-4/+1
* Depend compilation on the compiler version, so that we can alwayspatrick2017-01-201-1/+10
* Compile libc++ and libc++abi with clang by default instead of egcc.patrick2016-12-191-2/+3
* We definitely want to use arc4random() on OpenBSD.kettenis2016-09-191-1/+1
* Add -nostdinc++ like the original CMakeLists.txt does. Fixes bulding withkettenis2016-09-191-2/+2
* Implement OpenBSD support in libc++ and libunwind.patrick2016-09-054-5/+18
* Add makefiles to compile libc++, libc++abi and libunwind.patrick2016-09-042-0/+252
* Import libc++ 3.9.0patrick2016-09-03248-0/+141013