summaryrefslogtreecommitdiff
path: root/libstdc++-v3/testsuite/30_threads/jthread
AgeCommit message (Expand)Author
2025-01-02Update copyright years.Jakub Jelinek
2024-01-03Update copyright years.Jakub Jelinek
2023-11-16libstdc++: Test for feature test macros more accuratelyJonathan Wakely
2023-09-16libstdc++: Do not require effective target pthread for some testsJonathan Wakely
2023-09-16libstdc++: Remove dg-options "-std=gnu++20" from 30_threads testsJonathan Wakely
2023-01-16Update copyright years.Jakub Jelinek
2023-01-15libstdc++: Remove unconditional -pthread from test optionsJonathan Wakely
2022-10-03libstdc++: Disable hosted-only tests [PR103626]Arsen Arsenović
2022-01-03Update copyright years.Jakub Jelinek
2021-10-01libstdc++: Make std::jthread support pointers to member functions [PR 100612]Jonathan Wakely
2021-05-17libstdc++: Fix std::jthread assertion and re-enable skipped testJonathan Wakely
2021-01-04Update copyright years.Jakub Jelinek
2020-11-24libstdc++: Disable failing tests [PR 97936]Jonathan Wakely
2020-11-24libstdc++: Run all tests in fileJonathan Wakely
2020-11-19libstdc++: Avoid calling undefined __gthread_self weak symbol [PR 95989]Jonathan Wakely
2020-11-11libstdc++: Assigning to a joinable std::jthread calls std::terminatePaul Scharnofske
2020-04-22libstdc++: Update value of __cpp_lib_jthread macroJonathan Wakely
2020-02-29Explicitly link with libatomic when needed.John David Anglin
2020-01-01Update copyright years.Jakub Jelinek
2019-11-18libstdc++: Fix std::jthread bugsJonathan Wakely
2019-11-15Support for jthread and stop_tokenThomas Rodgers