llvm-project/libcxx/src
Louis Dionne ecf313c01d [libc++] Fix the no-exceptions build of libc++ on Apple
We previously tried re-exporting symbols that didn't exist when
exceptions were disabled. Note that building libc++abi without
exceptions still doesn't work when linking against the default-provided
libSystem.dylib, because it transitively depends on libobjc.dylib,
and that requires __gxx_personality_v0. But building libc++abi
with exceptions and libc++ without exceptions does work.
2020-04-20 10:45:14 -04:00
..
experimental [libcxx{,abi}] Emit deplibs only when detected by CMake 2019-12-02 22:19:20 +01:00
filesystem [libcxx{,abi}] Emit deplibs only when detected by CMake 2019-12-02 22:19:20 +01:00
include [libc++] Implementation of C++20's P1135R6 for libcxx 2020-02-24 10:59:35 -05:00
support [libcxx] [Windows] Store the lconv struct returned from localeconv in locale_t 2020-01-29 22:37:11 +02:00
CMakeLists.txt [libc++] Fix the no-exceptions build of libc++ on Apple 2020-04-20 10:45:14 -04:00
algorithm.cpp [libcxx{,abi}] Emit deplibs only when detected by CMake 2019-12-02 22:19:20 +01:00
any.cpp
atomic.cpp [libc++] Implementation of C++20's P1135R6 for libcxx 2020-02-24 10:59:35 -05:00
barrier.cpp Revert "[libc++] Build the dylib with C++17 to allow aligned new/delete" 2020-03-24 22:53:47 -04:00
bind.cpp
charconv.cpp
chrono.cpp [libc++][Apple] Use CLOCK_MONOTONIC_RAW instead of CLOCK_UPTIME_RAW for steady_clock 2020-02-12 16:43:36 +01:00
condition_variable.cpp [libcxx{,abi}] Emit deplibs only when detected by CMake 2019-12-02 22:19:20 +01:00
condition_variable_destructor.cpp
debug.cpp [libcxx{,abi}] Emit deplibs only when detected by CMake 2019-12-02 22:19:20 +01:00
exception.cpp
functional.cpp
future.cpp
hash.cpp
ios.cpp
iostream.cpp
locale.cpp Replace old-style cast of null pointer with nullptr 2020-01-23 02:20:09 +01:00
memory.cpp [libcxx{,abi}] Emit deplibs only when detected by CMake 2019-12-02 22:19:20 +01:00
mutex.cpp [libcxx{,abi}] Emit deplibs only when detected by CMake 2019-12-02 22:19:20 +01:00
mutex_destructor.cpp [libc++][NFC] Remove excess trailing newlines from most files 2019-10-23 08:08:57 -07:00
new.cpp
optional.cpp
random.cpp
regex.cpp [libc++] Validate the entire regex is consumed 2019-11-09 17:01:37 +01:00
shared_mutex.cpp [libcxx{,abi}] Emit deplibs only when detected by CMake 2019-12-02 22:19:20 +01:00
stdexcept.cpp
string.cpp Add flag _LIBCPP_ABI_STRING_OPTIMIZED_EXTERNAL_INSTANTIATIONS for basic_string ABI 2020-03-02 10:26:37 -05:00
strstream.cpp
system_error.cpp
thread.cpp [libcxx{,abi}] Emit deplibs only when detected by CMake 2019-12-02 22:19:20 +01:00
typeinfo.cpp
utility.cpp [libc++] Take 2: Implement LWG 2510 2019-09-26 14:51:10 +00:00
valarray.cpp
variant.cpp
vector.cpp