..
support
Add support files required for building on Solaris.
2012-02-29 13:17:28 +00:00
algorithm.cpp
license change
2010-11-16 22:09:02 +00:00
bind.cpp
license change
2010-11-16 22:09:02 +00:00
chrono.cpp
Quash a whole bunch of warnings
2011-12-01 20:21:04 +00:00
condition_variable.cpp
noexcept applied to <condition_variable>.
2012-07-21 16:32:53 +00:00
debug.cpp
Quash a whole bunch of warnings
2011-12-01 20:21:04 +00:00
exception.cpp
libc++: switch from using _ATTRIBUTE(noreturn) (which conflicts with a
2012-07-26 02:04:22 +00:00
future.cpp
noexcept applied to <future>.
2012-07-21 17:46:55 +00:00
hash.cpp
Quash a whole bunch of warnings
2011-12-01 20:21:04 +00:00
ios.cpp
noexcept and constexpr applied to <ios>.
2012-07-21 01:03:40 +00:00
iostream.cpp
Protect use of alignas against older versions of clang
2012-05-31 19:31:14 +00:00
locale.cpp
Fix moneypunct_byname algorithm to more accurately represent C locales in C++.
2012-03-10 18:31:43 +00:00
memory.cpp
Despite my pathological distrust of spin locks, the number just don't lie. I've put a small spin in __sp_mut::lock() on std::mutex::try_lock(), which is testing quite well. In my experience, putting in a yield for every failed iteration is also a major performance booster. This change makes one of the performance tests I was using (a highly contended one) run about 20 times faster.
2012-07-30 17:13:21 +00:00
mutex.cpp
noexcept and constexpr applied to <mutex>.
2012-07-21 16:13:09 +00:00
new.cpp
Patch by Andrew C. Morrow: Conditionally include cxxabi.h in new.cpp and typeinfo.cpp. Both new.cpp and typeinfo.cpp have code that is conditionally compiled
2012-07-26 17:42:39 +00:00
random.cpp
noexcept applied to <random>.
2012-07-20 21:44:27 +00:00
regex.cpp
Quash a whole bunch of warnings
2011-12-01 20:21:04 +00:00
stdexcept.cpp
libc++: only #include <cxxabi.h> if it exists. This allows libc++ to build
2012-04-19 01:36:12 +00:00
string.cpp
Quash a whole bunch of warnings
2011-12-01 20:21:04 +00:00
strstream.cpp
Quash a whole bunch of warnings
2011-12-01 20:21:04 +00:00
system_error.cpp
_STD -> _VSTD to avoid macro clash on windows
2011-06-30 21:18:19 +00:00
thread.cpp
Andrew Morrow: The attached patch is an attempt to implement
2012-08-02 18:17:49 +00:00
typeinfo.cpp
Patch by Andrew C. Morrow: Conditionally include cxxabi.h in new.cpp and typeinfo.cpp. Both new.cpp and typeinfo.cpp have code that is conditionally compiled
2012-07-26 17:42:39 +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
license change
2010-11-16 22:09:02 +00:00