Howard Hinnant 0d5dff1897 Fix two test bugs 15 年之前
..
algorithms 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 年之前
atomics 611fdaf229 Still working on the basic design of <atomic>. I'm working towards a system by which the compiler only needs to define the strongest intrinsics it can. Weaker atomics in the library automatically try stronger and stronger variants, picking the weakest compiler intrinsic available. If no compiler intrinsics are available for a given operation, the library locks a mutex and does the job. Better documentation to follow... 15 年之前
containers 0d5dff1897 Fix two test bugs 15 年之前
depr 0ce02245a9 fixing whitespace 15 年之前
diagnostics 0ce02245a9 fixing whitespace 15 年之前
input.output 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 年之前
iterators 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 年之前
language.support e3e488eb61 sync with N3126 15 年之前
localization ef0036c5aa Corrected some int -> char narrowing conversions 15 年之前
numerics 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 年之前
re 0ce02245a9 fixing whitespace 15 年之前
strings 0ce02245a9 fixing whitespace 15 年之前
thread 251aaa1064 Relaxing timing test a bit to avoid spurious test failures under load 15 年之前
utilities 745d473ac1 Hooked the following up to clang: is_class, is_enum, has_nothrow_copy_assign, has_trivial_destructor, has_virtual_destructor, is_pod. Implemented has_copy_assign. 15 年之前
lit.cfg 611581b853 tests/lit: Split options into two groups, so we don't get driver warnings about 15 年之前
nothing_to_do.pass.cpp 0ce02245a9 fixing whitespace 15 年之前
testit d2bb032075 Fixing whitespace problems 15 年之前