aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3/testsuite/30_threads/stop_token
AgeCommit message (Expand)AuthorFilesLines
2025-01-02Update copyright years.Jakub Jelinek13-13/+13
2024-01-03Update copyright years.Jakub Jelinek13-13/+13
2023-11-16libstdc++: Test for feature test macros more accuratelyJonathan Wakely2-0/+2
2023-09-16libstdc++: Remove dg-options "-std=gnu++20" from 30_threads testsJonathan Wakely11-22/+11
2023-09-15libstdc++: Simplify dejagnu directives for some tests using threadsJonathan Wakely2-6/+4
2023-03-31libstdc++: Avoid -Wmaybe-uninitialized warning in std::stop_source [PR109339]Jonathan Wakely1-0/+10
2023-01-16Update copyright years.Jakub Jelinek13-13/+13
2022-10-03libstdc++: Disable hosted-only tests [PR103626]Arsen Arsenović1-0/+1
2022-01-03Update copyright years.Jakub Jelinek13-13/+13
2021-04-21[libstdc++] Fix test timeout in stop_calback/destroy.ccThomas Rodgers1-2/+0
2021-04-20libstdc++: Disable tests that fail after atomic wait/notify rewriteJonathan Wakely1-0/+2
2021-01-04Update copyright years.Jakub Jelinek13-13/+13
2020-04-22libstdc++: Update value of __cpp_lib_jthread macroJonathan Wakely2-2/+2
2020-02-29Explicitly link with libatomic when needed.John David Anglin9-0/+9
2020-01-29libstdc++: Fix conformance issues in <stop_token> (PR92895)Jonathan Wakely8-0/+435
2020-01-06libstdc++: Remove redundant inequality operators in <stop_token>Jonathan Wakely1-0/+35
2020-01-01Update copyright years.Jakub Jelinek5-5/+5
2019-11-15libstdc++: Fix <stop_token> and improve testsJonathan Wakely3-4/+224
2019-11-15libstdc++: Fix definition of std::nostopstate objectJonathan Wakely2-6/+77
2019-11-15Support for jthread and stop_tokenThomas Rodgers3-0/+154