Howard Hinnant 469d419a17 Correction to set of overloaded pair constructors for C++0x há 14 anos atrás
..
ext 2529d02b5d Qualify calls to addressof with std::. Bug 9106 há 14 anos atrás
__bit_reference b64f8b07c1 license change há 14 anos atrás
__config e14ea5835e http://llvm.org/bugs/show_bug.cgi?id=9765 há 14 anos atrás
__functional_03 b64f8b07c1 license change há 14 anos atrás
__functional_base b64f8b07c1 license change há 14 anos atrás
__functional_base_03 b64f8b07c1 license change há 14 anos atrás
__hash_table df85e57f4a Fixed two problems found by Chris Jefferson: Made operator>> for char consistent with gcc. Opened an LWG issue on this one. 2) Renamed some private typedefs which are causing boost grief. há 14 anos atrás
__locale 2d72b1e393 Effort to reduce the number of exported symbols há 14 anos atrás
__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 há 14 anos atrás
__split_buffer 04240d90ef Reverting an old optimization that conflicts with the new allocator model, and causes some test casees to compile that shouldn't. há 14 anos atrás
__sso_allocator b64f8b07c1 license change há 14 anos atrás
__std_stream 6cf5d8c3aa Chris Jefferson noted many places where function calls needed to be qualified (thanks Chris). há 14 anos atrás
__tree 7ac6af7027 Qualify calls to std::next(), to avoid conflicts with há 14 anos atrás
__tuple f9b8998795 I have to revert this recent fix to tuple conversions until clang implements cwg 1170. Without this fix pair and tuple don't convert properly. With it, associative containers get access errors when they shouldn't. cwg 1170 fixes the latter. há 14 anos atrás
__tuple_03 b64f8b07c1 license change há 14 anos atrás
algorithm 171869e27c Fix copy_n to increment only n-1 times for an input iterator. This works much better with std::istream_iterator<int>(std::cin). Credit: Matan Nassau. há 14 anos atrás
array cd2254b454 LWG 1191 há 14 anos atrás
atomic 154002bb5d Provide a more readable error message for <atomic> until it is implemented. há 14 anos atrás
bitset 34d6b19721 LWG 1325 há 14 anos atrás
cassert b64f8b07c1 license change há 14 anos atrás
ccomplex b64f8b07c1 license change há 14 anos atrás
cctype b64f8b07c1 license change há 14 anos atrás
cerrno 8c1aa2c24d Changes to cerrno to protect against the case the ELAST is not defined. há 14 anos atrás
cfenv b64f8b07c1 license change há 14 anos atrás
cfloat b64f8b07c1 license change há 14 anos atrás
chrono f8f852138f N3191: C++ Timeout Specification há 14 anos atrás
cinttypes f5256e16df Wiped out some non-ascii characters that snuck into the copyright. há 15 anos atrás
ciso646 b64f8b07c1 license change há 14 anos atrás
climits b64f8b07c1 license change há 14 anos atrás
clocale b64f8b07c1 license change há 14 anos atrás
cmath b64f8b07c1 license change há 14 anos atrás
codecvt b64f8b07c1 license change há 14 anos atrás
complex 995676a98e LWG 1522 há 14 anos atrás
complex.h b64f8b07c1 license change há 14 anos atrás
condition_variable f8f852138f N3191: C++ Timeout Specification há 14 anos atrás
csetjmp b64f8b07c1 license change há 14 anos atrás
csignal b64f8b07c1 license change há 14 anos atrás
cstdarg b64f8b07c1 license change há 14 anos atrás
cstdbool b64f8b07c1 license change há 14 anos atrás
cstddef b64f8b07c1 license change há 14 anos atrás
cstdint b64f8b07c1 license change há 14 anos atrás
cstdio b64f8b07c1 license change há 14 anos atrás
cstdlib b64f8b07c1 license change há 14 anos atrás
cstring 8177207f3c Bug 7983 fixed by Bernhard Rosenkraenzer há 15 anos atrás
ctgmath b64f8b07c1 license change há 14 anos atrás
ctime b64f8b07c1 license change há 14 anos atrás
cwchar b64f8b07c1 license change há 14 anos atrás
cwctype b64f8b07c1 license change há 14 anos atrás
deque 7ac6af7027 Qualify calls to std::next(), to avoid conflicts with há 14 anos atrás
exception a445151f4a N3189 Observers for the three handler functions há 14 anos atrás
forward_list 6cf5d8c3aa Chris Jefferson noted many places where function calls needed to be qualified (thanks Chris). há 14 anos atrás
fstream 6cf5d8c3aa Chris Jefferson noted many places where function calls needed to be qualified (thanks Chris). há 14 anos atrás
functional 5ea2e37c08 Remove an (incorrect) compiler workaround in the __mu function. The há 14 anos atrás
future a445151f4a N3189 Observers for the three handler functions há 14 anos atrás
initializer_list b64f8b07c1 license change há 14 anos atrás
iomanip b64f8b07c1 license change há 14 anos atrás
ios 2d72b1e393 Effort to reduce the number of exported symbols há 14 anos atrás
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. há 14 anos atrás
iostream b64f8b07c1 license change há 14 anos atrás
istream df85e57f4a Fixed two problems found by Chris Jefferson: Made operator>> for char consistent with gcc. Opened an LWG issue on this one. 2) Renamed some private typedefs which are causing boost grief. há 14 anos atrás
iterator 6cf5d8c3aa Chris Jefferson noted many places where function calls needed to be qualified (thanks Chris). há 14 anos atrás
limits b64f8b07c1 license change há 14 anos atrás
list 6cf5d8c3aa Chris Jefferson noted many places where function calls needed to be qualified (thanks Chris). há 14 anos atrás
locale 506b36487c time_get was missing the %F specifier. This change impacts the binary. há 14 anos atrás
map 9dbeff919b http://llvm.org/bugs/show_bug.cgi?id=9672 há 14 anos atrás
memory 2529d02b5d Qualify calls to addressof with std::. Bug 9106 há 14 anos atrás
mutex 6fd4b669ca Fixing an ambiguity in variadics found by clang. há 14 anos atrás
new a445151f4a N3189 Observers for the three handler functions há 14 anos atrás
numeric b64f8b07c1 license change há 14 anos atrás
ostream a02851e8a2 Chris Jefferson found a missing const (Bugzilla 9632) há 14 anos atrás
queue b64f8b07c1 license change há 14 anos atrás
random 75f7695c62 Think-o in poisson_distribution at mean == 10 há 14 anos atrás
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 há 14 anos atrás
regex 41fb6e1432 Jonathan Sauer found a bug in the way ^ was handled há 14 anos atrás
scoped_allocator b64f8b07c1 license change há 14 anos atrás
set b64f8b07c1 license change há 14 anos atrás
sstream 6cf5d8c3aa Chris Jefferson noted many places where function calls needed to be qualified (thanks Chris). há 14 anos atrás
stack b64f8b07c1 license change há 14 anos atrás
stdexcept b64f8b07c1 license change há 14 anos atrás
streambuf b64f8b07c1 license change há 14 anos atrás
string 9f193f202f Add always_inline to string move constructors há 14 anos atrás
strstream b64f8b07c1 license change há 14 anos atrás
system_error b64f8b07c1 license change há 14 anos atrás
tgmath.h b64f8b07c1 license change há 14 anos atrás
thread 2d72b1e393 Effort to reduce the number of exported symbols há 14 anos atrás
tuple 56a85ca8bf tweak for readability (no functionality change) há 14 anos atrás
type_traits 6e5e7e78ee Corrected const-correctness on nullptr type_traits, and beefed up the test for nullptr_t. há 14 anos atrás
typeindex b64f8b07c1 license change há 14 anos atrás
typeinfo b64f8b07c1 license change há 14 anos atrás
unordered_map 2529d02b5d Qualify calls to addressof with std::. Bug 9106 há 14 anos atrás
unordered_set b64f8b07c1 license change há 14 anos atrás
utility 469d419a17 Correction to set of overloaded pair constructors for C++0x há 14 anos atrás
valarray b64f8b07c1 license change há 14 anos atrás
vector 6cf5d8c3aa Chris Jefferson noted many places where function calls needed to be qualified (thanks Chris). há 14 anos atrás