summaryrefslogtreecommitdiff
path: root/libcxx/test/std/thread/thread.latch
AgeCommit message (Expand)Author
2025-10-09[libc++] Remove availability annotations that aren't required anymore (#161640)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
2023-07-12[libc++] add test for latch ctorEdoardo Sanguineti
2023-03-27[libc++] Use named Lit features to flag back-deployment XFAILsLouis 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-10-28[libc++] Temporarily mark tests as UNSUPPORTED to get the CI greenLouis Dionne
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-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-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