summaryrefslogtreecommitdiff
path: root/libcxx/include/__stop_token
AgeCommit message (Expand)Author
2025-10-09[libc++] Remove availability annotations that aren't required anymore (#161640)Nikolas Klauser
2025-04-13[libc++] Replace __libcpp_popcount by __builtin_popcountg (#133937)Peng Liu
2025-02-27[NFC][libc++] Guard against operator& hijacking. (#128351)Mark de Wever
2025-01-08[libc++] Put _LIBCPP_NODEBUG on all internal aliases (#118710)Nikolas Klauser
2024-11-06[libc++] Refactor the configuration macros to being always defined (#112094)Nikolas Klauser
2024-10-31[libc++] Granularize <cstddef> includes (#108696)Nikolas Klauser
2024-09-12[libc++] Make std::jthread supported in non-experimental mode (#107900)Louis Dionne
2024-05-28[libc++] Make the __availability header a sub-header of __config (#93083)Louis Dionne
2024-04-10[libc++] Adds a global private constructor tag. (#87920)Mark de Wever
2024-02-29[libc++] Clean up includes of <__assert> (#80091)Louis Dionne
2023-09-29[libc++] Implement `std::condition_variable_any::wait[_for/until]` overloads ...Hui
2023-09-16[libc++] implement std::`jthread`Hui
2023-07-24[libc++] Fix template parameter naming and enforce it through readability-ide...Nikolas Klauser
2023-07-24[libc++][hardening] Categorize more assertions.varconst
2023-07-20[libc++][Modules] Make top level modules for all C++ headers with OS/clang ve...Ian Anderson
2023-07-11[libc++] Make `stop_token` experimentalHui
2023-07-06Fixing conflicting macro definitions between curses.h and the standard library.Nicole Rabjohn
2023-06-28[libc++][hardening][NFC] Introduce `_LIBCPP_ASSERT_UNCATEGORIZED`.varconst
2023-06-17[libc++][NFC] Granularise <thread> headerHui
2023-06-05[libc++] Implement `stop_token`Hui
2023-05-17[libc++] Utilities for implementing stop_tokenHui