.. |
support
|
Get libc++ building on Sun Solaris. Patch from C Bergstrom.
|
2015-01-23 22:22:36 +00:00 |
algorithm.cpp
|
Allow libc++ to be built on systems without POSIX threads
|
2014-09-05 19:45:05 +00:00 |
bind.cpp
|
…
|
|
chrono.cpp
|
Use clock_gettime()'s CLOCK_REALTIME instead of gettimeofday().
|
2015-05-14 20:54:18 +00:00 |
condition_variable.cpp
|
Allow libc++ to be built on systems without POSIX threads
|
2014-09-05 19:45:05 +00:00 |
config_elast.h
|
Reword ELAST warning
|
2015-02-24 01:59:38 +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
|
Print log/error messages on stderr, not stdout
|
2015-03-10 07:57:43 +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
|
[libcxx] Set _LIBCPP_ELAST for mingw.
|
2015-01-06 17:34:51 +00:00 |
iostream.cpp
|
Make the presence of stdin and stdout optional.
|
2015-03-26 14:35:46 +00:00 |
locale.cpp
|
Fix incorrect error handling of call to mbrtowc. This is PR#13759. Leaving the bug open because (1) I'm not sure that we're correct here, only better than before, and (2) no tests
|
2015-03-23 20:07:17 +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
|
Fix for LWG Issue 2458: N3778 and new library deallocation signatures.
|
2015-05-18 17:48:45 +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
|
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
|
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
|
Fix -Wpessimizing-move warning by remove the call to std::move.
|
2015-04-30 21:47:28 +00:00 |
thread.cpp
|
Don't include <sys/sysctl.h> on CloudABI.
|
2015-03-10 08:01:10 +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 |