.. |
ext
|
0949eedbd6
_STD -> _VSTD to avoid macro clash on windows
|
vor 14 Jahren |
__bit_reference
|
f03c3b4612
http://llvm.org/bugs/show_bug.cgi?id=10248
|
vor 14 Jahren |
__config
|
8d75632ad0
Reverted to 134947. Once I got into it, I discovered there were too many problems to fix in 135035.
|
vor 14 Jahren |
__functional_03
|
0949eedbd6
_STD -> _VSTD to avoid macro clash on windows
|
vor 14 Jahren |
__functional_base
|
0949eedbd6
_STD -> _VSTD to avoid macro clash on windows
|
vor 14 Jahren |
__functional_base_03
|
0949eedbd6
_STD -> _VSTD to avoid macro clash on windows
|
vor 14 Jahren |
__hash_table
|
9f66bffdbe
Fix uninitialized loop counter. http://llvm.org/bugs/show_bug.cgi?id=10278
|
vor 14 Jahren |
__locale
|
e59f724f79
Conditionally wrap the changes from r134781.
|
vor 14 Jahren |
__mutex_base
|
0949eedbd6
_STD -> _VSTD to avoid macro clash on windows
|
vor 14 Jahren |
__split_buffer
|
0949eedbd6
_STD -> _VSTD to avoid macro clash on windows
|
vor 14 Jahren |
__sso_allocator
|
b64f8b07c1
license change
|
vor 14 Jahren |
__std_stream
|
0949eedbd6
_STD -> _VSTD to avoid macro clash on windows
|
vor 14 Jahren |
__tree
|
0949eedbd6
_STD -> _VSTD to avoid macro clash on windows
|
vor 14 Jahren |
__tuple
|
74248888ab
Changed constraints on pair and tuple constructors from is_convertible to is_constructible.
|
vor 14 Jahren |
__tuple_03
|
b64f8b07c1
license change
|
vor 14 Jahren |
algorithm
|
0949eedbd6
_STD -> _VSTD to avoid macro clash on windows
|
vor 14 Jahren |
array
|
0949eedbd6
_STD -> _VSTD to avoid macro clash on windows
|
vor 14 Jahren |
atomic
|
154002bb5d
Provide a more readable error message for <atomic> until it is implemented.
|
vor 14 Jahren |
bitset
|
f03c3b4612
http://llvm.org/bugs/show_bug.cgi?id=10248
|
vor 14 Jahren |
cassert
|
b64f8b07c1
license change
|
vor 14 Jahren |
ccomplex
|
b64f8b07c1
license change
|
vor 14 Jahren |
cctype
|
b64f8b07c1
license change
|
vor 14 Jahren |
cerrno
|
8c1aa2c24d
Changes to cerrno to protect against the case the ELAST is not defined.
|
vor 14 Jahren |
cfenv
|
b64f8b07c1
license change
|
vor 14 Jahren |
cfloat
|
b64f8b07c1
license change
|
vor 14 Jahren |
chrono
|
0949eedbd6
_STD -> _VSTD to avoid macro clash on windows
|
vor 14 Jahren |
cinttypes
|
f5256e16df
Wiped out some non-ascii characters that snuck into the copyright.
|
vor 15 Jahren |
ciso646
|
b64f8b07c1
license change
|
vor 14 Jahren |
climits
|
b64f8b07c1
license change
|
vor 14 Jahren |
clocale
|
b64f8b07c1
license change
|
vor 14 Jahren |
cmath
|
0a111118a6
http://llvm.org/bugs/show_bug.cgi?id=9854. Also created an emulated hexfloat literal for use in some of the tests. <sigh> And cleaned up some harmless but irritating warnings in the tests.
|
vor 14 Jahren |
codecvt
|
b64f8b07c1
license change
|
vor 14 Jahren |
complex
|
0949eedbd6
_STD -> _VSTD to avoid macro clash on windows
|
vor 14 Jahren |
complex.h
|
b64f8b07c1
license change
|
vor 14 Jahren |
condition_variable
|
0949eedbd6
_STD -> _VSTD to avoid macro clash on windows
|
vor 14 Jahren |
csetjmp
|
b64f8b07c1
license change
|
vor 14 Jahren |
csignal
|
b64f8b07c1
license change
|
vor 14 Jahren |
cstdarg
|
b64f8b07c1
license change
|
vor 14 Jahren |
cstdbool
|
b64f8b07c1
license change
|
vor 14 Jahren |
cstddef
|
0949eedbd6
_STD -> _VSTD to avoid macro clash on windows
|
vor 14 Jahren |
cstdint
|
b64f8b07c1
license change
|
vor 14 Jahren |
cstdio
|
b64f8b07c1
license change
|
vor 14 Jahren |
cstdlib
|
b64f8b07c1
license change
|
vor 14 Jahren |
cstring
|
8177207f3c
Bug 7983 fixed by Bernhard Rosenkraenzer
|
vor 15 Jahren |
ctgmath
|
b64f8b07c1
license change
|
vor 14 Jahren |
ctime
|
b64f8b07c1
license change
|
vor 14 Jahren |
cwchar
|
b64f8b07c1
license change
|
vor 14 Jahren |
cwctype
|
b64f8b07c1
license change
|
vor 14 Jahren |
deque
|
0949eedbd6
_STD -> _VSTD to avoid macro clash on windows
|
vor 14 Jahren |
exception
|
0949eedbd6
_STD -> _VSTD to avoid macro clash on windows
|
vor 14 Jahren |
forward_list
|
0949eedbd6
_STD -> _VSTD to avoid macro clash on windows
|
vor 14 Jahren |
fstream
|
0949eedbd6
_STD -> _VSTD to avoid macro clash on windows
|
vor 14 Jahren |
functional
|
90d7785eba
http://llvm.org/bugs/show_bug.cgi?id=10250
|
vor 14 Jahren |
future
|
22ba71b8ef
http://llvm.org/bugs/show_bug.cgi?id=10346
|
vor 14 Jahren |
initializer_list
|
ed56921d6e
Applied noexcept to everything in [language.support] (Chapter 18)
|
vor 14 Jahren |
iomanip
|
b64f8b07c1
license change
|
vor 14 Jahren |
ios
|
0949eedbd6
_STD -> _VSTD to avoid macro clash on windows
|
vor 14 Jahren |
iosfwd
|
0a111118a6
http://llvm.org/bugs/show_bug.cgi?id=9854. Also created an emulated hexfloat literal for use in some of the tests. <sigh> And cleaned up some harmless but irritating warnings in the tests.
|
vor 14 Jahren |
iostream
|
b64f8b07c1
license change
|
vor 14 Jahren |
istream
|
ac6de546bd
Fixing up some ABI issues
|
vor 14 Jahren |
iterator
|
0949eedbd6
_STD -> _VSTD to avoid macro clash on windows
|
vor 14 Jahren |
limits
|
ed56921d6e
Applied noexcept to everything in [language.support] (Chapter 18)
|
vor 14 Jahren |
list
|
0949eedbd6
_STD -> _VSTD to avoid macro clash on windows
|
vor 14 Jahren |
locale
|
8d75632ad0
Reverted to 134947. Once I got into it, I discovered there were too many problems to fix in 135035.
|
vor 14 Jahren |
map
|
61aa6013c3
Correct for new rules regarding implicitly deleted special members. http://llvm.org/bugs/show_bug.cgi?id=10191
|
vor 14 Jahren |
memory
|
61aa6013c3
Correct for new rules regarding implicitly deleted special members. http://llvm.org/bugs/show_bug.cgi?id=10191
|
vor 14 Jahren |
mutex
|
0949eedbd6
_STD -> _VSTD to avoid macro clash on windows
|
vor 14 Jahren |
new
|
2b1b2d40d7
Provide names for template and function parameters in forward declarations. The purpose is to aid automated documentation tools.
|
vor 14 Jahren |
numeric
|
b64f8b07c1
license change
|
vor 14 Jahren |
ostream
|
ac6de546bd
Fixing up some ABI issues
|
vor 14 Jahren |
queue
|
0949eedbd6
_STD -> _VSTD to avoid macro clash on windows
|
vor 14 Jahren |
random
|
0949eedbd6
_STD -> _VSTD to avoid macro clash on windows
|
vor 14 Jahren |
ratio
|
20eda8b563
Upgrade <ratio> to use template aliases when available.
|
vor 14 Jahren |
regex
|
0949eedbd6
_STD -> _VSTD to avoid macro clash on windows
|
vor 14 Jahren |
scoped_allocator
|
0949eedbd6
_STD -> _VSTD to avoid macro clash on windows
|
vor 14 Jahren |
set
|
61aa6013c3
Correct for new rules regarding implicitly deleted special members. http://llvm.org/bugs/show_bug.cgi?id=10191
|
vor 14 Jahren |
sstream
|
0949eedbd6
_STD -> _VSTD to avoid macro clash on windows
|
vor 14 Jahren |
stack
|
0949eedbd6
_STD -> _VSTD to avoid macro clash on windows
|
vor 14 Jahren |
stdexcept
|
1e15fd1856
Applied noexcept to everything in [diagnostics] (Chapter 19)
|
vor 14 Jahren |
streambuf
|
0949eedbd6
_STD -> _VSTD to avoid macro clash on windows
|
vor 14 Jahren |
string
|
ac6de546bd
Fixing up some ABI issues
|
vor 14 Jahren |
strstream
|
ac6de546bd
Fixing up some ABI issues
|
vor 14 Jahren |
system_error
|
1e15fd1856
Applied noexcept to everything in [diagnostics] (Chapter 19)
|
vor 14 Jahren |
tgmath.h
|
b64f8b07c1
license change
|
vor 14 Jahren |
thread
|
0949eedbd6
_STD -> _VSTD to avoid macro clash on windows
|
vor 14 Jahren |
tuple
|
0949eedbd6
_STD -> _VSTD to avoid macro clash on windows
|
vor 14 Jahren |
type_traits
|
0949eedbd6
_STD -> _VSTD to avoid macro clash on windows
|
vor 14 Jahren |
typeindex
|
0687adca37
noexcept for <typeindex>. This completes Chapter 20 [utilities].
|
vor 14 Jahren |
typeinfo
|
ed56921d6e
Applied noexcept to everything in [language.support] (Chapter 18)
|
vor 14 Jahren |
unordered_map
|
61aa6013c3
Correct for new rules regarding implicitly deleted special members. http://llvm.org/bugs/show_bug.cgi?id=10191
|
vor 14 Jahren |
unordered_set
|
61aa6013c3
Correct for new rules regarding implicitly deleted special members. http://llvm.org/bugs/show_bug.cgi?id=10191
|
vor 14 Jahren |
utility
|
74248888ab
Changed constraints on pair and tuple constructors from is_convertible to is_constructible.
|
vor 14 Jahren |
valarray
|
0949eedbd6
_STD -> _VSTD to avoid macro clash on windows
|
vor 14 Jahren |
vector
|
2bf1c08510
Make vector<bool>::reference and const_reference public
|
vor 14 Jahren |