aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3/include/experimental/executor
AgeCommit message (Expand)AuthorFilesLines
2026-01-02Update copyright years.Jakub Jelinek1-1/+1
2025-01-02Update copyright years.Jakub Jelinek1-1/+1
2024-09-25libstdc++: #ifdef out #pragma GCC system_headerJason Merrill1-0/+2
2024-01-03Update copyright years.Jakub Jelinek1-1/+1
2023-02-24libstdc++: Constrain net::executor constructorsJonathan Wakely1-2/+7
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-10-01libstdc++: Add std::__conditional_t alias templateJonathan Wakely1-1/+1
2021-07-27libstdc++: Remove unnecessary uses of <utility>Jonathan Wakely1-1/+0
2021-01-04Update copyright years.Jakub Jelinek1-1/+1
2020-10-26libstdc++: Fix error in experimental::strandJonathan Wakely1-2/+2
2020-08-11libstdc++: Make Networking TS work without gthreads [PR 89760]Jonathan Wakely1-15/+50
2020-08-11libstdc++: Make net::system_context tag type constructor explicitJonathan Wakely1-1/+1
2020-08-11libstdc++: Fix net::system_context stop conditionJonathan Wakely1-1/+1
2020-05-21libstdc++: Fix net::basic_socket::close(error_code&)Jonathan Wakely1-1/+4
2020-05-21libstdc++: Use 'using' for types in Networking TS headersJonathan Wakely1-9/+9
2020-04-24libstdc++: Make net::service_already_exists default constructibleJonathan Wakely1-4/+3
2020-04-23libstdc++: Mark experimental::net::system_context ctor deletedThomas Rodgers1-1/+1
2020-03-18libstdc++: Fix type-erasure in experimental::net::executor (PR 94203)Jonathan Wakely1-73/+153
2020-03-16libstdc++: Add default constructor to net::service_already_exists (PR 94199)Jonathan Wakely1-1/+8
2020-01-01Update copyright years.Jakub Jelinek1-1/+1
2019-10-24Simplify common case of use_future_t that uses std::allocatorJonathan Wakely1-2/+43
2019-05-02Improve docs for Networking TSJonathan Wakely1-3/+3
2019-01-01Update copyright years.Jakub Jelinek1-1/+1
2018-10-16Fix versioned namespace macros for Networking TSJonathan Wakely1-4/+1
2018-10-16Use autoconf to check for features needed by Networking TSJonathan Wakely1-1/+1
2018-10-12Initial commit of Networking TS implementationJonathan Wakely1-0/+1887