aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3/testsuite/20_util/function
AgeCommit message (Expand)AuthorFilesLines
2025-04-30libstdc++: [_GLIBCXX_INLINE_VERSION] Fix tests failuresFrançois Dumont1-1/+1
2025-01-02Update copyright years.Jakub Jelinek38-38/+38
2024-02-02libstdc++: Make std::function deduction guide support explicit object functio...Jonathan Wakely1-0/+35
2024-01-03Update copyright years.Jakub Jelinek38-38/+38
2023-09-15libstdc++: Remove dg-options "-std=gnu++23" from remaining testsJonathan Wakely1-1/+0
2023-01-16Update copyright years.Jakub Jelinek38-38/+38
2022-11-28libstdc++: [_GLIBCXX_INLINE_VERSION] Adapt dg-error messageFrançois Dumont1-1/+1
2022-10-03libstdc++: Disable hosted-only tests [PR103626]Arsen Arsenović40-0/+54
2022-09-29libstdc++: Make INVOKE<R> refuse to create dangling references [PR70692]Jonathan Wakely1-0/+13
2022-09-27libstdc++: Adjust deduction guides for static operator() [PR106651]Jonathan Wakely1-0/+23
2022-09-21libstdc++: Fix accidental duplicate test [PR91456]Jonathan Wakely1-0/+3
2022-05-05libstdc++: Fixes for tests that fail with -fno-rttiJonathan Wakely8-0/+72
2022-01-03Update copyright years.Jakub Jelinek38-38/+38
2021-08-27libstdc++: Avoid a move in std::function construction (LWG 2447)Jonathan Wakely2-0/+68
2021-05-10libstdc++: Remove redundant -std=gnu++17 option from remaining testsJonathan Wakely2-2/+0
2021-01-04Update copyright years.Jakub Jelinek38-38/+38
2020-10-29libstdc++: Avoid warnings in testsJonathan Wakely3-6/+3
2020-10-29libstdc++: Make std::function work better with -fno-rttiJonathan Wakely1-0/+56
2020-01-01Update copyright years.Jakub Jelinek37-37/+37
2019-08-15PR libstdc++/91456 make INVOKE<R> work with uncopyable prvaluesJonathan Wakely1-0/+37
2019-01-01Update copyright years.Jakub Jelinek36-36/+36
2018-05-09Make std::function tolerate semantically non-CopyConstructible objectsJonathan Wakely1-0/+39
2018-01-03Update copyright years.Jakub Jelinek35-35/+35
2017-09-15invoke.texi: Document -std=c++17 and -std=gnu++17 and document c++1z and gnu+...Jakub Jelinek1-1/+1
2017-06-08PR libstdc++/81017 add noexcept to std::function move operationsJonathan Wakely2-4/+6
2017-03-22Add deduction guides for C++17 (P0433R2, partial)Jonathan Wakely1-0/+86
2017-01-12PR66284 remove std::function special case for reference_wrapperJonathan Wakely3-60/+94
2017-01-01Update copyright years.Jakub Jelinek34-34/+34
2016-10-12testsuite_hooks.h: Rewrite VERIFY in terms of __builtin_printf and __builtin_...Paolo Carlini12-24/+0
2016-08-26Use effective-target instead of -std optionsJonathan Wakely31-43/+31
2016-08-22Add noexcept to std::function swapJonathan Wakely1-0/+25
2016-08-06Use ::new to avoid finding overloaded operator newJonathan Wakely1-0/+27
2016-08-05Use __invoke in std::function internalsJonathan Wakely1-0/+31
2016-01-18Fix construction of std::function from null pointer-to-memberJonathan Wakely1-4/+20
2016-01-12Extend std::function test for PR 68995Jonathan Wakely1-0/+5
2016-01-12Prevent recursive instantiation in std::functionJonathan Wakely1-0/+30
2016-01-04Update copyright years.Jakub Jelinek30-30/+30
2015-12-21libstdc++/68995 qualify calls to __callable_functorJonathan Wakely1-0/+27
2015-04-29re PR libstdc++/65760 (invalid use of incomplete type with std::is_convertibl...Jonathan Wakely1-0/+38
2015-01-05Update copyright years.Jakub Jelinek28-28/+28
2014-12-01re PR libstdc++/63840 (std::function copy constructor deletes an uninitialize...Jonathan Wakely1-0/+55
2014-10-29Use perfect forwarding in std::function invokers.Jonathan Wakely1-0/+56
2014-10-16libstdc++.exp: Prefer -std=gnu++11.Paolo Carlini23-23/+23
2014-04-15re PR libstdc++/60594 (std::function of a type with a declared (but not defin...Jonathan Wakely1-0/+36
2014-01-02Update copyright years in libstdc++-v3/Richard Sandiford25-25/+25
2013-10-02re PR libstdc++/58569 (Compilation error when a class contains multiple std::...Jonathan Wakely1-0/+29
2013-09-27re PR libstdc++/57465 (Failed postcondition for std::function constructed wit...Jonathan Wakely1-0/+31
2013-02-03Update copyright in libstdc++-v3.Richard Sandiford23-23/+23
2013-01-04Update Copyright years for files modified in 2011 and/or 2012.Jakub Jelinek1-1/+1
2012-11-14re PR libstdc++/55320 (Invalid delete with throwing copy-c'tor passed to std:...Jonathan Wakely3-1/+87