llvm-project/libcxx/src
Eric Fiselier 2266a8d473 Fix memory_resource build for _LIBCPP_HAS_NO_THREADS
llvm-svn: 268850
2016-05-07 05:37:31 +00:00
..
experimental Fix memory_resource build for _LIBCPP_HAS_NO_THREADS 2016-05-07 05:37:31 +00:00
include Add more missing license headers 2016-01-19 21:58:49 +00:00
support Move atomic_support.h and config_elast.h into src/include 2015-08-18 21:08:54 +00:00
algorithm.cpp Refactor pthread usage of libcxx. 2016-05-06 14:06:29 +00:00
any.cpp Remove commented out TODOs. They defined unneeded methods. 2015-08-19 03:48:08 +00:00
bind.cpp
chrono.cpp When building libc++, we use '"' as a delimiter instead of '<' when including libc++ header files. This is so that the dylib gets built with our headers; rather than the system-installed ones. We do this in most places already, just fixing a couple of inconsistent uses. 2015-06-23 14:45:02 +00:00
condition_variable.cpp Refactor pthread usage of libcxx. 2016-05-06 14:06:29 +00:00
debug.cpp Fix use after free and calls to operator comma in debug mode 2015-03-19 03:20:02 +00:00
exception.cpp Remove a long-standing __has_include hack. 2015-10-16 11:14:30 +00:00
future.cpp Make it possible to build a no-exceptions variant of libcxx. 2015-11-10 11:41:22 +00:00
hash.cpp Fix typos 2014-05-15 11:27:39 +00:00
ios.cpp [libcxx] Allow use of <atomic> in C++03. Try 3. 2015-08-19 17:21:46 +00:00
iostream.cpp Make the presence of stdin and stdout optional. 2015-03-26 14:35:46 +00:00
locale.cpp Fix most GCC attribute ignored warnings 2016-04-21 22:54:21 +00:00
memory.cpp Refactor pthread usage of libcxx. 2016-05-06 14:06:29 +00:00
mutex.cpp Refactor pthread usage of libcxx. 2016-05-06 14:06:29 +00:00
new.cpp Remove a long-standing __has_include hack. 2015-10-16 11:14:30 +00:00
optional.cpp Add all the relational operators to std::experimental::optional. Also update bad_optional_access to match the Library Fundamentals draft standard. This is not all of the upcoming changes to optional, though. 2014-12-09 14:49:17 +00:00
random.cpp Add support for arc4random() to random_device. 2015-03-10 07:46:06 +00:00
regex.cpp [libcxx] Remove pragmas that were needed to suppress warnings produced 2016-01-28 06:13:36 +00:00
shared_mutex.cpp Implement N4508: shared_mutex. Reviewed as http://reviews.llvm.org/D10480 2015-06-30 14:04:14 +00:00
stdexcept.cpp Fix an unfortunate yet old typo that never got attention before r250507. 2015-10-16 11:26:26 +00:00
string.cpp Print log/error messages on stderr, not stdout 2015-03-10 07:57:43 +00:00
strstream.cpp Switch to using C++ style casts. 2014-01-04 17:43:00 +00:00
system_error.cpp Move atomic_support.h and config_elast.h into src/include 2015-08-18 21:08:54 +00:00
thread.cpp Refactor pthread usage of libcxx. 2016-05-06 14:06:29 +00:00
typeinfo.cpp Remove a long-standing __has_include hack. 2015-10-16 11:14:30 +00:00
utility.cpp
valarray.cpp Revert "Turn off extern templates for most uses." 2014-08-15 17:58:56 +00:00