.. |
ext
|
Fix http://llvm.org/bugs/show_bug.cgi?id=11461. Credit Alberto Ganesh Barbati.
|
2011-12-11 20:31:33 +00:00 |
support/win32
|
Add missing newlines at EOF.
|
2012-02-20 16:56:13 +00:00 |
__bit_reference
|
Quash a whole bunch of warnings
|
2011-12-01 20:21:04 +00:00 |
__config
|
Modernize conversion to bool to the explicit bool conversion operator (library wide). This fixes http://llvm.org/bugs/show_bug.cgi?id=12058.
|
2012-02-21 21:46:43 +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
|
As an extension, support incomplete types in the unordered containers to match what we already do in the associative containers.
|
2011-12-12 17:26:24 +00:00 |
__locale
|
Quash a whole bunch of warnings
|
2011-12-01 20:21:04 +00:00 |
__mutex_base
|
Modernize conversion to bool to the explicit bool conversion operator (library wide). This fixes http://llvm.org/bugs/show_bug.cgi?id=12058.
|
2012-02-21 21:46:43 +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
|
Further macro protection by replacing _[A-Z] with _[A-Z]p
|
2011-11-29 18:15:50 +00:00 |
__tuple
|
Quash a whole bunch of warnings
|
2011-12-01 20:21:04 +00:00 |
__tuple_03
|
Windows support by Ruben Van Boxem.
|
2011-10-17 20:05:10 +00:00 |
__undef_min_max
|
Add protection from min/max macros
|
2011-11-29 16:45:27 +00:00 |
algorithm
|
The exception recovery mechanism for the uninitialized_* algorithms did not work for iterators into discontiguous memory.
|
2011-12-29 17:45:35 +00:00 |
array
|
Windows support by Ruben Van Boxem.
|
2011-10-17 20:05:10 +00:00 |
atomic
|
Some fixes to <atomic> operations to explicitly use atomic types and operations.
|
2011-12-19 11:44:20 +00:00 |
bitset
|
Quash a whole bunch of warnings
|
2011-12-01 20:21:04 +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
|
Add protection from min/max macros
|
2011-11-29 16:45:27 +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
|
Quash a whole bunch of warnings
|
2011-12-01 20:21:04 +00:00 |
codecvt
|
Windows support by Ruben Van Boxem.
|
2011-10-17 20:05:10 +00:00 |
complex
|
Fix http://llvm.org/bugs/show_bug.cgi?id=11734
|
2012-01-10 15:15:47 +00:00 |
complex.h
|
Windows support by Ruben Van Boxem.
|
2011-10-17 20:05:10 +00:00 |
condition_variable
|
Windows support by Ruben Van Boxem.
|
2011-10-17 20:05:10 +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
|
Give the emulated nullptr_t a default constructor.
|
2012-02-18 22:01:22 +00:00 |
cstdint
|
Windows support by Ruben Van Boxem.
|
2011-10-17 20:05:10 +00:00 |
cstdio
|
More windows port work by Ruben Van Boxem
|
2011-10-22 20:59:45 +00:00 |
cstdlib
|
Windows port work by Ruben Van Boxem
|
2011-10-27 16:24:42 +00:00 |
cstring
|
More windows port work by Ruben Van Boxem
|
2011-10-22 20:59:45 +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
|
Quash a whole bunch of warnings
|
2011-12-01 20:21:04 +00:00 |
exception
|
Modernize conversion to bool to the explicit bool conversion operator (library wide). This fixes http://llvm.org/bugs/show_bug.cgi?id=12058.
|
2012-02-21 21:46:43 +00:00 |
forward_list
|
Further macro protection by replacing _[A-Z] with _[A-Z]p
|
2011-11-29 18:15:50 +00:00 |
fstream
|
Fix http://llvm.org/bugs/show_bug.cgi?id=11752
|
2012-01-12 23:37:51 +00:00 |
functional
|
Modernize conversion to bool to the explicit bool conversion operator (library wide). This fixes http://llvm.org/bugs/show_bug.cgi?id=12058.
|
2012-02-21 21:46:43 +00:00 |
future
|
Fix http://llvm.org/bugs/show_bug.cgi?id=11428. Fix provided by Alberto Ganesh Barbati
|
2011-12-02 19:36:40 +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
|
Modernize conversion to bool to the explicit bool conversion operator (library wide). This fixes http://llvm.org/bugs/show_bug.cgi?id=12058.
|
2012-02-21 21:46:43 +00:00 |
iosfwd
|
Windows support by Ruben Van Boxem.
|
2011-10-17 20:05:10 +00:00 |
iostream
|
Windows support by Ruben Van Boxem.
|
2011-10-17 20:05:10 +00:00 |
istream
|
Modernize conversion to bool to the explicit bool conversion operator (library wide). This fixes http://llvm.org/bugs/show_bug.cgi?id=12058.
|
2012-02-21 21:46:43 +00:00 |
iterator
|
Quash a whole bunch of warnings
|
2011-12-01 20:21:04 +00:00 |
limits
|
Add protection from min/max macros
|
2011-11-29 16:45:27 +00:00 |
list
|
Further macro protection by replacing _[A-Z] with _[A-Z]p
|
2011-11-29 18:15:50 +00:00 |
locale
|
Do not parse sign if a sign is not the next legal character when parsing floating point from an input stream. Fixes http://llvm.org/bugs/show_bug.cgi?id=11871
|
2012-02-15 19:19:37 +00:00 |
map
|
Fix http://llvm.org/bugs/show_bug.cgi?id=11461. Credit Alberto Ganesh Barbati.
|
2011-12-11 20:31:33 +00:00 |
memory
|
Modernize conversion to bool to the explicit bool conversion operator (library wide). This fixes http://llvm.org/bugs/show_bug.cgi?id=12058.
|
2012-02-21 21:46:43 +00:00 |
mutex
|
Quash a whole bunch of warnings
|
2011-12-01 20:21:04 +00:00 |
new
|
Windows support by Ruben Van Boxem.
|
2011-10-17 20:05:10 +00:00 |
numeric
|
More windows port work by Ruben Van Boxem
|
2011-10-22 20:59:45 +00:00 |
ostream
|
Modernize conversion to bool to the explicit bool conversion operator (library wide). This fixes http://llvm.org/bugs/show_bug.cgi?id=12058.
|
2012-02-21 21:46:43 +00:00 |
queue
|
Windows support by Ruben Van Boxem.
|
2011-10-17 20:05:10 +00:00 |
random
|
Quash a whole bunch of warnings
|
2011-12-01 20:21:04 +00:00 |
ratio
|
Further macro protection by replacing _[A-Z] with _[A-Z]p
|
2011-11-29 18:15:50 +00:00 |
regex
|
Quash a whole bunch of warnings
|
2011-12-01 20:21:04 +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
|
Windows support by Ruben Van Boxem.
|
2011-10-17 20:05:10 +00:00 |
stdexcept
|
Windows support by Ruben Van Boxem.
|
2011-10-17 20:05:10 +00:00 |
streambuf
|
Quash a whole bunch of warnings
|
2011-12-01 20:21:04 +00:00 |
string
|
Installation of CityHash by Craig Silverstein
|
2011-12-10 20:28:56 +00:00 |
strstream
|
Windows support by Ruben Van Boxem.
|
2011-10-17 20:05:10 +00:00 |
system_error
|
Modernize conversion to bool to the explicit bool conversion operator (library wide). This fixes http://llvm.org/bugs/show_bug.cgi?id=12058.
|
2012-02-21 21:46:43 +00:00 |
tgmath.h
|
Windows support by Ruben Van Boxem.
|
2011-10-17 20:05:10 +00:00 |
thread
|
Starting using murmur2 when combining multiple size_t's into a single hash, and also for basic_string. Also made hash<thread::id> ever so slighly more portable. I had to tweak one test which is questionable (definitely not portable) anyway.
|
2011-12-05 00:08:45 +00:00 |
tuple
|
tuple was accidentally lacking a valid copy assignment operator. It went undetected because I had failed to test assigning from a const lvalue. This fixes http://llvm.org/bugs/show_bug.cgi?id=11921
|
2012-02-15 20:13:52 +00:00 |
type_traits
|
Use __is_polymorphic if available. This fixes http://llvm.org/bugs/show_bug.cgi?id=11983 . Patch contributed by Jonathan Sauer.
|
2012-02-15 20:47:11 +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
|
As an extension, support incomplete types in the unordered containers to match what we already do in the associative containers.
|
2011-12-12 17:26:24 +00:00 |
unordered_set
|
Windows support by Ruben Van Boxem.
|
2011-10-17 20:05:10 +00:00 |
utility
|
Fix http://llvm.org/bugs/show_bug.cgi?id=11616
|
2011-12-19 17:58:44 +00:00 |
valarray
|
Quash a whole bunch of warnings
|
2011-12-01 20:21:04 +00:00 |
vector
|
Implement a few optimizations for vector push_back and insert. Fixes r10828365.
|
2012-02-15 00:41:34 +00:00 |