aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3/include/std/functional
AgeCommit message (Expand)AuthorFilesLines
2023-06-01libstdc++: Reduce <functional> inclusion to <stl_algobase.h>François Dumont1-1/+1
2023-01-16Update copyright years.Jakub Jelinek1-1/+1
2023-01-05libstdc++: Reduce size of std::bind_front(empty_type) result [PR108290]Jonathan Wakely1-3/+3
2022-11-21libstdc++: Reduce size of std::bind_front(F) resultJonathan Wakely1-1/+61
2022-10-29libstdc++: Make placeholders inline when inline variables are availableArsen Arsenović1-29/+37
2022-10-07libstdc++: Shuffle header dependencies of <functional>Jonathan Wakely1-4/+3
2022-10-03libstdc++: Mark headers that must be hosted as such [PR103626]Arsen Arsenović1-1/+2
2022-09-29libstdc++: Disable volatile-qualified std::bind for C++20Jonathan Wakely1-8/+24
2022-09-16libstdc++: Add preprocessor conditions for freestanding [PR106953]Jonathan Wakely1-8/+14
2022-01-21libstdc++: Ensure all feature test macros have type long [PR87193]Jonathan Wakely1-2/+2
2022-01-03Update copyright years.Jakub Jelinek1-1/+1
2021-10-21libstdc++: Add Doxygen comments to contents of <functional>Jonathan Wakely1-12/+82
2021-10-06libstdc++: Implement std::move_only_function for C++23 (P0288R9)Jonathan Wakely1-0/+3
2021-10-01libstdc++: Add std::__conditional_t alias templateJonathan Wakely1-3/+3
2021-09-02libstdc++: Define std::invoke_r for C++23 (P2136R3)Jonathan Wakely1-0/+15
2021-07-27libstdc++: Remove unnecessary uses of <utility>Jonathan Wakely1-1/+0
2021-01-04Update copyright years.Jakub Jelinek1-1/+1
2020-11-09libstdc++: Remove <debug/array>François Dumont1-2/+2
2020-10-27libstdc++: Fix ODR violations caused by <tr1/functional>Jonathan Wakely1-7/+10
2020-09-22libstdc++: Introduce new headers for C++20 ranges componentsJonathan Wakely1-1/+1
2020-09-21libstdc++: Fix noexcept-specifier for std::bind_front [PR 97101]Jonathan Wakely1-2/+2
2020-07-06libstdc++: Fix -Wmismatched-tags warnings (PR 96063)Jonathan Wakely1-2/+2
2020-04-22libstdc++: Rename __cpp_lib_constexpr_invoke macroJonathan Wakely1-1/+1
2020-02-04libstdc++: Fix name of macro in #undef directiveJonathan Wakely1-1/+1
2020-01-01Update copyright years.Jakub Jelinek1-1/+1
2019-11-15Implement the default_searcher part of C++20 p1032 Misc constexpr bits.Edward Smith-Rowland1-1/+3
2019-11-05Implement C++20 operator<=>.Jason Merrill1-0/+1
2019-10-31Add remaining changes from P1065R2 "constexpr INVOKE"Jonathan Wakely1-15/+34
2019-10-23Make std::invoke usable in constant expressionsJonathan Wakely1-4/+7
2019-10-17Define [range.cmp] comparisons for C++20Jonathan Wakely1-0/+3
2019-08-06P1651R0 bind_front should not unwrap reference_wrapperJonathan Wakely1-2/+2
2019-05-14Use INVOKE<R> in std::function, std::bind and std::packaged_taskJonathan Wakely1-54/+8
2019-05-02Improve Doxygen docs for nested namespacesJonathan Wakely1-1/+1
2019-03-07P0356R5 Simplified partial function applicationJonathan Wakely1-0/+100
2019-01-01Update copyright years.Jakub Jelinek1-1/+1
2018-10-08PR libstdc++/87538 fix std::not_fn exception specificationsJonathan Wakely1-1/+2
2018-01-04PR libstdc++/83607 specialize Boyer-Moore searchers for std::byteJonathan Wakely1-10/+25
2018-01-03Update copyright years.Jakub Jelinek1-1/+1
2017-12-14PR libstdc++/83427 detect weak result type from noexcept functionsJonathan Wakely1-63/+2
2017-07-23re PR libstdc++/81064 (Inline namespace regression)François Dumont1-6/+0
2017-05-18PR libstdc++/80478 make std::mem_fn work with noexcept functionsJonathan Wakely1-0/+6
2017-04-18Fix incorrect results from std::boyer_moore_searcherJonathan Wakely1-24/+25
2017-03-23Implement P0607R0 "Inline Variables for Standard Library" for C++17Daniel Kruegler1-2/+2
2017-03-22Add deduction guides for C++17 (P0433R2, partial)Jonathan Wakely1-30/+0
2017-03-10P0604R0 add invoke_result, is_invocable etc. for C++17Jonathan Wakely1-3/+3
2017-03-09Define macro to simplify std::_Not_fn definitionJonathan Wakely1-40/+21
2017-03-02PR 79798 Fix incorrect use of std::result_of in std::bindJonathan Wakely1-1/+1
2017-01-01Update copyright years.Jakub Jelinek1-1/+1
2016-10-21Split <functional> into smaller piecesJonathan Wakely1-1138/+10
2016-10-14Make std::bind use std::invokeJonathan Wakely1-98/+70