summaryrefslogtreecommitdiff
path: root/libstdc++-v3/include/bits/std_function.h
AgeCommit message (Expand)Author
2025-04-29libstdc++: Use constexpr-if in std::function for C++11 and C++14Jonathan Wakely
2025-01-02Update copyright years.Jakub Jelinek
2024-09-25libstdc++: #ifdef out #pragma GCC system_headerJason Merrill
2024-07-27libstdc++: Add comment noting LWG 3617 supportJonathan Wakely
2024-02-02libstdc++: Make std::function deduction guide support explicit object functio...Jonathan Wakely
2024-01-03Update copyright years.Jakub Jelinek
2023-01-16Update copyright years.Jakub Jelinek
2022-10-07libstdc++: Shuffle header dependencies of <functional>Jonathan Wakely
2022-09-27libstdc++: Adjust deduction guides for static operator() [PR106651]Jonathan Wakely
2022-01-03Update copyright years.Jakub Jelinek
2021-10-05libstdc++: Add noexcept to some std::function internalsJonathan Wakely
2021-08-28libstdc++: Name std::function template parameterJonathan Wakely
2021-08-27libstdc:: Use markdown for Doxygen comments in std::functionJonathan Wakely
2021-08-27libstdc++: Avoid a move in std::function construction (LWG 2447)Jonathan Wakely
2021-08-27libstdc++: Add static assertions for std::function requirementsJonathan Wakely
2021-08-17libstdc++: Optimize std::function move constructor [PR101923]Jonathan Wakely
2021-07-22libstdc++: Initialize all subobjects of std::functionJonathan Wakely
2021-04-06libstdc++: Fix doxygen markup for group close commandsJonathan Wakely
2021-01-04Update copyright years.Jakub Jelinek
2020-11-09libstdc++: Include <typeinfo> even for -fno-rtti [PR 97758]Jonathan Wakely
2020-10-29libstdc++: Make std::function work better with -fno-rttiJonathan Wakely
2020-06-19libstdc++: Define all std::function members inlineJonathan Wakely
2020-04-15libstdc++: Add comparison operators to types from Utilities clauseJonathan Wakely
2020-01-01Update copyright years.Jakub Jelinek
2019-08-15PR libstdc++/91456 make INVOKE<R> work with uncopyable prvaluesJonathan Wakely
2019-05-14Use INVOKE<R> in std::function, std::bind and std::packaged_taskJonathan Wakely
2019-04-05PR libstdc++/87431 re-adjust never-valueless optimizationsJonathan Wakely
2019-01-01Update copyright years.Jakub Jelinek
2018-05-09Make std::function tolerate semantically non-CopyConstructible objectsJonathan Wakely
2018-01-03Update copyright years.Jakub Jelinek
2017-12-14PR libstdc++/83427 detect weak result type from noexcept functionsJonathan Wakely
2017-06-08PR libstdc++/81017 add noexcept to std::function move operationsJonathan Wakely
2017-05-17Fixes to Doxygen comments in libstdc++ headersJonathan Wakely
2017-03-22Add deduction guides for C++17 (P0433R2, partial)Jonathan Wakely
2017-01-12PR66284 remove std::function special case for reference_wrapperJonathan Wakely
2017-01-05Remove unnecessary typedef from std::functionJonathan Wakely
2017-01-01Update copyright years.Jakub Jelinek
2016-10-21Split <functional> into smaller piecesJonathan Wakely