aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3/include/std/stop_token
AgeCommit message (Expand)AuthorFilesLines
2025-06-03libstdc++: Check feature test macro for jthread in <stop_token>Jonathan Wakely1-4/+3
2025-01-02Update copyright years.Jakub Jelinek1-1/+1
2024-01-03Update copyright years.Jakub Jelinek1-1/+1
2023-11-16libstdc++: Only declare feature test macros in standard headersJonathan Wakely1-1/+1
2023-08-16libstdc++: Replace all manual FTM definitions and useArsen Arsenović1-2/+3
2023-03-31libstdc++: Avoid -Wmaybe-uninitialized warning in std::stop_source [PR109339]Jonathan Wakely1-0/+1
2023-01-16Update copyright years.Jakub Jelinek1-1/+1
2022-10-03libstdc++: Mark headers that must be hosted as such [PR103626]Arsen Arsenović1-0/+2
2022-01-03Update copyright years.Jakub Jelinek1-1/+1
2021-05-10libstdc++: Remove TODO commentJonathan Wakely1-1/+0
2021-03-11libstdc++: Use acq_rel memory ordering [PR 99537]Jonathan Wakely1-1/+1
2021-01-04Update copyright years.Jakub Jelinek1-1/+1
2020-11-26libstdc++: Add new headers to stdc++.hJonathan Wakely1-3/+1
2020-11-19libstdc++: Move std::thread to a new headerJonathan Wakely1-25/+12
2020-11-11libstdc++: Use helper type for checking thread IDJonathan Wakely1-7/+13
2020-08-11libstdc++: Fix <stop_token> to compile without gthreadsJonathan Wakely1-5/+5
2020-04-22libstdc++: Update value of __cpp_lib_jthread macroJonathan Wakely1-1/+1
2020-03-18libstdc++ Fix compilation of <stop_token> with ClangJonathan Wakely1-0/+12
2020-01-29libstdc++: Fix conformance issues in <stop_token> (PR92895)Jonathan Wakely1-102/+376
2020-01-06libstdc++: Remove redundant inequality operators in <stop_token>Jonathan Wakely1-17/+1
2020-01-01Update copyright years.Jakub Jelinek1-1/+1
2019-11-15libstdc++: Fix <stop_token> and improve testsJonathan Wakely1-77/+98
2019-11-15libstdc++: Fix definition of std::nostopstate objectJonathan Wakely1-1/+1
2019-11-15Support for jthread and stop_tokenThomas Rodgers1-0/+370