.. |
__iterator
|
[libc++][NFC] Move incrementable_traits and indirectly_readable_traits into separate headers.
|
2021-04-19 14:31:30 -04:00 |
__memory
|
[libc++] Fix LWG 2874: Constructor shared_ptr::shared_ptr(Y*) should be constrained.
|
2021-04-16 09:54:20 -04:00 |
__ranges
|
[libc++] Implements ranges::enable_borrowed_range
|
2021-04-18 13:35:08 +02:00 |
__support
|
[SystemZ][z/OS] correct rc and errno within nanosleep()
|
2021-04-06 15:36:58 +00:00 |
experimental
|
[libcxx] Fix the type attribute for a couple templates
|
2021-04-06 19:54:34 +03:00 |
ext
|
[libc++] Build and test with -Wundef warning. NFC.
|
2021-04-01 08:32:56 +02:00 |
__availability
|
[libc++] Make feature-test macros consistent with availability macros
|
2021-02-04 11:40:22 -05:00 |
__bit_reference
|
[libc++] Introduce __bits
|
2021-01-22 21:20:23 +01:00 |
__bits
|
[NFC][libc++] Fix _LIBCPP_HAS_BITSCAN64 usage.
|
2021-02-23 08:13:49 +01:00 |
__bsd_locale_defaults.h
|
|
|
__bsd_locale_fallbacks.h
|
|
|
__config
|
[libcxx] Base MSVC autolinking on _LIBCPP_DISABLE_VISIBILITY_ANNOTATIONS
|
2021-04-19 22:42:33 +03:00 |
__config_site.in
|
[libc++] Make LIBCXX_ENABLE_FILESYSTEM fully consistent
|
2021-01-19 14:15:48 -05:00 |
__debug
|
[libc++] Consistently replace ::new(__p) T with ::new ((void*)__p) T . NFCI.
|
2020-12-14 12:08:34 -05:00 |
__errc
|
|
|
__functional_03
|
[libc++] Consistently replace ::new(__p) T with ::new ((void*)__p) T . NFCI.
|
2020-12-14 12:08:34 -05:00 |
__functional_base
|
[libcxx] moves std::invoke into __functional_base
|
2021-04-06 01:25:15 +00:00 |
__functional_base_03
|
[libc++] ADL-proof <functional> by adding _VSTD:: qualification on calls.
|
2020-12-14 12:08:34 -05:00 |
__hash_table
|
[libc++] Fix some one-off typos in comments. NFCI.
|
2020-12-14 09:54:58 -05:00 |
__libcpp_version
|
[libcxx] Update include/__libcpp_version to match include/__config
|
2021-01-27 15:16:55 +00:00 |
__locale
|
[libc++] Rename include/support to include/__support
|
2021-02-04 10:16:33 -05:00 |
__mutex_base
|
[libc++] ADL-proof vector<bool> by adding _VSTD:: qualification on calls.
|
2021-01-06 18:23:50 -05:00 |
__node_handle
|
|
|
__nullptr
|
|
|
__split_buffer
|
Add noreturn attribute to non-returning functions
|
2021-03-10 14:35:50 -08:00 |
__sso_allocator
|
[libc++] Replace several uses of 0 by nullptr
|
2020-11-27 10:00:21 -05:00 |
__std_stream
|
|
|
__string
|
[libc++] NFC: Remove duplicate synopsis from <__string>
|
2021-04-12 11:49:43 -04:00 |
__threading_support
|
[libcxx] Implement semaphores for windows
|
2021-03-05 10:48:59 +02:00 |
__tree
|
[libc++] ADL-proof vector<bool> by adding _VSTD:: qualification on calls.
|
2021-01-06 18:23:50 -05:00 |
__tuple
|
|
|
__undef_macros
|
|
|
algorithm
|
[libc++] Further improve the contiguous-iterator story, and fix some bugs.
|
2021-02-05 15:18:04 -05:00 |
any
|
[libc++] Include <__config> first in all standard headers.
|
2021-03-22 19:01:18 -04:00 |
array
|
[libc++] ADL-proof vector<bool> by adding _VSTD:: qualification on calls.
|
2021-01-06 18:23:50 -05:00 |
atomic
|
[libc++] Remove hard tabs, U+00AD, and U+200B from all libc++ headers. NFCI.
|
2021-04-17 17:03:20 -04:00 |
barrier
|
[libc++] Remove hard tabs, U+00AD, and U+200B from all libc++ headers. NFCI.
|
2021-04-17 17:03:20 -04:00 |
bit
|
[libc++] Rename include/support to include/__support
|
2021-02-04 10:16:33 -05:00 |
bitset
|
[libc++] ADL-proof vector<bool> by adding _VSTD:: qualification on calls.
|
2021-01-06 18:23:50 -05:00 |
cassert
|
|
|
ccomplex
|
|
|
cctype
|
|
|
cerrno
|
|
|
cfenv
|
|
|
cfloat
|
|
|
charconv
|
[libc++] Make chars_format a bitmask type.
|
2021-04-14 18:17:38 +02:00 |
chrono
|
[libc++] Header inclusion tests.
|
2021-04-06 15:31:56 -04:00 |
cinttypes
|
|
|
ciso646
|
|
|
climits
|
|
|
clocale
|
|
|
CMakeLists.txt
|
[libc++][NFC] Move incrementable_traits and indirectly_readable_traits into separate headers.
|
2021-04-19 14:31:30 -04:00 |
cmath
|
[libc++] Remove hard tabs, U+00AD, and U+200B from all libc++ headers. NFCI.
|
2021-04-17 17:03:20 -04:00 |
codecvt
|
[libc++] [P0482] [C++20] Implement missing bits for codecvt and codecvt_byname.
|
2020-12-02 09:01:58 +01:00 |
compare
|
[libc++] Eliminate <compare>'s dependency on <array>.
|
2021-03-25 10:34:35 -04:00 |
complex
|
[libc++] Consistently replace std:: qualification with _VSTD:: or nothing. NFCI.
|
2020-12-01 22:13:39 -05:00 |
complex.h
|
|
|
concepts
|
[libc++][NFC] Move incrementable_traits and indirectly_readable_traits into separate headers.
|
2021-04-19 14:31:30 -04:00 |
condition_variable
|
|
|
csetjmp
|
|
|
csignal
|
|
|
cstdarg
|
|
|
cstdbool
|
|
|
cstddef
|
[libc++] Implement D2351R0 "Mark all library static cast wrappers as [[nodiscard]]"
|
2021-04-12 12:29:15 -04:00 |
cstdint
|
|
|
cstdio
|
|
|
cstdlib
|
|
|
cstring
|
|
|
ctgmath
|
|
|
ctime
|
|
|
ctype.h
|
|
|
cwchar
|
|
|
cwctype
|
|
|
deque
|
[libc++] Header inclusion tests.
|
2021-04-06 15:31:56 -04:00 |
errno.h
|
|
|
exception
|
[libc++] Split up __memory/base.h into meaningful headers
|
2021-04-14 13:59:03 -04:00 |
execution
|
|
|
fenv.h
|
|
|
filesystem
|
[libc++] Header inclusion tests.
|
2021-04-06 15:31:56 -04:00 |
float.h
|
|
|
format
|
[libc++][format] Enable format_error on older compilers.
|
2021-02-11 19:11:20 +01:00 |
forward_list
|
[libc++] Use _EnableIf and __iter_value_type consistently. NFCI.
|
2021-03-29 09:22:52 -04:00 |
fstream
|
[libc++] add inline for __open's definition in ifstream and ofstream
|
2021-04-12 19:25:49 +00:00 |
functional
|
[libc++] Implement D2351R0 "Mark all library static cast wrappers as [[nodiscard]]"
|
2021-04-12 12:29:15 -04:00 |
future
|
[libc++] Build and test with -Wundef warning. NFC.
|
2021-04-01 08:32:56 +02:00 |
initializer_list
|
|
|
inttypes.h
|
|
|
iomanip
|
[libc++] ADL-proof vector<bool> by adding _VSTD:: qualification on calls.
|
2021-01-06 18:23:50 -05:00 |
ios
|
[libc++] Replace several uses of 0 by nullptr
|
2020-11-27 10:00:21 -05:00 |
iosfwd
|
[libc++] [C++20] [P0482] Add missing tests and synopses for char8_t.
|
2021-03-23 18:45:31 +01:00 |
iostream
|
|
|
istream
|
[libc++] Replace several uses of 0 by nullptr
|
2020-11-27 10:00:21 -05:00 |
iterator
|
[libc++][NFC] Move incrementable_traits and indirectly_readable_traits into separate headers.
|
2021-04-19 14:31:30 -04:00 |
latch
|
[libc++] [docs] Mark P1865 as complete since 11.0 as it was implemented together with P1135. Fix synopses in <barrier> and <latch>.
|
2020-12-06 15:36:52 +01:00 |
limits
|
[libc++] Rename include/support to include/__support
|
2021-02-04 10:16:33 -05:00 |
limits.h
|
|
|
list
|
Add a missing debug assertion in <list>.
|
2021-04-18 19:40:17 -04:00 |
locale
|
[libc++] Move checks for newlib to actually work
|
2021-04-12 14:20:36 -04:00 |
locale.h
|
[libc++] Move the #error message for no localization to <locale.h>
|
2020-10-28 09:49:37 -04:00 |
map
|
[libc++] [P0458] Add map::contains and set::contains for heterogenous lookup missed in a17b1aed .
|
2021-04-13 17:15:58 +02:00 |
math.h
|
[libc++] Use builtins in more math.h functions.
|
2021-02-10 15:17:42 -05:00 |
memory
|
[libc++] Move guards against std::auto_ptr outside of auto_ptr.h
|
2021-04-14 14:06:55 -04:00 |
module.modulemap
|
[libc++] Implements ranges::enable_borrowed_range
|
2021-04-18 13:35:08 +02:00 |
mutex
|
[libc++] ADL-proof vector<bool> by adding _VSTD:: qualification on calls.
|
2021-01-06 18:23:50 -05:00 |
new
|
[NFC][libc++] Suppress "warning: ignoring return value"
|
2021-02-26 14:32:54 -08:00 |
numbers
|
[libcxx] cleans up __cpp_concepts mess
|
2021-02-26 18:43:40 +00:00 |
numeric
|
[libc++] Remove hard tabs, U+00AD, and U+200B from all libc++ headers. NFCI.
|
2021-04-17 17:03:20 -04:00 |
optional
|
[libc++] Header inclusion tests.
|
2021-04-06 15:31:56 -04:00 |
ostream
|
[libc++] Drop old workaround for iostreams instantiations missing from the dylib
|
2020-10-22 14:51:25 -04:00 |
queue
|
[libc++] Header inclusion tests.
|
2021-04-06 15:31:56 -04:00 |
random
|
[libcxx] cleans up __cpp_concepts mess
|
2021-02-26 18:43:40 +00:00 |
ranges
|
[libc++] Implements ranges::enable_borrowed_range
|
2021-04-18 13:35:08 +02:00 |
ratio
|
|
|
regex
|
[libc++] Header inclusion tests.
|
2021-04-06 15:31:56 -04:00 |
scoped_allocator
|
|
|
semaphore
|
[libc++] Fix some one-off typos in comments. NFCI.
|
2020-12-14 09:54:58 -05:00 |
set
|
[libc++] [P0458] Add map::contains and set::contains for heterogenous lookup missed in a17b1aed .
|
2021-04-13 17:15:58 +02:00 |
setjmp.h
|
|
|
shared_mutex
|
[libc++] Rework the whole availability markup implementation
|
2020-11-05 12:28:52 -05:00 |
span
|
[libc++] Implements ranges::enable_borrowed_range
|
2021-04-18 13:35:08 +02:00 |
sstream
|
[libc++] [P0935] [C++20] Eradicating unnecessarily explicit default constructors from the standard library.
|
2021-01-19 08:22:06 +01:00 |
stack
|
[libc++] Use _EnableIf and __iter_value_type consistently. NFCI.
|
2021-03-29 09:22:52 -04:00 |
stdbool.h
|
|
|
stddef.h
|
|
|
stdexcept
|
[libc++] NFC: Simplify incude of <cstdlib>
|
2020-11-11 17:04:32 -05:00 |
stdint.h
|
|
|
stdio.h
|
|
|
stdlib.h
|
[libc++] Fix abs and div overload issue for compilers on AIX
|
2021-04-09 14:47:13 +00:00 |
streambuf
|
[libc++] Fix the header guard from _LIBCPP_STEAMBUF to _LIBCPP_STREAMBUF.
|
2021-04-04 17:39:50 -04:00 |
string
|
[libc++] Header inclusion tests.
|
2021-04-06 15:31:56 -04:00 |
string_view
|
[libc++] Implements ranges::enable_borrowed_range
|
2021-04-18 13:35:08 +02:00 |
string.h
|
|
|
strstream
|
[libc++] [P0935] [C++20] Eradicating unnecessarily explicit default constructors from the standard library.
|
2021-01-19 08:22:06 +01:00 |
system_error
|
[libc++] Header inclusion tests.
|
2021-04-06 15:31:56 -04:00 |
tgmath.h
|
|
|
thread
|
[libc++] Avoid <climits> dependency in <thread>
|
2021-03-31 15:28:16 +02:00 |
tuple
|
[libc++] Header inclusion tests.
|
2021-04-06 15:31:56 -04:00 |
type_traits
|
[libc++] Remove hard tabs, U+00AD, and U+200B from all libc++ headers. NFCI.
|
2021-04-17 17:03:20 -04:00 |
typeindex
|
[libc++] Header inclusion tests.
|
2021-04-06 15:31:56 -04:00 |
typeinfo
|
[libc++][NFC] Increase readability of typeinfo comparison of ARM64
|
2021-04-01 16:38:34 -04:00 |
unordered_map
|
[libc++] Header inclusion tests.
|
2021-04-06 15:31:56 -04:00 |
unordered_set
|
[libc++] Header inclusion tests.
|
2021-04-06 15:31:56 -04:00 |
utility
|
[libc++] [C++20] [P0586] Implement safe integral comparisons
|
2021-04-20 04:52:59 +05:30 |
valarray
|
[libc++] Consistently replace ::new(__p) T with ::new ((void*)__p) T . NFCI.
|
2020-12-14 12:08:34 -05:00 |
variant
|
[libc++] Header inclusion tests.
|
2021-04-06 15:31:56 -04:00 |
vector
|
[libc++] Header inclusion tests.
|
2021-04-06 15:31:56 -04:00 |
version
|
[libc++] [C++20] [P0586] Implement safe integral comparisons
|
2021-04-20 04:52:59 +05:30 |
wchar.h
|
[libc++] Revert "[SystemZ][z/OS] Missing wchar functions libc++"
|
2021-03-22 17:35:43 -04:00 |
wctype.h
|
[libc++] Only include_next <wctype.h> if it exists
|
2020-11-17 13:14:36 -05:00 |