.. |
experimental
|
Cleanup filesystem::permissions ever more.
|
2016-06-22 07:57:38 +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
|
Remove CloudABI specific workaround.
|
2016-06-16 11:53:11 +00:00 |
memory.cpp
|
Enable building and using atomic shared_ptr for GCC.
|
2016-06-18 02:12:53 +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
|
Fix various undefined behavior found by UBSan.
|
2016-06-19 07:08:27 +00:00 |
system_error.cpp
|
Add an Android version check for GNU strerror_r.
|
2016-06-15 20:20:32 +00:00 |
thread.cpp
|
[libcxx] Fix thread join.pass.cpp segfault after r271475
|
2016-06-03 08:45:26 +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 |