summaryrefslogtreecommitdiff
path: root/libcxx/include/latch
AgeCommit message (Expand)Author
2025-10-09[libc++] Remove availability annotations that aren't required anymore (#161640)Nikolas Klauser
2025-04-09[libc++][C++03] Remove headers which don't provide anything (#134044)Nikolas Klauser
2024-12-21[libc++][C++03] Use `__cxx03/` headers in C++03 mode (#109002)Nikolas Klauser
2024-12-10[libc++] Add #if 0 block to all the top-level headers (#119234)Nikolas Klauser
2024-11-27[libc++] Refactor atomic_wait using lambdas (#115746)Louis Dionne
2024-11-20[libc++] Make __atomic_base into an implementation detail of std::atomic (#11...Louis Dionne
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-07-31[libc++] Drop support for the C++20 Synchronization Library before C++20 (#82...Louis Dionne
2024-07-15[libc++] Handle _LIBCPP_HAS_NO_{THREADS,LOCALIZATION} consistently with other...Louis Dionne
2024-05-28[libc++] Make the __availability header a sub-header of __config (#93083)Louis Dionne
2024-04-16[libc++] Deprecate the C++20 synchronization library before C++20 (#86410)Louis Dionne
2024-03-02[libc++] refactor `cxx_atomic_wait` to make it reusable for atomic_ref (#81427)Hui
2024-02-29[libc++] Clean up includes of <__assert> (#80091)Louis Dionne
2024-02-19[libc++] Refactor the predicate taking variant of `__cxx_atomic_wait` (#80596)Jan Kokemüller
2024-01-20[libc++][hardening] Categorize assertions that produce incorrect results (#77...Konstantin Varlamov
2024-01-16[libc++] Improves _LIBCPP_HAS_NO_THREADS guards. (#76624)Mark de Wever
2023-12-18[libc++] Format the code base (#74334)Louis Dionne
2023-12-04[libc++] Rename _LIBCPP_INLINE_VISIBILITY to _LIBCPP_HIDE_FROM_ABI (#74095)Louis Dionne
2023-07-05[libc++] add basic runtime assertions to <latch>Edoardo Sanguineti
2023-07-04[libc++] Use this in lamba capture in <latch>Edoardo Sanguineti
2023-04-16[libc++] Add hide_from_abi check for classesNikolas Klauser
2023-03-10[libc++] Granularize <atomic> includesNikolas Klauser
2022-09-02[libc++] Make the naming of private member variables consistent and enforce i...Nikolas Klauser
2022-05-25[libc++] Make sure that all headers can be included with modules enabledLouis Dionne
2022-05-20[libc++] Improve error messages for disabled modesLouis Dionne
2022-03-30[libc++] Ensure that all public C++ headers include <__assert>Louis Dionne
2022-03-15[libc++] Define _LIBCPP_HAS_NO_PRAGMA_SYSTEM_HEADER whenever we enable warnin...Louis Dionne
2022-02-04[libc++] Normalize all our '#pragma GCC system_header', and regression-test.Arthur O'Dwyer
2022-01-04[libc++] Add the version header to all headers.Mark de Wever
2021-11-17[runtimes][NFC] Remove filenames at the top of the license noticeLouis Dionne
2021-05-29[libc++] Alphabetize and include-what-you-use. NFCI.Arthur O'Dwyer
2020-12-06[libc++] [docs] Mark P1865 as complete since 11.0 as it was implemented toget...Marek Kurdej
2020-12-03[libc++] Update and normalize the "all the headers" tests.Arthur O'Dwyer
2020-11-05[libc++] Rework the whole availability markup implementationLouis Dionne
2020-04-06[libc++] Add availability markup for the C++20 Synchronization Library on AppleLouis Dionne
2020-02-25[libc++] Proper fix for libc++'s modulemap after D68480Louis Dionne
2020-02-24[libc++] Implementation of C++20's P1135R6 for libcxxOlivier Giroux