You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
The libc++ <__refstring> headers has no real reason why it should be a public header that libc++ ships. The only reason it was in the include directory was because libc++abi needed it to build the library. However keeping <__refstring> a header had other problems, like requiring its dependancies to also be in the headers. For that reason this patch moves it into the source directory. To work around libc++abi's need for this header a duplicated copy was added to libc++abi in r307748. While duplicating the code is an unfortunate solution it's the best solution that's currently possible. In the future I would like to start a discussion on the mailing lists about making libc++abi build as a sub-project of libc++, requiring the libc++ sources always be present. git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@307749 91177308-0d34-0410-b5e6-96231b3b80d8 |
8 years ago | |
|---|---|---|
| .. | ||
| experimental | 8 years ago | |
| include | 8 years ago | |
| support | 8 years ago | |
| algorithm.cpp | 9 years ago | |
| any.cpp | 9 years ago | |
| bind.cpp | 9 years ago | |
| chrono.cpp | 9 years ago | |
| condition_variable.cpp | 9 years ago | |
| debug.cpp | 9 years ago | |
| exception.cpp | 9 years ago | |
| functional.cpp | 9 years ago | |
| future.cpp | 10 years ago | |
| hash.cpp | 12 years ago | |
| ios.cpp | 9 years ago | |
| iostream.cpp | 9 years ago | |
| locale.cpp | 8 years ago | |
| memory.cpp | 9 years ago | |
| mutex.cpp | 9 years ago | |
| new.cpp | 9 years ago | |
| optional.cpp | 9 years ago | |
| random.cpp | 9 years ago | |
| regex.cpp | 10 years ago | |
| shared_mutex.cpp | 11 years ago | |
| stdexcept.cpp | 8 years ago | |
| string.cpp | 9 years ago | |
| strstream.cpp | 9 years ago | |
| system_error.cpp | 9 years ago | |
| thread.cpp | 9 years ago | |
| typeinfo.cpp | 9 years ago | |
| utility.cpp | 14 years ago | |
| valarray.cpp | 11 years ago | |
| variant.cpp | 9 years ago | |
| vector.cpp | 9 years ago | |