aboutsummaryrefslogtreecommitdiff
path: root/libcxx/include/future
AgeCommit message (Expand)AuthorFilesLines
2026-01-08[libc++][future] Applied `[[nodiscard]]` (#174924)Hristo Hristov1-23/+23
2025-12-25[libc++] Implement LWG3476: Remove incorrect decay-copy in std::async and add...Marcell Leleszi1-6/+10
2025-12-02[libc++] Simplify a few places where we use __index_sequence (#167213)Nikolas Klauser1-6/+4
2025-11-11[libc++] Remove some of the uses of aligned_storage inside the library (#161635)Nikolas Klauser1-4/+1
2025-10-09[libc++] Use std::__{scope,exception}_guard throughout the code base (#161322)Nikolas Klauser1-10/+4
2025-07-20[libc++] Refactor internal index_sequence API to match the public one (#149475)Nikolas Klauser1-6/+3
2025-07-10[libc++] Remove the `packaged_task::result_type` extension (#147671)A. Jiang1-8/+0
2025-07-05[libc++][NFC] Merge add_{r,l}value_reference.h (#147022)Nikolas Klauser1-1/+1
2025-06-26[libc++] Don't try to wait on a thread that hasn't started in std::async, tak...Nikolas Klauser1-1/+10
2025-05-28Revert "[libc++] Introduce ABI sensitive areas to avoid requiring _LIBCPP_HID...James Y Knight1-2/+0
2025-05-18[libc++] Introduce ABI sensitive areas to avoid requiring _LIBCPP_HIDE_FROM_A...Nikolas Klauser1-0/+2
2025-04-13[libc++] Use __underlying_type directly in underyling_type_t (#135423)Nikolas Klauser1-1/+1
2025-04-09[libc++] Remove _LIBCPP_TEMPLATE_VIS (#134885)Nikolas Klauser1-15/+15
2025-04-08[libc++] Remove _LIBCPP_METHOD_TEMPLATE_IMPLICIT_INSTANTIATION_VIS (#111964)Nikolas Klauser1-27/+21
2025-03-10Revert "[libc++] Don't try to wait on a thread that hasn't started in std::as...Kadir Cetinkaya1-4/+2
2025-02-27[NFC][libc++] Guard against operator& hijacking. (#128351)Mark de Wever1-5/+5
2025-02-25[libc++] Don't try to wait on a thread that hasn't started in std::async (#12...Nikolas Klauser1-2/+4
2025-02-21[libc++] Qualify calls to nullary functions like __throw_foo (#122465)Louis Dionne1-27/+27
2025-01-20[libc++] Another _LIBCPP_NODEBUG fixLouis Dionne1-1/+1
2025-01-20[libc++] Define an internal API for std::invoke and friends (#116637)Nikolas Klauser1-3/+3
2025-01-13[libc++] Deprecate extension `packaged_task::result_type` (#122600)A. Jiang1-10/+10
2025-01-10[libc++] Remove duplicated _LIBCPP_HIDE_FROM_ABI from a few declarations (#12...LoS1-1/+1
2024-12-21[libc++][C++03] Use `__cxx03/` headers in C++03 mode (#109002)Nikolas Klauser1-3/+4
2024-12-17[libc++] Granularize <new> includes (#119964)Nikolas Klauser1-1/+0
2024-12-13[libc++] Granularize the <new> header (#119270)Louis Dionne1-0/+1
2024-12-10[libc++] Add #if 0 block to all the top-level headers (#119234)Nikolas Klauser1-118/+121
2024-11-23[libc++] Granularize <mutex> includes (#117068)Nikolas Klauser1-1/+10
2024-11-18[libc++] Avoid including all of <thread> in <future> (#116541)Nikolas Klauser1-1/+2
2024-11-13[libc++] Split __shared_count out of <__memory/shared_ptr.h> (#115943)Nikolas Klauser1-1/+1
2024-11-06[libc++] Refactor the configuration macros to being always defined (#112094)Nikolas Klauser1-2/+2
2024-10-16[libc++][NFC] Reduce use of `__add_lvalue_reference_t` (#112497)A. Jiang1-2/+2
2024-10-12[libc++][RFC] Always define internal feature test macros (#89178)Nikolas Klauser1-35/+35
2024-09-16[libc++][modules] Fix missing and incorrect includes (#108850)Louis Dionne1-0/+5
2024-09-16[libc++] Replace `__compressed_pair` with `[[no_unique_address]]` (#76756)Nikolas Klauser1-10/+12
2024-09-12[libc++][NFC] Use [[__nodiscard__]] unconditionally (#80454)Nikolas Klauser1-2/+2
2024-09-11[libc++] Reland LWG2921 and LWG2976 (#107960)A. Jiang1-2/+8
2024-09-11[libc++][NFC] Replace _LIBCPP_NORETURN and TEST_NORETURN with [[noreturn]] (#...Nikolas Klauser1-1/+1
2024-09-06[libc++][modules] Tweak a few includes (#107467)Louis Dionne1-0/+1
2024-07-15[libc++] Handle _LIBCPP_HAS_NO_{THREADS,LOCALIZATION} consistently with other...Louis Dionne1-86/+86
2024-06-23[libc++][NFC] Replace _NOEXCEPT and _LIBCPP_CONSTEXPR macros with the keyword...Nikolas Klauser1-4/+4
2024-06-18[libc++] Enable modernize-use-equals-delete (#93293)Nikolas Klauser1-3/+2
2024-04-22[libc++] Remove _LIBCPP_DISABLE_NODISCARD_EXTENSIONS and refactor the tests (...Nikolas Klauser1-6/+4
2024-04-02[libc++][NFC] Remove a few unused <__availablity> includes (#86126)Nikolas Klauser1-1/+0
2024-02-29[libc++] Clean up includes of <__assert> (#80091)Louis Dionne1-1/+1
2024-02-20[libc++] Refactor more __enable_ifs to the canonical style (#81457)Nikolas Klauser1-4/+6
2024-01-25[libc++] Fix missing and incorrect push/pop macros (#79204)Louis Dionne1-0/+5
2024-01-16[libc++] Improves _LIBCPP_HAS_NO_THREADS guards. (#76624)Mark de Wever1-5/+6
2023-12-18[libc++] Format the code base (#74334)Louis Dionne1-1478/+1073
2023-12-05[libc++] Replace uses of _VSTD:: by std:: (#74331)Louis Dionne1-77/+77
2023-12-04[libc++] Rename _LIBCPP_INLINE_VISIBILITY to _LIBCPP_HIDE_FROM_ABI (#74095)Louis Dionne1-131/+131