.. |
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.
|
há 15 anos atrás |
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...
|
há 15 anos atrás |
containers
|
0d5dff1897
Fix two test bugs
|
há 15 anos atrás |
depr
|
0ce02245a9
fixing whitespace
|
há 15 anos atrás |
diagnostics
|
0ce02245a9
fixing whitespace
|
há 15 anos atrás |
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.
|
há 15 anos atrás |
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.
|
há 15 anos atrás |
language.support
|
e3e488eb61
sync with N3126
|
há 15 anos atrás |
localization
|
ef0036c5aa
Corrected some int -> char narrowing conversions
|
há 15 anos atrás |
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.
|
há 15 anos atrás |
re
|
0ce02245a9
fixing whitespace
|
há 15 anos atrás |
strings
|
0ce02245a9
fixing whitespace
|
há 15 anos atrás |
thread
|
251aaa1064
Relaxing timing test a bit to avoid spurious test failures under load
|
há 15 anos atrás |
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.
|
há 15 anos atrás |
lit.cfg
|
611581b853
tests/lit: Split options into two groups, so we don't get driver warnings about
|
há 15 anos atrás |
nothing_to_do.pass.cpp
|
0ce02245a9
fixing whitespace
|
há 15 anos atrás |
testit
|
d2bb032075
Fixing whitespace problems
|
há 15 anos atrás |