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