.. |
ext
|
2529d02b5d
Qualify calls to addressof with std::. Bug 9106
|
14 yıl önce |
__bit_reference
|
b64f8b07c1
license change
|
14 yıl önce |
__config
|
497ac97247
Inline namespaces are always available in Clang. Rely on that without
|
14 yıl önce |
__functional_03
|
b64f8b07c1
license change
|
14 yıl önce |
__functional_base
|
b64f8b07c1
license change
|
14 yıl önce |
__functional_base_03
|
b64f8b07c1
license change
|
14 yıl önce |
__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.
|
14 yıl önce |
__locale
|
2d72b1e393
Effort to reduce the number of exported symbols
|
14 yıl önce |
__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 yıl önce |
__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 yıl önce |
__sso_allocator
|
b64f8b07c1
license change
|
14 yıl önce |
__std_stream
|
6cf5d8c3aa
Chris Jefferson noted many places where function calls needed to be qualified (thanks Chris).
|
14 yıl önce |
__tree
|
d0a2fbfe60
http://llvm.org/bugs/show_bug.cgi?id=9444
|
14 yıl önce |
__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.
|
14 yıl önce |
__tuple_03
|
b64f8b07c1
license change
|
14 yıl önce |
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.
|
14 yıl önce |
array
|
cd2254b454
LWG 1191
|
14 yıl önce |
atomic
|
b35e5e29aa
made better error message for <atomic>
|
14 yıl önce |
bitset
|
34d6b19721
LWG 1325
|
14 yıl önce |
cassert
|
b64f8b07c1
license change
|
14 yıl önce |
ccomplex
|
b64f8b07c1
license change
|
14 yıl önce |
cctype
|
b64f8b07c1
license change
|
14 yıl önce |
cerrno
|
b64f8b07c1
license change
|
14 yıl önce |
cfenv
|
b64f8b07c1
license change
|
14 yıl önce |
cfloat
|
b64f8b07c1
license change
|
14 yıl önce |
chrono
|
f8f852138f
N3191: C++ Timeout Specification
|
14 yıl önce |
cinttypes
|
f5256e16df
Wiped out some non-ascii characters that snuck into the copyright.
|
15 yıl önce |
ciso646
|
b64f8b07c1
license change
|
14 yıl önce |
climits
|
b64f8b07c1
license change
|
14 yıl önce |
clocale
|
b64f8b07c1
license change
|
14 yıl önce |
cmath
|
b64f8b07c1
license change
|
14 yıl önce |
codecvt
|
b64f8b07c1
license change
|
14 yıl önce |
complex
|
995676a98e
LWG 1522
|
14 yıl önce |
complex.h
|
b64f8b07c1
license change
|
14 yıl önce |
condition_variable
|
f8f852138f
N3191: C++ Timeout Specification
|
14 yıl önce |
csetjmp
|
b64f8b07c1
license change
|
14 yıl önce |
csignal
|
b64f8b07c1
license change
|
14 yıl önce |
cstdarg
|
b64f8b07c1
license change
|
14 yıl önce |
cstdbool
|
b64f8b07c1
license change
|
14 yıl önce |
cstddef
|
b64f8b07c1
license change
|
14 yıl önce |
cstdint
|
b64f8b07c1
license change
|
14 yıl önce |
cstdio
|
b64f8b07c1
license change
|
14 yıl önce |
cstdlib
|
b64f8b07c1
license change
|
14 yıl önce |
cstring
|
8177207f3c
Bug 7983 fixed by Bernhard Rosenkraenzer
|
15 yıl önce |
ctgmath
|
b64f8b07c1
license change
|
14 yıl önce |
ctime
|
b64f8b07c1
license change
|
14 yıl önce |
cwchar
|
b64f8b07c1
license change
|
14 yıl önce |
cwctype
|
b64f8b07c1
license change
|
14 yıl önce |
deque
|
6cf5d8c3aa
Chris Jefferson noted many places where function calls needed to be qualified (thanks Chris).
|
14 yıl önce |
exception
|
a445151f4a
N3189 Observers for the three handler functions
|
14 yıl önce |
forward_list
|
6cf5d8c3aa
Chris Jefferson noted many places where function calls needed to be qualified (thanks Chris).
|
14 yıl önce |
fstream
|
6cf5d8c3aa
Chris Jefferson noted many places where function calls needed to be qualified (thanks Chris).
|
14 yıl önce |
functional
|
5ea2e37c08
Remove an (incorrect) compiler workaround in the __mu function. The
|
14 yıl önce |
future
|
a445151f4a
N3189 Observers for the three handler functions
|
14 yıl önce |
initializer_list
|
b64f8b07c1
license change
|
14 yıl önce |
iomanip
|
b64f8b07c1
license change
|
14 yıl önce |
ios
|
2d72b1e393
Effort to reduce the number of exported symbols
|
14 yıl önce |
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 yıl önce |
iostream
|
b64f8b07c1
license change
|
14 yıl önce |
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.
|
14 yıl önce |
iterator
|
6cf5d8c3aa
Chris Jefferson noted many places where function calls needed to be qualified (thanks Chris).
|
14 yıl önce |
limits
|
b64f8b07c1
license change
|
14 yıl önce |
list
|
6cf5d8c3aa
Chris Jefferson noted many places where function calls needed to be qualified (thanks Chris).
|
14 yıl önce |
locale
|
80586729e4
Chris Jefferson found a defect in the C++0x working draft by trying to run libc++ against boost. I've submitted an issue to the LWG, and this commit attempts to implement the proposed resolution of that defect report. I'd point to the issue but it hasn't been put into the LWG list yet. The title of the issue will be: Stage 2 accumulate incompatibilty
|
14 yıl önce |
map
|
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.
|
14 yıl önce |
memory
|
2529d02b5d
Qualify calls to addressof with std::. Bug 9106
|
14 yıl önce |
mutex
|
6fd4b669ca
Fixing an ambiguity in variadics found by clang.
|
14 yıl önce |
new
|
a445151f4a
N3189 Observers for the three handler functions
|
14 yıl önce |
numeric
|
b64f8b07c1
license change
|
14 yıl önce |
ostream
|
b64f8b07c1
license change
|
14 yıl önce |
queue
|
b64f8b07c1
license change
|
14 yıl önce |
random
|
995676a98e
LWG 1522
|
14 yıl önce |
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 yıl önce |
regex
|
6cf5d8c3aa
Chris Jefferson noted many places where function calls needed to be qualified (thanks Chris).
|
14 yıl önce |
scoped_allocator
|
b64f8b07c1
license change
|
14 yıl önce |
set
|
b64f8b07c1
license change
|
14 yıl önce |
sstream
|
6cf5d8c3aa
Chris Jefferson noted many places where function calls needed to be qualified (thanks Chris).
|
14 yıl önce |
stack
|
b64f8b07c1
license change
|
14 yıl önce |
stdexcept
|
b64f8b07c1
license change
|
14 yıl önce |
streambuf
|
b64f8b07c1
license change
|
14 yıl önce |
string
|
9f193f202f
Add always_inline to string move constructors
|
14 yıl önce |
strstream
|
b64f8b07c1
license change
|
14 yıl önce |
system_error
|
b64f8b07c1
license change
|
14 yıl önce |
tgmath.h
|
b64f8b07c1
license change
|
14 yıl önce |
thread
|
2d72b1e393
Effort to reduce the number of exported symbols
|
14 yıl önce |
tuple
|
56a85ca8bf
tweak for readability (no functionality change)
|
14 yıl önce |
type_traits
|
6e5e7e78ee
Corrected const-correctness on nullptr type_traits, and beefed up the test for nullptr_t.
|
14 yıl önce |
typeindex
|
b64f8b07c1
license change
|
14 yıl önce |
typeinfo
|
b64f8b07c1
license change
|
14 yıl önce |
unordered_map
|
2529d02b5d
Qualify calls to addressof with std::. Bug 9106
|
14 yıl önce |
unordered_set
|
b64f8b07c1
license change
|
14 yıl önce |
utility
|
5f5859c45b
Add attribute to inlined member.
|
14 yıl önce |
valarray
|
b64f8b07c1
license change
|
14 yıl önce |
vector
|
6cf5d8c3aa
Chris Jefferson noted many places where function calls needed to be qualified (thanks Chris).
|
14 yıl önce |