summaryrefslogtreecommitdiff
path: root/libcxx/test/std/thread/thread.semaphore
AgeCommit message (Expand)Author
2025-10-09[libc++] Remove availability annotations that aren't required anymore (#161640)Nikolas Klauser
2024-11-20[libc++] Include headers in <thread> conditionally (#116539)Nikolas Klauser
2024-07-31[libc++] Drop support for the C++20 Synchronization Library before C++20 (#82...Louis Dionne
2024-04-16[libc++] Deprecate the C++20 synchronization library before C++20 (#86410)Louis Dionne
2024-02-05[libc++] fix `counting_semaphore` lost wakeups (#79265)Hui
2023-09-28[libc++][NFC] Simplify checks for static assertions in .verify.cpp tests (#67...Louis Dionne
2023-07-19[libc++] Add basic runtime assertions to <semaphore>Edoardo Sanguineti
2023-03-27[libc++] Use named Lit features to flag back-deployment XFAILsLouis Dionne
2023-03-22[libc++] Qualifies ptrdiff_t and max_align_t.Mark de Wever
2022-10-03[libc++] Suppress -Wctad-maybe-unsupported on types w/o deduction guidesLouis Dionne
2022-05-27[runtimes] Rename various libcpp-has-no-XYZ Lit features to just no-XYZLouis Dionne
2021-12-01[runtimes] Remove support for GCC-style 32 bit multilib buildsLouis Dionne
2021-11-22[libc++][NFC] Reformat comment about D68480 supportLouis Dionne
2021-11-05[libc++] Fix hang in counting_semaphore::try_acquireArthur O'Dwyer
2021-11-04[libc++] Remove non-atomic "platform" semaphore implementations.Arthur O'Dwyer
2021-10-28[libc++] Temporarily mark tests as UNSUPPORTED to get the CI greenLouis Dionne
2021-09-21[libc++] counting_semaphore should not be default-constructible.Arthur O'Dwyer
2021-07-01[runtimes] Simplify how we specify XFAIL & friends based on the tripleLouis Dionne
2021-06-11[libc++] Enable the synchronization library on Apple platformsLouis Dionne
2021-05-08[libc++] Move handling of the target triple to the DSLLouis Dionne
2021-01-28[libcxx][test] move libc++-specific tests into the libcxx treeCasey Carter
2020-12-03[libc++] Update and normalize the "all the headers" tests.Arthur O'Dwyer
2020-11-27[libc++] Introduce an indirection to create threads in the test suiteLouis Dionne
2020-11-05[libc++] Correct XFAILs for the C++20 Synchronization LibraryLouis Dionne
2020-06-03[libc++] Remove the c++98 Lit feature from the test suiteLouis Dionne
2020-02-26Some fixes for open breaks on MacOS and UBSanogiroux
2020-02-24[libc++] Adapt a few things around the implementation of P1135R6Louis Dionne
2020-02-24[libc++] Implementation of C++20's P1135R6 for libcxxOlivier Giroux