Howard Hinnant 36cdf027d2 I am experimenting with putting visibility-default attributes on all struct/classes in libc++. This checkin decorates only basic_string and vector as an experiment, and for review by those in this audience that might know more about visibilty than I do. If I get no negative feedback on this procedure I will begin to decorate the entire library in this way. 15 years ago
..
ext 73d21a4f07 Changed __config to react to all of clang's currently documented has_feature flags, and renamed _LIBCPP_MOVE to _LIBCPP_HAS_NO_RVALUE_REFERENCES to be more consistent with the rest of the libc++'s flags, and with clang's nomenclature. 15 years ago
__bit_reference 324bb03bb9 Fixing whitespace problems 15 years ago
__config 87eea6d801 has_trivial_copy_constructor hooked up to clang. Filed http://llvm.org/bugs/show_bug.cgi?id=8105 to take care of void, arrays of incomplete bounds and complete bounds which don't work yet. If there is some reason we don't want to handle these types in the compiler, I can handle them in the library. 15 years ago
__functional_03 324bb03bb9 Fixing whitespace problems 15 years ago
__functional_base 73d21a4f07 Changed __config to react to all of clang's currently documented has_feature flags, and renamed _LIBCPP_MOVE to _LIBCPP_HAS_NO_RVALUE_REFERENCES to be more consistent with the rest of the libc++'s flags, and with clang's nomenclature. 15 years ago
__functional_base_03 324bb03bb9 Fixing whitespace problems 15 years ago
__hash_table bfd5530c06 Fix whitespace 15 years ago
__locale 324bb03bb9 Fixing whitespace problems 15 years ago
__mutex_base 73d21a4f07 Changed __config to react to all of clang's currently documented has_feature flags, and renamed _LIBCPP_MOVE to _LIBCPP_HAS_NO_RVALUE_REFERENCES to be more consistent with the rest of the libc++'s flags, and with clang's nomenclature. 15 years ago
__split_buffer 73d21a4f07 Changed __config to react to all of clang's currently documented has_feature flags, and renamed _LIBCPP_MOVE to _LIBCPP_HAS_NO_RVALUE_REFERENCES to be more consistent with the rest of the libc++'s flags, and with clang's nomenclature. 15 years ago
__sso_allocator f5256e16df Wiped out some non-ascii characters that snuck into the copyright. 15 years ago
__std_stream f5256e16df Wiped out some non-ascii characters that snuck into the copyright. 15 years ago
__tree 73d21a4f07 Changed __config to react to all of clang's currently documented has_feature flags, and renamed _LIBCPP_MOVE to _LIBCPP_HAS_NO_RVALUE_REFERENCES to be more consistent with the rest of the libc++'s flags, and with clang's nomenclature. 15 years ago
__tuple 324bb03bb9 Fixing whitespace problems 15 years ago
__tuple_03 324bb03bb9 Fixing whitespace problems 15 years ago
algorithm 73d21a4f07 Changed __config to react to all of clang's currently documented has_feature flags, and renamed _LIBCPP_MOVE to _LIBCPP_HAS_NO_RVALUE_REFERENCES to be more consistent with the rest of the libc++'s flags, and with clang's nomenclature. 15 years ago
array 324bb03bb9 Fixing whitespace problems 15 years ago
bitset 324bb03bb9 Fixing whitespace problems 15 years ago
cassert f5256e16df Wiped out some non-ascii characters that snuck into the copyright. 15 years ago
ccomplex f5256e16df Wiped out some non-ascii characters that snuck into the copyright. 15 years ago
cctype f5256e16df Wiped out some non-ascii characters that snuck into the copyright. 15 years ago
cerrno 324bb03bb9 Fixing whitespace problems 15 years ago
cfenv f5256e16df Wiped out some non-ascii characters that snuck into the copyright. 15 years ago
cfloat f5256e16df Wiped out some non-ascii characters that snuck into the copyright. 15 years ago
chrono d8bc09b616 [rand.dist.norm.f] 15 years ago
cinttypes f5256e16df Wiped out some non-ascii characters that snuck into the copyright. 15 years ago
ciso646 f5256e16df Wiped out some non-ascii characters that snuck into the copyright. 15 years ago
climits f5256e16df Wiped out some non-ascii characters that snuck into the copyright. 15 years ago
clocale f5256e16df Wiped out some non-ascii characters that snuck into the copyright. 15 years ago
cmath 324bb03bb9 Fixing whitespace problems 15 years ago
codecvt 87d1a8a4d8 [locale.stdcvt] 15 years ago
complex 324bb03bb9 Fixing whitespace problems 15 years ago
complex.h 324bb03bb9 Fixing whitespace problems 15 years ago
condition_variable e6e4d01553 [futures.atomic_future] and notify_all_at_thread_exit. This completes the header <future> and all of Chapter 30 (for C++0x enabled compilers). 15 years ago
csetjmp f5256e16df Wiped out some non-ascii characters that snuck into the copyright. 15 years ago
csignal 324bb03bb9 Fixing whitespace problems 15 years ago
cstdarg 324bb03bb9 Fixing whitespace problems 15 years ago
cstdbool f5256e16df Wiped out some non-ascii characters that snuck into the copyright. 15 years ago
cstddef 324bb03bb9 Fixing whitespace problems 15 years ago
cstdint f5256e16df Wiped out some non-ascii characters that snuck into the copyright. 15 years ago
cstdio f5256e16df Wiped out some non-ascii characters that snuck into the copyright. 15 years ago
cstdlib 324bb03bb9 Fixing whitespace problems 15 years ago
cstring 324bb03bb9 Fixing whitespace problems 15 years ago
ctgmath f5256e16df Wiped out some non-ascii characters that snuck into the copyright. 15 years ago
ctime 324bb03bb9 Fixing whitespace problems 15 years ago
cwchar 324bb03bb9 Fixing whitespace problems 15 years ago
cwctype 324bb03bb9 Fixing whitespace problems 15 years ago
deque 73d21a4f07 Changed __config to react to all of clang's currently documented has_feature flags, and renamed _LIBCPP_MOVE to _LIBCPP_HAS_NO_RVALUE_REFERENCES to be more consistent with the rest of the libc++'s flags, and with clang's nomenclature. 15 years ago
exception 73d21a4f07 Changed __config to react to all of clang's currently documented has_feature flags, and renamed _LIBCPP_MOVE to _LIBCPP_HAS_NO_RVALUE_REFERENCES to be more consistent with the rest of the libc++'s flags, and with clang's nomenclature. 15 years ago
forward_list 73d21a4f07 Changed __config to react to all of clang's currently documented has_feature flags, and renamed _LIBCPP_MOVE to _LIBCPP_HAS_NO_RVALUE_REFERENCES to be more consistent with the rest of the libc++'s flags, and with clang's nomenclature. 15 years ago
fstream 73d21a4f07 Changed __config to react to all of clang's currently documented has_feature flags, and renamed _LIBCPP_MOVE to _LIBCPP_HAS_NO_RVALUE_REFERENCES to be more consistent with the rest of the libc++'s flags, and with clang's nomenclature. 15 years ago
functional 324bb03bb9 Fixing whitespace problems 15 years ago
future 73d21a4f07 Changed __config to react to all of clang's currently documented has_feature flags, and renamed _LIBCPP_MOVE to _LIBCPP_HAS_NO_RVALUE_REFERENCES to be more consistent with the rest of the libc++'s flags, and with clang's nomenclature. 15 years ago
initializer_list fcc593875c [support.initlist.range] 15 years ago
iomanip 324bb03bb9 Fixing whitespace problems 15 years ago
ios 73d21a4f07 Changed __config to react to all of clang's currently documented has_feature flags, and renamed _LIBCPP_MOVE to _LIBCPP_HAS_NO_RVALUE_REFERENCES to be more consistent with the rest of the libc++'s flags, and with clang's nomenclature. 15 years ago
iosfwd 36cdf027d2 I am experimenting with putting visibility-default attributes on all struct/classes in libc++. This checkin decorates only basic_string and vector as an experiment, and for review by those in this audience that might know more about visibilty than I do. If I get no negative feedback on this procedure I will begin to decorate the entire library in this way. 15 years ago
iostream f5256e16df Wiped out some non-ascii characters that snuck into the copyright. 15 years ago
istream 73d21a4f07 Changed __config to react to all of clang's currently documented has_feature flags, and renamed _LIBCPP_MOVE to _LIBCPP_HAS_NO_RVALUE_REFERENCES to be more consistent with the rest of the libc++'s flags, and with clang's nomenclature. 15 years ago
iterator 73d21a4f07 Changed __config to react to all of clang's currently documented has_feature flags, and renamed _LIBCPP_MOVE to _LIBCPP_HAS_NO_RVALUE_REFERENCES to be more consistent with the rest of the libc++'s flags, and with clang's nomenclature. 15 years ago
limits f5256e16df Wiped out some non-ascii characters that snuck into the copyright. 15 years ago
list 73d21a4f07 Changed __config to react to all of clang's currently documented has_feature flags, and renamed _LIBCPP_MOVE to _LIBCPP_HAS_NO_RVALUE_REFERENCES to be more consistent with the rest of the libc++'s flags, and with clang's nomenclature. 15 years ago
locale bfd5530c06 Fix whitespace 15 years ago
map bfd5530c06 Fix whitespace 15 years ago
memory 36cdf027d2 I am experimenting with putting visibility-default attributes on all struct/classes in libc++. This checkin decorates only basic_string and vector as an experiment, and for review by those in this audience that might know more about visibilty than I do. If I get no negative feedback on this procedure I will begin to decorate the entire library in this way. 15 years ago
mutex 73d21a4f07 Changed __config to react to all of clang's currently documented has_feature flags, and renamed _LIBCPP_MOVE to _LIBCPP_HAS_NO_RVALUE_REFERENCES to be more consistent with the rest of the libc++'s flags, and with clang's nomenclature. 15 years ago
new d510977c4d Remove tabs 15 years ago
numeric ebef7459b2 [numeric.iota] 15 years ago
ostream 73d21a4f07 Changed __config to react to all of clang's currently documented has_feature flags, and renamed _LIBCPP_MOVE to _LIBCPP_HAS_NO_RVALUE_REFERENCES to be more consistent with the rest of the libc++'s flags, and with clang's nomenclature. 15 years ago
queue 73d21a4f07 Changed __config to react to all of clang's currently documented has_feature flags, and renamed _LIBCPP_MOVE to _LIBCPP_HAS_NO_RVALUE_REFERENCES to be more consistent with the rest of the libc++'s flags, and with clang's nomenclature. 15 years ago
random 73d21a4f07 Changed __config to react to all of clang's currently documented has_feature flags, and renamed _LIBCPP_MOVE to _LIBCPP_HAS_NO_RVALUE_REFERENCES to be more consistent with the rest of the libc++'s flags, and with clang's nomenclature. 15 years ago
ratio 324bb03bb9 Fixing whitespace problems 15 years ago
regex 73d21a4f07 Changed __config to react to all of clang's currently documented has_feature flags, and renamed _LIBCPP_MOVE to _LIBCPP_HAS_NO_RVALUE_REFERENCES to be more consistent with the rest of the libc++'s flags, and with clang's nomenclature. 15 years ago
scoped_allocator 73d21a4f07 Changed __config to react to all of clang's currently documented has_feature flags, and renamed _LIBCPP_MOVE to _LIBCPP_HAS_NO_RVALUE_REFERENCES to be more consistent with the rest of the libc++'s flags, and with clang's nomenclature. 15 years ago
set 73d21a4f07 Changed __config to react to all of clang's currently documented has_feature flags, and renamed _LIBCPP_MOVE to _LIBCPP_HAS_NO_RVALUE_REFERENCES to be more consistent with the rest of the libc++'s flags, and with clang's nomenclature. 15 years ago
sstream 73d21a4f07 Changed __config to react to all of clang's currently documented has_feature flags, and renamed _LIBCPP_MOVE to _LIBCPP_HAS_NO_RVALUE_REFERENCES to be more consistent with the rest of the libc++'s flags, and with clang's nomenclature. 15 years ago
stack 73d21a4f07 Changed __config to react to all of clang's currently documented has_feature flags, and renamed _LIBCPP_MOVE to _LIBCPP_HAS_NO_RVALUE_REFERENCES to be more consistent with the rest of the libc++'s flags, and with clang's nomenclature. 15 years ago
stdexcept 324bb03bb9 Fixing whitespace problems 15 years ago
streambuf 324bb03bb9 Fixing whitespace problems 15 years ago
string 36cdf027d2 I am experimenting with putting visibility-default attributes on all struct/classes in libc++. This checkin decorates only basic_string and vector as an experiment, and for review by those in this audience that might know more about visibilty than I do. If I get no negative feedback on this procedure I will begin to decorate the entire library in this way. 15 years ago
strstream 73d21a4f07 Changed __config to react to all of clang's currently documented has_feature flags, and renamed _LIBCPP_MOVE to _LIBCPP_HAS_NO_RVALUE_REFERENCES to be more consistent with the rest of the libc++'s flags, and with clang's nomenclature. 15 years ago
system_error 324bb03bb9 Fixing whitespace problems 15 years ago
tgmath.h f5256e16df Wiped out some non-ascii characters that snuck into the copyright. 15 years ago
thread 73d21a4f07 Changed __config to react to all of clang's currently documented has_feature flags, and renamed _LIBCPP_MOVE to _LIBCPP_HAS_NO_RVALUE_REFERENCES to be more consistent with the rest of the libc++'s flags, and with clang's nomenclature. 15 years ago
tuple 324bb03bb9 Fixing whitespace problems 15 years ago
type_traits cb2deb2652 Yonggang Luo fixed gcc version checking for type_traits support. 15 years ago
typeindex f5256e16df Wiped out some non-ascii characters that snuck into the copyright. 15 years ago
typeinfo 324bb03bb9 Fixing whitespace problems 15 years ago
unordered_map 73d21a4f07 Changed __config to react to all of clang's currently documented has_feature flags, and renamed _LIBCPP_MOVE to _LIBCPP_HAS_NO_RVALUE_REFERENCES to be more consistent with the rest of the libc++'s flags, and with clang's nomenclature. 15 years ago
unordered_set 73d21a4f07 Changed __config to react to all of clang's currently documented has_feature flags, and renamed _LIBCPP_MOVE to _LIBCPP_HAS_NO_RVALUE_REFERENCES to be more consistent with the rest of the libc++'s flags, and with clang's nomenclature. 15 years ago
utility 73d21a4f07 Changed __config to react to all of clang's currently documented has_feature flags, and renamed _LIBCPP_MOVE to _LIBCPP_HAS_NO_RVALUE_REFERENCES to be more consistent with the rest of the libc++'s flags, and with clang's nomenclature. 15 years ago
valarray 73d21a4f07 Changed __config to react to all of clang's currently documented has_feature flags, and renamed _LIBCPP_MOVE to _LIBCPP_HAS_NO_RVALUE_REFERENCES to be more consistent with the rest of the libc++'s flags, and with clang's nomenclature. 15 years ago
vector 36cdf027d2 I am experimenting with putting visibility-default attributes on all struct/classes in libc++. This checkin decorates only basic_string and vector as an experiment, and for review by those in this audience that might know more about visibilty than I do. If I get no negative feedback on this procedure I will begin to decorate the entire library in this way. 15 years ago