.. |
ext
|
Fix http://llvm.org/bugs/show_bug.cgi?id=11461. Credit Alberto Ganesh Barbati.
|
2011-12-11 20:31:33 +00:00 |
support
|
Define _WCHAR_T in solaris/wchar.h. This fixes a bug where Solaris 10 headers
|
2012-03-02 10:56:04 +00:00 |
__bit_reference
|
std::equal operating on non-const __bit_iterators was not working. This fixes it.
|
2012-08-05 21:43:11 +00:00 |
__config
|
Dimitry Andric: FreeBSD only: Add the C11 aligned_alloc to <cstdlib> and adjust the inclusion of quick_exit.
|
2012-10-13 18:03:53 +00:00 |
__debug
|
Further macro protection by replacing _[A-Z] with _[A-Z]p
|
2011-11-29 18:15:50 +00:00 |
__functional_03
|
Further macro protection by replacing _[A-Z] with _[A-Z]p
|
2011-11-29 18:15:50 +00:00 |
__functional_base
|
Modernize relational operators for shared_ptr and unique_ptr. This includes adding support for nullptr, and using less<T*>. Fixes http://llvm.org/bugs/show_bug.cgi?id=12056.
|
2012-02-21 21:02:58 +00:00 |
__functional_base_03
|
Further macro protection by replacing _[A-Z] with _[A-Z]p
|
2011-11-29 18:15:50 +00:00 |
__hash_table
|
Dimitry Andric: many visibility fixes. Howard: Much appreciated. Can you send me a patch to CREDITS.TXT?
|
2012-09-14 00:39:16 +00:00 |
__locale
|
Dimitry Andric: many visibility fixes. Howard: Much appreciated. Can you send me a patch to CREDITS.TXT?
|
2012-09-14 00:39:16 +00:00 |
__mutex_base
|
Dimitry Andric: FreeBSD porting tweaks for PTHREAD_MUTEX_INITIALIZER and PTHREAD_COND_INITIALIZER
|
2012-09-11 16:10:20 +00:00 |
__split_buffer
|
Implement a few optimizations for vector push_back and insert. Fixes r10828365.
|
2012-02-15 00:41:34 +00:00 |
__sso_allocator
|
Further macro protection by replacing _[A-Z] with _[A-Z]p
|
2011-11-29 18:15:50 +00:00 |
__std_stream
|
Quash a whole bunch of warnings
|
2011-12-01 20:21:04 +00:00 |
__tree
|
Dimitry Andric: many visibility fixes. Howard: Much appreciated. Can you send me a patch to CREDITS.TXT?
|
2012-09-14 00:39:16 +00:00 |
__tuple
|
Dimitry Andric: many visibility fixes. Howard: Much appreciated. Can you send me a patch to CREDITS.TXT?
|
2012-09-14 00:39:16 +00:00 |
__tuple_03
|
Windows support by Ruben Van Boxem.
|
2011-10-17 20:05:10 +00:00 |
__undef_min_max
|
Some minor mingw64 porting tweaks from Glen.
|
2012-09-03 18:13:11 +00:00 |
algorithm
|
Performance tweaking rotate.
|
2012-08-03 18:01:20 +00:00 |
array
|
constexpr applied to <array>.
|
2012-07-20 19:20:49 +00:00 |
atomic
|
Align <atomic> with clang r163964 which disallows const _Atomic types.
|
2012-09-16 20:33:09 +00:00 |
bitset
|
Dimitry Andric: many visibility fixes. Howard: Much appreciated. Can you send me a patch to CREDITS.TXT?
|
2012-09-14 00:39:16 +00:00 |
cassert
|
Windows support by Ruben Van Boxem.
|
2011-10-17 20:05:10 +00:00 |
ccomplex
|
Windows support by Ruben Van Boxem.
|
2011-10-17 20:05:10 +00:00 |
cctype
|
More windows port work by Ruben Van Boxem
|
2011-10-22 20:59:45 +00:00 |
cerrno
|
Windows support by Ruben Van Boxem.
|
2011-10-17 20:05:10 +00:00 |
cfenv
|
Windows support by Ruben Van Boxem.
|
2011-10-17 20:05:10 +00:00 |
cfloat
|
Windows support by Ruben Van Boxem.
|
2011-10-17 20:05:10 +00:00 |
chrono
|
Don't neglect to "return *this".
|
2012-10-13 02:03:45 +00:00 |
cinttypes
|
Windows support by Ruben Van Boxem.
|
2011-10-17 20:05:10 +00:00 |
ciso646
|
Windows support by Ruben Van Boxem.
|
2011-10-17 20:05:10 +00:00 |
climits
|
Windows support by Ruben Van Boxem.
|
2011-10-17 20:05:10 +00:00 |
clocale
|
Windows support by Ruben Van Boxem.
|
2011-10-17 20:05:10 +00:00 |
cmath
|
Apply noexcept to those functions implemented in <cmath> as a conforming extension.
|
2012-07-06 19:13:50 +00:00 |
codecvt
|
Windows support by Ruben Van Boxem.
|
2011-10-17 20:05:10 +00:00 |
complex
|
Add overflow check to tanh(complex) and reduce to finite answer. Fixes http://llvm.org/bugs/show_bug.cgi?id=13874
|
2012-09-19 23:51:47 +00:00 |
complex.h
|
Windows support by Ruben Van Boxem.
|
2011-10-17 20:05:10 +00:00 |
condition_variable
|
noexcept applied to <condition_variable>.
|
2012-07-21 16:32:53 +00:00 |
csetjmp
|
Windows support by Ruben Van Boxem.
|
2011-10-17 20:05:10 +00:00 |
csignal
|
Windows support by Ruben Van Boxem.
|
2011-10-17 20:05:10 +00:00 |
cstdarg
|
Windows support by Ruben Van Boxem.
|
2011-10-17 20:05:10 +00:00 |
cstdbool
|
Windows support by Ruben Van Boxem.
|
2011-10-17 20:05:10 +00:00 |
cstddef
|
Apply the emulated nullptr_t with constexpr. This is an unusual configuration that would take advantage of this. But it has popped up in the wild and does no harm to support it.
|
2012-09-24 23:36:40 +00:00 |
cstdint
|
Windows support by Ruben Van Boxem.
|
2011-10-17 20:05:10 +00:00 |
cstdio
|
Patch by Andrew C. Morrow: shims to work around macroized getc and putc on linux. On my eglibc 2.13 based Debian system 'getc' is a macro defined in
|
2012-07-26 20:01:13 +00:00 |
cstdlib
|
Dimitry Andric: FreeBSD only: Add the C11 aligned_alloc to <cstdlib> and adjust the inclusion of quick_exit.
|
2012-10-13 18:03:53 +00:00 |
cstring
|
Solaris port. Currently sees around 200 test failures, mostly related to
|
2012-02-29 13:05:08 +00:00 |
ctgmath
|
Windows support by Ruben Van Boxem.
|
2011-10-17 20:05:10 +00:00 |
ctime
|
Windows support by Ruben Van Boxem.
|
2011-10-17 20:05:10 +00:00 |
cwchar
|
More windows port work by Ruben Van Boxem
|
2011-10-22 20:59:45 +00:00 |
cwctype
|
Windows support by Ruben Van Boxem.
|
2011-10-17 20:05:10 +00:00 |
deque
|
Change emplace for vector and deque to create the temporary (when necessary) before any changes to the container are made. Nikolay Ivchenkov deserves the credit for pushing this problem and the solution for it.
|
2012-07-08 23:23:04 +00:00 |
exception
|
Dimitry Andric: many visibility fixes. Howard: Much appreciated. Can you send me a patch to CREDITS.TXT?
|
2012-09-14 00:39:16 +00:00 |
forward_list
|
Dimitry Andric: many visibility fixes. Howard: Much appreciated. Can you send me a patch to CREDITS.TXT?
|
2012-09-14 00:39:16 +00:00 |
fstream
|
Don't neglect to "return *this".
|
2012-10-13 02:03:45 +00:00 |
functional
|
Don't neglect to "return *this".
|
2012-10-13 02:03:45 +00:00 |
future
|
Don't neglect to "return *this".
|
2012-10-13 02:03:45 +00:00 |
initializer_list
|
Further macro protection by replacing _[A-Z] with _[A-Z]p
|
2011-11-29 18:15:50 +00:00 |
iomanip
|
Further macro protection by replacing _[A-Z] with _[A-Z]p
|
2011-11-29 18:15:50 +00:00 |
ios
|
Dimitry Andric: many visibility fixes. Howard: Much appreciated. Can you send me a patch to CREDITS.TXT?
|
2012-09-14 00:39:16 +00:00 |
iosfwd
|
Dimitry Andric: many visibility fixes. Howard: Much appreciated. Can you send me a patch to CREDITS.TXT?
|
2012-09-14 00:39:16 +00:00 |
iostream
|
Windows support by Ruben Van Boxem.
|
2011-10-17 20:05:10 +00:00 |
istream
|
Dimitry Andric: many visibility fixes. Howard: Much appreciated. Can you send me a patch to CREDITS.TXT?
|
2012-09-14 00:39:16 +00:00 |
iterator
|
Make vector::iterator and string::iterator more resilient against overly generic relational operators.
|
2012-10-02 19:45:42 +00:00 |
limits
|
Update <limits> with constexpr support. Patch contributed by Jonathan Sauer.
|
2012-04-02 19:23:15 +00:00 |
list
|
Dimitry Andric: many visibility fixes. Howard: Much appreciated. Can you send me a patch to CREDITS.TXT?
|
2012-09-14 00:39:16 +00:00 |
locale
|
Overloaded __pad_and_output on ostreambuf_iterator and in this overload call sputn instead of dereferencing the iterator which calls sputc. This is intended to be purely a performance optimization, especially for clients who may have overloaded the virtual function xsputn.
|
2012-09-19 19:14:15 +00:00 |
map
|
The rules for emplace in map, multimap, unordered_map and unordered_multimap changed a while back and I'm just now updating to these new rules. In a nutshell, you've got to know you're emplacing to a pair and use one of pair's constructors. I made one extension: If you want to emplace the key and default construct the mapped_type, you can just emplace(key), as opposed to emplace(piecewise_construct, forward_as_tuple(key), forward_as_tuple()).
|
2012-05-25 22:04:21 +00:00 |
memory
|
Dimitry Andric: many visibility fixes. Howard: Much appreciated. Can you send me a patch to CREDITS.TXT?
|
2012-09-14 00:39:16 +00:00 |
mutex
|
Dimitry Andric: many visibility fixes. Howard: Much appreciated. Can you send me a patch to CREDITS.TXT?
|
2012-09-14 00:39:16 +00:00 |
new
|
mark operator new(std::nothrow) as noalias (aka __attribute__((malloc))
|
2012-06-28 16:47:34 +00:00 |
numeric
|
More windows port work by Ruben Van Boxem
|
2011-10-22 20:59:45 +00:00 |
ostream
|
Dimitry Andric: many visibility fixes. Howard: Much appreciated. Can you send me a patch to CREDITS.TXT?
|
2012-09-14 00:39:16 +00:00 |
queue
|
Dimitry Andric: many visibility fixes. Howard: Much appreciated. Can you send me a patch to CREDITS.TXT?
|
2012-09-14 00:39:16 +00:00 |
random
|
Dimitry Andric: many visibility fixes. Howard: Much appreciated. Can you send me a patch to CREDITS.TXT?
|
2012-09-14 00:39:16 +00:00 |
ratio
|
Further macro protection by replacing _[A-Z] with _[A-Z]p
|
2011-11-29 18:15:50 +00:00 |
regex
|
Don't neglect to "return *this".
|
2012-10-13 02:03:45 +00:00 |
scoped_allocator
|
Windows support by Ruben Van Boxem.
|
2011-10-17 20:05:10 +00:00 |
set
|
Windows support by Ruben Van Boxem.
|
2011-10-17 20:05:10 +00:00 |
sstream
|
Add protection from min/max macros
|
2011-11-29 16:45:27 +00:00 |
stack
|
Dimitry Andric: many visibility fixes. Howard: Much appreciated. Can you send me a patch to CREDITS.TXT?
|
2012-09-14 00:39:16 +00:00 |
stdexcept
|
Windows support by Ruben Van Boxem.
|
2011-10-17 20:05:10 +00:00 |
streambuf
|
Use traits_type::to_int_type in basic_streambuf<_CharT, _Traits>::xsputn when calling overflow to correctly handle negative signed character types. This fixes http://llvm.org/bugs/show_bug.cgi?id=14074.
|
2012-10-13 19:31:51 +00:00 |
string
|
Don't neglect to "return *this".
|
2012-10-13 02:03:45 +00:00 |
strstream
|
Windows support by Ruben Van Boxem.
|
2011-10-17 20:05:10 +00:00 |
system_error
|
Dimitry Andric: many visibility fixes. Howard: Much appreciated. Can you send me a patch to CREDITS.TXT?
|
2012-09-14 00:39:16 +00:00 |
tgmath.h
|
Windows support by Ruben Van Boxem.
|
2011-10-17 20:05:10 +00:00 |
thread
|
Dimitry Andric: many visibility fixes. Howard: Much appreciated. Can you send me a patch to CREDITS.TXT?
|
2012-09-14 00:39:16 +00:00 |
tuple
|
Dimitry Andric: many visibility fixes. Howard: Much appreciated. Can you send me a patch to CREDITS.TXT?
|
2012-09-14 00:39:16 +00:00 |
type_traits
|
Dimitry Andric: many visibility fixes. Howard: Much appreciated. Can you send me a patch to CREDITS.TXT?
|
2012-09-14 00:39:16 +00:00 |
typeindex
|
Windows support by Ruben Van Boxem.
|
2011-10-17 20:05:10 +00:00 |
typeinfo
|
Windows support by Ruben Van Boxem.
|
2011-10-17 20:05:10 +00:00 |
unordered_map
|
The rules for emplace in map, multimap, unordered_map and unordered_multimap changed a while back and I'm just now updating to these new rules. In a nutshell, you've got to know you're emplacing to a pair and use one of pair's constructors. I made one extension: If you want to emplace the key and default construct the mapped_type, you can just emplace(key), as opposed to emplace(piecewise_construct, forward_as_tuple(key), forward_as_tuple()).
|
2012-05-25 22:04:21 +00:00 |
unordered_set
|
Windows support by Ruben Van Boxem.
|
2011-10-17 20:05:10 +00:00 |
utility
|
Dimitry Andric: many visibility fixes. Howard: Much appreciated. Can you send me a patch to CREDITS.TXT?
|
2012-09-14 00:39:16 +00:00 |
valarray
|
Dimitry Andric: many visibility fixes. Howard: Much appreciated. Can you send me a patch to CREDITS.TXT?
|
2012-09-14 00:39:16 +00:00 |
vector
|
Don't neglect to "return *this".
|
2012-10-13 02:03:45 +00:00 |