.. |
__algorithm
|
[libcxx] Fix std::equal not accepting volatile types by refactoring __equal_to
|
2022-11-22 16:33:38 +08:00 |
__bit
|
[libc++][NFC] Use concepts in <bit>.
|
2022-06-13 18:17:48 +02:00 |
__charconv
|
[libc++] Implements constexpr <charconv>.
|
2022-10-12 17:43:23 +02:00 |
__chrono
|
[libc++][NFC] Consistently use newline between license and include guard
|
2022-11-25 10:25:17 -05:00 |
__compare
|
[libc++] Granularize the rest of type_traits
|
2022-08-14 10:30:48 +02:00 |
__concepts
|
[libc++] Avoid instantiating type_trait classes
|
2022-09-06 19:09:42 +02:00 |
__coroutine
|
[libc++] Remove _LIBCPP_HAS_NO_CXX20_COROUTINES
|
2022-10-12 10:42:06 -04:00 |
__debug_utils
|
[libc++][NFC] Rename the constexpr macros
|
2022-08-19 15:35:02 +02:00 |
__filesystem
|
[libc++] Avoid instantiating type_trait classes
|
2022-09-06 19:09:42 +02:00 |
__format
|
[libc++] Fix incorrect guard against the presence of wide characters
|
2022-11-28 14:33:49 -08:00 |
__functional
|
[libc++] Split __allocator_destructor out of shared_ptr.h
|
2022-11-05 21:25:54 +01:00 |
__fwd
|
[libc++] Move preferred_name declarations into the forward declaring headers and add pmr preferred names
|
2022-11-01 00:36:54 +01:00 |
__ios
|
[libc++] Revert "Protect users from relying on detail headers" & related changes
|
2022-03-01 08:20:24 -05:00 |
__iterator
|
[libc++][NFC] Consistently use newline between license and include guard
|
2022-11-25 10:25:17 -05:00 |
__memory
|
[libc++][NFC] Add a missing include in pre-C++14 language modes.
|
2022-11-17 17:15:41 -08:00 |
__memory_resource
|
[lbc++] Implement the rest of P0600R1 (nodiscard in the library)
|
2022-11-29 19:42:38 +01:00 |
__numeric
|
[libc++] Avoid instantiating type_trait classes
|
2022-09-06 19:09:42 +02:00 |
__random
|
[libc++] Use numeric_limits instead of raw INT_MAX
|
2022-11-18 11:32:14 -05:00 |
__ranges
|
[libc++][NFC] Consistently use newline between license and include guard
|
2022-11-25 10:25:17 -05:00 |
__string
|
[libc++] Keep char_traits<T> for arbitrary T around until LLVM 18
|
2022-11-24 08:22:39 -05:00 |
__support
|
[libc++][NFC] Rename include guards under /support/
|
2022-11-28 09:04:33 -05:00 |
__thread
|
[libc++][NFC] Remove unused includes from poll_with_backoff.h
|
2022-11-25 10:39:24 -05:00 |
__tuple
|
[libc++] Avoid instantiating type_trait classes
|
2022-09-06 19:09:42 +02:00 |
__type_traits
|
[libc++] Bump AppleClang compiler requirement
|
2022-11-25 09:51:44 -05:00 |
__utility
|
[libc++] Suppress -Wctad-maybe-unsupported on types w/o deduction guides
|
2022-10-03 14:05:08 -04:00 |
__variant
|
[libc++][spaceship] Implement std::variant::operator<=>
|
2022-08-14 16:16:52 -07:00 |
experimental
|
[libc++][NFC] Consistently use newline between license and include guard
|
2022-11-25 10:25:17 -05:00 |
ext
|
[libc++][NFC] Add missing include to ext/__hash
|
2022-11-25 11:49:01 -05:00 |
CMakeLists.txt
|
[libcxx] adds an include-what-you-use (IWYU) mapping file
|
2022-11-22 01:09:49 +00:00 |
__assert
|
[libc++] Make it an error to define _LIBCPP_DEBUG
|
2022-11-15 09:48:13 -05:00 |
__availability
|
[libc++] Allow enabling assertions when back-deploying
|
2022-08-08 08:43:34 -04:00 |
__bit_reference
|
[libc++][NFC] Prefer type aliases over structs
|
2022-10-01 22:49:36 +02:00 |
__bits
|
[libc++] Remove MSVC code
|
2022-09-20 10:11:42 +02:00 |
__bsd_locale_defaults.h
|
[libc++][NFC] Fix include guards and add a missing license header
|
2022-03-23 13:14:19 -04:00 |
__bsd_locale_fallbacks.h
|
[libc++] Granularize the rest of memory
|
2022-09-05 12:36:41 +02:00 |
__config
|
[libc++][format] Improves CTAD.
|
2022-10-12 17:42:50 +02:00 |
__config_site.in
|
[libc++] Introduce a setting to remove fstream from the library
|
2022-11-20 10:51:32 -05:00 |
__debug
|
[libc++] Start classifying debug mode features with more granularity
|
2022-11-15 11:18:22 -05:00 |
__errc
|
[libc++] Normalize all our '#pragma GCC system_header', and regression-test.
|
2022-02-04 12:27:19 -05:00 |
__hash_table
|
[libc++] static_assert that rebinding the allocator works as expected
|
2022-10-11 16:47:42 +02:00 |
__locale
|
[libc++][clang-tidy] Enable readability-simplify-boolean-expr
|
2022-11-24 00:42:19 +01:00 |
__mbstate_t.h
|
[libc++] Normalize all our '#pragma GCC system_header', and regression-test.
|
2022-02-04 12:27:19 -05:00 |
__mutex_base
|
[libc++] Suppress -Wctad-maybe-unsupported on types w/o deduction guides
|
2022-10-03 14:05:08 -04:00 |
__node_handle
|
[libc++] Avoid instantiating type_trait classes
|
2022-09-06 19:09:42 +02:00 |
__split_buffer
|
[libc++] Split __allocator_destructor out of shared_ptr.h
|
2022-11-05 21:25:54 +01:00 |
__std_stream
|
[libc++] Revert "Protect users from relying on detail headers" & related changes
|
2022-03-01 08:20:24 -05:00 |
__threading_support
|
[libc++] Granularize the rest of type_traits
|
2022-08-14 10:30:48 +02:00 |
__tree
|
[libc++] static_assert that rebinding the allocator works as expected
|
2022-10-11 16:47:42 +02:00 |
__undef_macros
|
[libc++] Assume that push_macro and pop_macro are available
|
2022-05-23 20:47:44 +02:00 |
__verbose_abort
|
[libc++][NFC] Fix typo in comment
|
2022-10-12 16:06:21 -04:00 |
algorithm
|
[libc++] Granularize <concept> includes
|
2022-11-05 20:59:29 +01:00 |
any
|
[libc++] Split __allocator_destructor out of shared_ptr.h
|
2022-11-05 21:25:54 +01:00 |
array
|
[libc++] Granularize <concept> includes
|
2022-11-05 20:59:29 +01:00 |
atomic
|
[libc++][NFC] Prefer type aliases over structs
|
2022-10-01 22:49:36 +02:00 |
barrier
|
[NFC][libc++] Moves transitive includes location.
|
2022-10-12 20:35:09 +02:00 |
bit
|
[libc++] Remove MSVC code
|
2022-09-20 10:11:42 +02:00 |
bitset
|
[libc++] Granularize <concept> includes
|
2022-11-05 20:59:29 +01:00 |
cassert
|
[libc++] Add missing __has_include checks for C headers not provided by libc++
|
2022-11-23 09:50:14 -05:00 |
ccomplex
|
[libc++] Ensure that all public C++ headers include <__assert>
|
2022-03-30 15:05:31 -04:00 |
cctype
|
[libc++] Diagnose when header search paths are set up incorrectly
|
2022-08-17 14:05:26 -04:00 |
cerrno
|
[libc++] Diagnose when header search paths are set up incorrectly
|
2022-08-17 14:05:26 -04:00 |
cfenv
|
[libc++] Diagnose when header search paths are set up incorrectly
|
2022-08-17 14:05:26 -04:00 |
cfloat
|
[libc++] Diagnose when header search paths are set up incorrectly
|
2022-08-17 14:05:26 -04:00 |
charconv
|
[libc++][clang-tidy] Enable readability-simplify-boolean-expr
|
2022-11-24 00:42:19 +01:00 |
chrono
|
[libc++] Granularize <concept> includes
|
2022-11-05 20:59:29 +01:00 |
cinttypes
|
[libc++][NFC] Fix some standard-mandated includes comments
|
2022-09-27 21:11:53 +02:00 |
ciso646
|
[libc++] Ensure that all public C++ headers include <__assert>
|
2022-03-30 15:05:31 -04:00 |
climits
|
[libc++] Diagnose when header search paths are set up incorrectly
|
2022-08-17 14:05:26 -04:00 |
clocale
|
[libc++] Diagnose when header search paths are set up incorrectly
|
2022-08-17 14:05:26 -04:00 |
cmath
|
[libc++] Diagnose when header search paths are set up incorrectly
|
2022-08-17 14:05:26 -04:00 |
codecvt
|
[libc++] Split __allocator_destructor out of shared_ptr.h
|
2022-11-05 21:25:54 +01:00 |
compare
|
[libc++] Ensure that all public C++ headers include <__assert>
|
2022-03-30 15:05:31 -04:00 |
complex
|
[libc++][NFC] Rename the constexpr macros
|
2022-08-19 15:35:02 +02:00 |
complex.h
|
[libc++] Only include_next C library headers when they exist
|
2022-11-17 10:30:20 -05:00 |
concepts
|
[libc++] Ensure that all public C++ headers include <__assert>
|
2022-03-30 15:05:31 -04:00 |
condition_variable
|
[libc++] Granularize <concept> includes
|
2022-11-05 20:59:29 +01:00 |
coroutine
|
[libc++][NFC] Fix some standard-mandated includes comments
|
2022-09-27 21:11:53 +02:00 |
csetjmp
|
[libc++] Diagnose when header search paths are set up incorrectly
|
2022-08-17 14:05:26 -04:00 |
csignal
|
[libc++] Add missing __has_include checks for C headers not provided by libc++
|
2022-11-23 09:50:14 -05:00 |
cstdarg
|
[libc++] Add missing __has_include checks for C headers not provided by libc++
|
2022-11-23 09:50:14 -05:00 |
cstdbool
|
[libc++] Ensure that all public C++ headers include <__assert>
|
2022-03-30 15:05:31 -04:00 |
cstddef
|
[libc++] Diagnose when header search paths are set up incorrectly
|
2022-08-17 14:05:26 -04:00 |
cstdint
|
[libc++] Diagnose when header search paths are set up incorrectly
|
2022-08-17 14:05:26 -04:00 |
cstdio
|
[libc++] Diagnose when header search paths are set up incorrectly
|
2022-08-17 14:05:26 -04:00 |
cstdlib
|
[libc++] Diagnose when header search paths are set up incorrectly
|
2022-08-17 14:05:26 -04:00 |
cstring
|
[libc++] Diagnose when header search paths are set up incorrectly
|
2022-08-17 14:05:26 -04:00 |
ctgmath
|
[libc++] Ensure that all public C++ headers include <__assert>
|
2022-03-30 15:05:31 -04:00 |
ctime
|
[libc++] Add missing __has_include checks for C headers not provided by libc++
|
2022-11-23 09:50:14 -05:00 |
ctype.h
|
[libc++] Only include_next C library headers when they exist
|
2022-11-17 10:30:20 -05:00 |
cuchar
|
[libc++][cuchar] Declare std::c8rtomb and std::mbrtoc8 in <cuchar> if available.
|
2022-09-10 21:10:33 -04:00 |
cwchar
|
[libc++] Diagnose when header search paths are set up incorrectly
|
2022-08-17 14:05:26 -04:00 |
cwctype
|
[libc++] Diagnose when header search paths are set up incorrectly
|
2022-08-17 14:05:26 -04:00 |
deque
|
[libc++] Split __allocator_destructor out of shared_ptr.h
|
2022-11-05 21:25:54 +01:00 |
errno.h
|
[libc++] Only include_next C library headers when they exist
|
2022-11-17 10:30:20 -05:00 |
exception
|
[libc++] Make the naming of private member variables consistent and enforce it through readability-identifier-naming
|
2022-09-02 21:36:36 +02:00 |
execution
|
[libc++] Ensure that all public C++ headers include <__assert>
|
2022-03-30 15:05:31 -04:00 |
fenv.h
|
[libc++] Only include_next C library headers when they exist
|
2022-11-17 10:30:20 -05:00 |
filesystem
|
[libc++][NFC] Consistently use newline between license and include guard
|
2022-11-25 10:25:17 -05:00 |
float.h
|
[libc++] Only include_next C library headers when they exist
|
2022-11-17 10:30:20 -05:00 |
format
|
[libc++][format] Granularizes the format header.
|
2022-09-20 18:57:10 +02:00 |
forward_list
|
[libcxx] Fix std::equal not accepting volatile types by refactoring __equal_to
|
2022-11-22 16:33:38 +08:00 |
fstream
|
[libc++][NFC] Add assertions before calling memmove
|
2022-11-28 11:10:04 -05:00 |
functional
|
[libc++] Granularize <concept> includes
|
2022-11-05 20:59:29 +01:00 |
future
|
[libc++] Split __allocator_destructor out of shared_ptr.h
|
2022-11-05 21:25:54 +01:00 |
initializer_list
|
[libc++][NFC] Rename the constexpr macros
|
2022-08-19 15:35:02 +02:00 |
inttypes.h
|
[libc++] Only include_next C library headers when they exist
|
2022-11-17 10:30:20 -05:00 |
iomanip
|
[libc++] Add a bunch of missing _LIBCPP_HIDE_FROM_ABI
|
2022-08-13 22:41:22 +02:00 |
ios
|
[libc++] Split __allocator_destructor out of shared_ptr.h
|
2022-11-05 21:25:54 +01:00 |
iosfwd
|
[libc++] Move preferred_name declarations into the forward declaring headers and add pmr preferred names
|
2022-11-01 00:36:54 +01:00 |
iostream
|
[libc++][NFC] Fix some standard-mandated includes comments
|
2022-09-27 21:11:53 +02:00 |
istream
|
[libc++] Granularize <concept> includes
|
2022-11-05 20:59:29 +01:00 |
iterator
|
[libc++][NFC] Fix some standard-mandated includes comments
|
2022-09-27 21:11:53 +02:00 |
latch
|
[libc++] Make the naming of private member variables consistent and enforce it through readability-identifier-naming
|
2022-09-02 21:36:36 +02:00 |
libcxx.imp
|
[libcxx] adds an include-what-you-use (IWYU) mapping file
|
2022-11-22 01:09:49 +00:00 |
limits
|
[libc++] Replace __ppc64__ with __powerpc64__ and fix is_iec559 for non-ibm128
|
2022-11-22 13:33:34 -08:00 |
limits.h
|
[libc++] Don't workaround GCC issue on non-GCC compilers
|
2022-11-21 16:08:50 -05:00 |
list
|
[libcxx] Fix std::equal not accepting volatile types by refactoring __equal_to
|
2022-11-22 16:33:38 +08:00 |
locale
|
[libc++][NFC] Add assertions before calling memmove
|
2022-11-28 11:10:04 -05:00 |
locale.h
|
[libc++] Only include_next C library headers when they exist
|
2022-11-17 10:30:20 -05:00 |
map
|
[libc++] Granularize <concept> includes
|
2022-11-05 20:59:29 +01:00 |
math.h
|
[libc++][math.h] move #undefs to the top and guard explicitly against MSVCRT instead
|
2022-11-30 00:50:12 +01:00 |
memory
|
[libc++] Granularize <concept> includes
|
2022-11-05 20:59:29 +01:00 |
memory_resource
|
[libc++] Add the C++17 <memory_resource> header (mono-patch)
|
2022-10-11 08:40:46 -04:00 |
module.modulemap.in
|
[libc++][NFC] Remove unused includes from poll_with_backoff.h
|
2022-11-25 10:39:24 -05:00 |
mutex
|
[libc++] Granularize <concept> includes
|
2022-11-05 20:59:29 +01:00 |
new
|
[libc++] Avoid instantiating type_trait classes
|
2022-09-06 19:09:42 +02:00 |
numbers
|
[libc++] Granularize <concept> includes
|
2022-11-05 20:59:29 +01:00 |
numeric
|
[libc++] Granularize <concept> includes
|
2022-11-05 20:59:29 +01:00 |
optional
|
[libc++][NFC] Fix some standard-mandated includes comments
|
2022-09-27 21:11:53 +02:00 |
ostream
|
[libc++] Split __allocator_destructor out of shared_ptr.h
|
2022-11-05 21:25:54 +01:00 |
queue
|
[libc++] Granularize <concept> includes
|
2022-11-05 20:59:29 +01:00 |
random
|
[libc++] Use numeric_limits instead of raw INT_MAX
|
2022-11-18 11:32:14 -05:00 |
ranges
|
[libc++][ranges] implement `std::ranges::drop_while_view`
|
2022-10-18 19:34:47 +01:00 |
ratio
|
Revert "[libcxx] Resolve warnings for Wshift-sign-overflow"
|
2022-08-17 10:37:24 -07:00 |
regex
|
[libc++] Fix __regex_word value when using newlib/picolibc
|
2022-11-23 09:04:42 +00:00 |
scoped_allocator
|
[NFC][libc++] Moves transitive includes location.
|
2022-10-12 20:35:09 +02:00 |
semaphore
|
[libc++] Make the naming of private member variables consistent and enforce it through readability-identifier-naming
|
2022-09-02 21:36:36 +02:00 |
set
|
[libc++] Granularize <concept> includes
|
2022-11-05 20:59:29 +01:00 |
setjmp.h
|
[libc++] Only include_next C library headers when they exist
|
2022-11-17 10:30:20 -05:00 |
shared_mutex
|
[libc++] Suppress -Wctad-maybe-unsupported on types w/o deduction guides
|
2022-10-03 14:05:08 -04:00 |
span
|
[libc++] Start classifying debug mode features with more granularity
|
2022-11-15 11:18:22 -05:00 |
sstream
|
[libc++] <sstream>: update references to standard paragraphs
|
2022-10-13 07:23:22 -04:00 |
stack
|
[libc++] Granularize <concept> includes
|
2022-11-05 20:59:29 +01:00 |
stdatomic.h
|
[libcxx] Make stdatomic.h work when included from a C source file
|
2022-09-27 13:13:11 -04:00 |
stdbool.h
|
[libc++][NFC] Consistently use newline between license and include guard
|
2022-11-25 10:25:17 -05:00 |
stddef.h
|
Revert "[libc++] Remove workarounds for systems that used to require __need_XXX macros"
|
2022-11-22 20:46:38 +09:00 |
stdexcept
|
[libc++][NFC] Enable modernize-use-override
|
2022-08-25 20:55:08 +02:00 |
stdint.h
|
[libc++] Only include_next C library headers when they exist
|
2022-11-17 10:30:20 -05:00 |
stdio.h
|
Revert "[libc++] Remove workarounds for systems that used to require __need_XXX macros"
|
2022-11-22 20:46:38 +09:00 |
stdlib.h
|
Revert "[libc++] Remove workarounds for systems that used to require __need_XXX macros"
|
2022-11-22 20:46:38 +09:00 |
streambuf
|
[libc++][NFC] Add missing conditionals for the existence of wide characters
|
2022-11-21 18:00:53 -05:00 |
string
|
[libc++] Don't pass the allocator in substr()
|
2022-11-29 19:40:37 +01:00 |
string.h
|
[libc++] Use builtins when redeclaring <string.h> functions
|
2022-11-25 09:22:09 -05:00 |
string_view
|
[libc++][NFC] Remove stray whitespace in string_view
|
2022-11-28 08:04:15 -05:00 |
strstream
|
[libc++][NFC] Enable modernize-use-override
|
2022-08-25 20:55:08 +02:00 |
system_error
|
[libc++] Fix ADL for `make_error_{code,condition}`
|
2022-09-30 17:23:45 -04:00 |
tgmath.h
|
[libc++] Only include_next C library headers when they exist
|
2022-11-17 10:30:20 -05:00 |
thread
|
[libc++][NFC] Fix some standard-mandated includes comments
|
2022-09-27 21:11:53 +02:00 |
tuple
|
[libc++][NFC] Fix some standard-mandated includes comments
|
2022-09-27 21:11:53 +02:00 |
type_traits
|
[libc++] Granularize the rest of type_traits
|
2022-08-14 10:30:48 +02:00 |
typeindex
|
[NFC][libc++] Moves transitive includes location.
|
2022-09-03 10:06:16 +02:00 |
typeinfo
|
[libc++] Include skipped headers in the --trace-includes output
|
2022-09-29 15:07:10 -04:00 |
uchar.h
|
[libc++][cuchar] Declare std::c8rtomb and std::mbrtoc8 in <cuchar> if available.
|
2022-09-10 21:10:33 -04:00 |
unordered_map
|
[libc++] Granularize <concept> includes
|
2022-11-05 20:59:29 +01:00 |
unordered_set
|
[libc++] Granularize <concept> includes
|
2022-11-05 20:59:29 +01:00 |
utility
|
[libc++] implement "pair" section of P2321R2 `zip`
|
2022-09-28 11:24:54 +01:00 |
valarray
|
[libc++] Granularize <concept> includes
|
2022-11-05 20:59:29 +01:00 |
variant
|
[libc++] Fix missing requires clause on variant operator<=>
|
2022-10-17 16:23:02 -06:00 |
vector
|
[libc++] Introduce helper functions __make_iter in vector and string
|
2022-11-15 16:17:13 -05:00 |
version
|
[libc++] Add FTM for constexpr vector
|
2022-11-09 22:45:20 +01:00 |
wchar.h
|
Revert "[libc++] Remove workarounds for systems that used to require __need_XXX macros"
|
2022-11-22 20:46:38 +09:00 |
wctype.h
|
[libc++] Normalize all our '#pragma GCC system_header', and regression-test.
|
2022-02-04 12:27:19 -05:00 |