Howard Hinnant 6cf5d8c3aa Chris Jefferson noted many places where function calls needed to be qualified (thanks Chris). 14 жил өмнө
..
ext 2529d02b5d Qualify calls to addressof with std::. Bug 9106 14 жил өмнө
__bit_reference b64f8b07c1 license change 14 жил өмнө
__config 497ac97247 Inline namespaces are always available in Clang. Rely on that without 14 жил өмнө
__functional_03 b64f8b07c1 license change 14 жил өмнө
__functional_base b64f8b07c1 license change 14 жил өмнө
__functional_base_03 b64f8b07c1 license change 14 жил өмнө
__hash_table 2529d02b5d Qualify calls to addressof with std::. Bug 9106 14 жил өмнө
__locale 2d72b1e393 Effort to reduce the number of exported symbols 14 жил өмнө
__mutex_base ac417faebc Minor fixup in <ratio> and add optional support for shared_mutex and upgrade_mutex which must be opted into with #define _LIBCPP_SHARED_LOCK 14 жил өмнө
__split_buffer 04240d90ef Reverting an old optimization that conflicts with the new allocator model, and causes some test casees to compile that shouldn't. 14 жил өмнө
__sso_allocator b64f8b07c1 license change 14 жил өмнө
__std_stream 6cf5d8c3aa Chris Jefferson noted many places where function calls needed to be qualified (thanks Chris). 14 жил өмнө
__tree 2529d02b5d Qualify calls to addressof with std::. Bug 9106 14 жил өмнө
__tuple f83417b823 Chandler Carruth changed >> to > > in several places. 14 жил өмнө
__tuple_03 b64f8b07c1 license change 14 жил өмнө
algorithm 6cf5d8c3aa Chris Jefferson noted many places where function calls needed to be qualified (thanks Chris). 14 жил өмнө
array cd2254b454 LWG 1191 14 жил өмнө
atomic 770d1c4ea7 After a long break to wait for the atomic spec to settle, this completes the library part of <atomic>. It currently won't even parse as it depends on the existence of the intrinsics specified at http://libcxx.llvm.org/atomic_design_a.html. Everything has been tested using fake intrinsics which have now been removed. As the intrinsics come online, the ATOMIC_* macros will need to be adjusted to reflect which operations are lock-free. These macros will probably need to be #ifdef'd for each supported platform. 14 жил өмнө
bitset 34d6b19721 LWG 1325 14 жил өмнө
cassert b64f8b07c1 license change 14 жил өмнө
ccomplex b64f8b07c1 license change 14 жил өмнө
cctype b64f8b07c1 license change 14 жил өмнө
cerrno b64f8b07c1 license change 14 жил өмнө
cfenv b64f8b07c1 license change 14 жил өмнө
cfloat b64f8b07c1 license change 14 жил өмнө
chrono f8f852138f N3191: C++ Timeout Specification 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 b64f8b07c1 license change 14 жил өмнө
codecvt b64f8b07c1 license change 14 жил өмнө
complex 995676a98e LWG 1522 14 жил өмнө
complex.h b64f8b07c1 license change 14 жил өмнө
condition_variable f8f852138f N3191: C++ Timeout Specification 14 жил өмнө
csetjmp b64f8b07c1 license change 14 жил өмнө
csignal b64f8b07c1 license change 14 жил өмнө
cstdarg b64f8b07c1 license change 14 жил өмнө
cstdbool b64f8b07c1 license change 14 жил өмнө
cstddef b64f8b07c1 license change 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 6cf5d8c3aa Chris Jefferson noted many places where function calls needed to be qualified (thanks Chris). 14 жил өмнө
exception a445151f4a N3189 Observers for the three handler functions 14 жил өмнө
forward_list 6cf5d8c3aa Chris Jefferson noted many places where function calls needed to be qualified (thanks Chris). 14 жил өмнө
fstream 6cf5d8c3aa Chris Jefferson noted many places where function calls needed to be qualified (thanks Chris). 14 жил өмнө
functional 5ea2e37c08 Remove an (incorrect) compiler workaround in the __mu function. The 14 жил өмнө
future a445151f4a N3189 Observers for the three handler functions 14 жил өмнө
initializer_list b64f8b07c1 license change 14 жил өмнө
iomanip b64f8b07c1 license change 14 жил өмнө
ios 2d72b1e393 Effort to reduce the number of exported symbols 14 жил өмнө
iosfwd 52c4eb23e0 Two minor fixes: 1. Put integral_constant conversion to integral in even without constexpr support. 2. Add ios_base to <iosfwd>. The latter is being tracked by LWG 2026. 14 жил өмнө
iostream b64f8b07c1 license change 14 жил өмнө
istream 6cf5d8c3aa Chris Jefferson noted many places where function calls needed to be qualified (thanks Chris). 14 жил өмнө
iterator 6cf5d8c3aa Chris Jefferson noted many places where function calls needed to be qualified (thanks Chris). 14 жил өмнө
limits b64f8b07c1 license change 14 жил өмнө
list 6cf5d8c3aa Chris Jefferson noted many places where function calls needed to be qualified (thanks Chris). 14 жил өмнө
locale 6cf5d8c3aa Chris Jefferson noted many places where function calls needed to be qualified (thanks Chris). 14 жил өмнө
map 6cf5d8c3aa Chris Jefferson noted many places where function calls needed to be qualified (thanks Chris). 14 жил өмнө
memory 2529d02b5d Qualify calls to addressof with std::. Bug 9106 14 жил өмнө
mutex 6fd4b669ca Fixing an ambiguity in variadics found by clang. 14 жил өмнө
new a445151f4a N3189 Observers for the three handler functions 14 жил өмнө
numeric b64f8b07c1 license change 14 жил өмнө
ostream b64f8b07c1 license change 14 жил өмнө
queue b64f8b07c1 license change 14 жил өмнө
random 995676a98e LWG 1522 14 жил өмнө
ratio ac417faebc Minor fixup in <ratio> and add optional support for shared_mutex and upgrade_mutex which must be opted into with #define _LIBCPP_SHARED_LOCK 14 жил өмнө
regex 6cf5d8c3aa Chris Jefferson noted many places where function calls needed to be qualified (thanks Chris). 14 жил өмнө
scoped_allocator b64f8b07c1 license change 14 жил өмнө
set b64f8b07c1 license change 14 жил өмнө
sstream 6cf5d8c3aa Chris Jefferson noted many places where function calls needed to be qualified (thanks Chris). 14 жил өмнө
stack b64f8b07c1 license change 14 жил өмнө
stdexcept b64f8b07c1 license change 14 жил өмнө
streambuf b64f8b07c1 license change 14 жил өмнө
string 9f193f202f Add always_inline to string move constructors 14 жил өмнө
strstream b64f8b07c1 license change 14 жил өмнө
system_error b64f8b07c1 license change 14 жил өмнө
tgmath.h b64f8b07c1 license change 14 жил өмнө
thread 2d72b1e393 Effort to reduce the number of exported symbols 14 жил өмнө
tuple 56a85ca8bf tweak for readability (no functionality change) 14 жил өмнө
type_traits 621ee222d9 fix stupid type-o 14 жил өмнө
typeindex b64f8b07c1 license change 14 жил өмнө
typeinfo b64f8b07c1 license change 14 жил өмнө
unordered_map 2529d02b5d Qualify calls to addressof with std::. Bug 9106 14 жил өмнө
unordered_set b64f8b07c1 license change 14 жил өмнө
utility 5f5859c45b Add attribute to inlined member. 14 жил өмнө
valarray b64f8b07c1 license change 14 жил өмнө
vector 6cf5d8c3aa Chris Jefferson noted many places where function calls needed to be qualified (thanks Chris). 14 жил өмнө