summaryrefslogtreecommitdiff
path: root/libstdc++-v3/include/experimental/executor
AgeCommit message (Expand)Author
2025-01-02Update copyright years.Jakub Jelinek
2024-09-25libstdc++: #ifdef out #pragma GCC system_headerJason Merrill
2024-01-03Update copyright years.Jakub Jelinek
2023-02-24libstdc++: Constrain net::executor constructorsJonathan Wakely
2023-01-16Update copyright years.Jakub Jelinek
2022-10-03libstdc++: Mark headers that must be hosted as such [PR103626]Arsen Arsenović
2022-01-03Update copyright years.Jakub Jelinek
2021-10-01libstdc++: Add std::__conditional_t alias templateJonathan Wakely
2021-07-27libstdc++: Remove unnecessary uses of <utility>Jonathan Wakely
2021-01-04Update copyright years.Jakub Jelinek
2020-10-26libstdc++: Fix error in experimental::strandJonathan Wakely
2020-08-11libstdc++: Make Networking TS work without gthreads [PR 89760]Jonathan Wakely
2020-08-11libstdc++: Make net::system_context tag type constructor explicitJonathan Wakely
2020-08-11libstdc++: Fix net::system_context stop conditionJonathan Wakely
2020-05-21libstdc++: Fix net::basic_socket::close(error_code&)Jonathan Wakely
2020-05-21libstdc++: Use 'using' for types in Networking TS headersJonathan Wakely
2020-04-24libstdc++: Make net::service_already_exists default constructibleJonathan Wakely
2020-04-23libstdc++: Mark experimental::net::system_context ctor deletedThomas Rodgers
2020-03-18libstdc++: Fix type-erasure in experimental::net::executor (PR 94203)Jonathan Wakely
2020-03-16libstdc++: Add default constructor to net::service_already_exists (PR 94199)Jonathan Wakely
2020-01-01Update copyright years.Jakub Jelinek
2019-10-24Simplify common case of use_future_t that uses std::allocatorJonathan Wakely
2019-05-02Improve docs for Networking TSJonathan Wakely
2019-01-01Update copyright years.Jakub Jelinek
2018-10-16Fix versioned namespace macros for Networking TSJonathan Wakely
2018-10-16Use autoconf to check for features needed by Networking TSJonathan Wakely
2018-10-12Initial commit of Networking TS implementationJonathan Wakely