.. |
support
|
Fixes to get libc++ building on sun solaris. Patch from C Bergstrom.
|
2014-11-25 21:57:41 +00:00 |
algorithm.cpp
|
Allow libc++ to be built on systems without POSIX threads
|
2014-09-05 19:45:05 +00:00 |
bind.cpp
|
license change
|
2010-11-16 22:09:02 +00:00 |
chrono.cpp
|
Fix comment that was obsoleted by r216949
|
2014-09-02 23:52:46 +00:00 |
condition_variable.cpp
|
Allow libc++ to be built on systems without POSIX threads
|
2014-09-05 19:45:05 +00:00 |
debug.cpp
|
Allow libc++ to be built on systems without POSIX threads
|
2014-09-05 19:45:05 +00:00 |
exception.cpp
|
Partial fix for building w/ libcxxrt on OSX. Patch from C Bergstrom.
|
2014-11-01 00:41:42 +00:00 |
future.cpp
|
Allow libc++ to be built on systems without POSIX threads
|
2014-09-05 19:45:05 +00:00 |
hash.cpp
|
Fix typos
|
2014-05-15 11:27:39 +00:00 |
ios.cpp
|
PR #21321 talked about implementation-defined behavior of realloc. I poo-poohed it, and was wrong. Fix the call in <locale>. Review the others, refactored some duplicated code, and found overflow bugs (and __event_cap_ was never getting updated, either).
|
2014-10-27 19:08:10 +00:00 |
iostream.cpp
|
Nico Rieck: this patch series fixes visibility issues on Windows as explained in <http://lists.cs.uiuc.edu/pipermail/cfe-dev/2013-August/031214.html>.
|
2013-08-12 18:38:34 +00:00 |
locale.cpp
|
Revert r216497: "[libcxx] Fix ctype_byname<wchar_t>::do_is() mask checking."
|
2014-08-27 00:39:47 +00:00 |
memory.cpp
|
Fix building and running tests when LIBCXX_ENABLE_EXCEPTIONS or LIBCXX_ENABLE_RTTI are turned off.
|
2014-12-12 02:36:23 +00:00 |
mutex.cpp
|
Allow libc++ to be built on systems without POSIX threads
|
2014-09-05 19:45:05 +00:00 |
new.cpp
|
Partial fix for building w/ libcxxrt on OSX. Patch from C Bergstrom.
|
2014-11-01 00:41:42 +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
|
libc++: add NaCl and PNaCl support for std::random_device
|
2014-12-01 19:19:55 +00:00 |
regex.cpp
|
Base regex code on char_class_type.
|
2014-07-29 19:23:39 +00:00 |
shared_mutex.cpp
|
Allow libc++ to be built on systems without POSIX threads
|
2014-09-05 19:45:05 +00:00 |
stdexcept.cpp
|
Exceptions store the message as reference counted string for
|
2014-04-30 19:54:11 +00:00 |
string.cpp
|
Initialize pointer in string conversion helpers to prevent MSAN diagnostic.
|
2014-11-14 22:23:57 +00:00 |
strstream.cpp
|
Switch to using C++ style casts.
|
2014-01-04 17:43:00 +00:00 |
system_error.cpp
|
Newlib names ELAST differently than linux
|
2014-09-02 20:34:23 +00:00 |
thread.cpp
|
libc++: support NaCl when building thread.cpp
|
2014-12-02 17:30:19 +00:00 |
typeinfo.cpp
|
Re-add bad_cast and bad_typeid default ctor definitions under libsupc++.
|
2013-10-03 22:04:10 +00:00 |
utility.cpp
|
Put std::piecewise_construct_t back into the dylib for ABI stability. When clients are in C++11/constexpr mode this will be safely ignored because piecewise_construct is then declared with internal linkage.
|
2012-04-03 23:45:46 +00:00 |
valarray.cpp
|
Revert "Turn off extern templates for most uses."
|
2014-08-15 17:58:56 +00:00 |