llvm-project/libcxx/src
Saleem Abdulrasool 97d6fcce4e build: use multiple `install` rather than building up a list
Rather than building up a list to iterate over later, just create multiple
install commands based on the configuration. This makes it easier to see what
is getting installed and allows for the install handling to be centralised. NFC

llvm-svn: 365562
2019-07-09 21:43:01 +00:00
..
experimental [runtimes] Check if pragma comment(lib, ...) is supported first 2019-05-30 04:40:21 +00:00
filesystem [runtimes] Check if pragma comment(lib, ...) is supported first 2019-05-30 04:40:21 +00:00
include [WebAssembly] WASI support for libcxx 2019-05-01 16:47:30 +00:00
support [libc++] Avoid using timespec when it might not be available 2019-06-21 08:33:47 +00:00
CMakeLists.txt build: use multiple `install` rather than building up a list 2019-07-09 21:43:01 +00:00
algorithm.cpp [runtimes] Check if pragma comment(lib, ...) is supported first 2019-05-30 04:40:21 +00:00
any.cpp Update more file headers across all of the LLVM projects in the monorepo 2019-01-19 10:56:40 +00:00
bind.cpp Update more file headers across all of the LLVM projects in the monorepo 2019-01-19 10:56:40 +00:00
charconv.cpp [libc++] Fix leading zeros in std::to_chars 2019-06-10 17:11:46 +00:00
chrono.cpp [runtimes] Check if pragma comment(lib, ...) is supported first 2019-05-30 04:40:21 +00:00
condition_variable.cpp Make ~mutex and ~condition_variable trivial on Windows. 2019-07-07 17:24:03 +00:00
condition_variable_destructor.cpp Make ~mutex and ~condition_variable trivial on Windows. 2019-07-07 17:24:03 +00:00
debug.cpp [runtimes] Check if pragma comment(lib, ...) is supported first 2019-05-30 04:40:21 +00:00
exception.cpp [libc++] Remove redundant conditionals for Apple platforms 2019-04-23 14:05:04 +00:00
functional.cpp Update more file headers across all of the LLVM projects in the monorepo 2019-01-19 10:56:40 +00:00
future.cpp Update more file headers across all of the LLVM projects in the monorepo 2019-01-19 10:56:40 +00:00
hash.cpp [libc++] Avoid UB in the no-exceptions mode in a few places 2019-02-12 16:06:02 +00:00
ios.cpp [libc++] Avoid UB in the no-exceptions mode in a few places 2019-02-12 16:06:02 +00:00
iostream.cpp Speculative fix for std stream destruction order on Windows. 2019-05-22 03:45:49 +00:00
locale.cpp Fix a '>= 0' test on unsigned that I inadvertantly introduced. Now correctly '!= 0'. Thanks to Arthur for the catch 2019-06-17 13:41:14 +00:00
memory.cpp [runtimes] Use _LIBCPP_HAS_COMMENT_LIB_PRAGMA in all relevant files 2019-05-30 06:57:27 +00:00
mutex.cpp Fix PR27658 - Make ~mutex trivial when possible. 2019-07-07 01:20:54 +00:00
mutex_destructor.cpp Fix PR27658 - Make ~mutex trivial when possible. 2019-07-07 01:20:54 +00:00
new.cpp [libc++][CMake] Remove unnecessary conditional for defining new handlers 2019-04-17 21:57:49 +00:00
optional.cpp Update more file headers across all of the LLVM projects in the monorepo 2019-01-19 10:56:40 +00:00
random.cpp Update more file headers across all of the LLVM projects in the monorepo 2019-01-19 10:56:40 +00:00
regex.cpp Update more file headers across all of the LLVM projects in the monorepo 2019-01-19 10:56:40 +00:00
shared_mutex.cpp [runtimes] Check if pragma comment(lib, ...) is supported first 2019-05-30 04:40:21 +00:00
stdexcept.cpp Fix ABI compatibility of `<stdexcept>` with VCRuntime. 2019-03-06 20:31:57 +00:00
string.cpp Recommit r362649, which was reverted in r262680 because of bugs in std::to_chars (which have now been fixed). Speedup to_string and to_wstring for integers using stack buffer and SSO 2019-06-10 23:20:01 +00:00
strstream.cpp Update more file headers across all of the LLVM projects in the monorepo 2019-01-19 10:56:40 +00:00
system_error.cpp Update more file headers across all of the LLVM projects in the monorepo 2019-01-19 10:56:40 +00:00
thread.cpp [runtimes] Check if pragma comment(lib, ...) is supported first 2019-05-30 04:40:21 +00:00
typeinfo.cpp [libc++] Remove redundant conditionals for Apple platforms 2019-04-23 14:05:04 +00:00
utility.cpp Update more file headers across all of the LLVM projects in the monorepo 2019-01-19 10:56:40 +00:00
valarray.cpp Remove incorrect explicit instantiation declarations for valarray 2019-04-25 21:31:58 +00:00
variant.cpp Update more file headers across all of the LLVM projects in the monorepo 2019-01-19 10:56:40 +00:00
vector.cpp Update more file headers across all of the LLVM projects in the monorepo 2019-01-19 10:56:40 +00:00