aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3/testsuite/20_util/bind
AgeCommit message (Expand)AuthorFilesLines
2025-01-02Update copyright years.Jakub Jelinek28-28/+28
2024-09-27libstdc++: Fix test FAILs due to -Wreturn-local-addrJonathan Wakely1-0/+1
2024-03-22libstdc++: Replace std::result_of with __invoke_result_t [PR114394]Jonathan Wakely1-1/+1
2024-01-03Update copyright years.Jakub Jelinek28-28/+28
2023-09-16libstdc++: Remove dg-options "-std=gnu++20" from 20_utils testsJonathan Wakely1-2/+1
2023-01-16Update copyright years.Jakub Jelinek28-28/+28
2022-10-03libstdc++: Disable hosted-only tests [PR103626]Arsen Arsenović1-0/+2
2022-09-30libstdc++: Fix broken dg-prune-outputJonathan Wakely1-1/+1
2022-09-30testsuite: Windows paths use \ and not /Torbjörn SVENSSON1-1/+1
2022-09-29libstdc++: Disable volatile-qualified std::bind for C++20Jonathan Wakely2-17/+20
2022-09-29libstdc++: Make INVOKE<R> refuse to create dangling references [PR70692]Jonathan Wakely1-0/+9
2022-01-03Update copyright years.Jakub Jelinek28-28/+28
2021-05-10libstdc++: Remove redundant -std=gnu++17 option from remaining testsJonathan Wakely2-2/+0
2021-01-08Tweak dg-prune-output regex for out-of-build-tree contextsOlivier Hainque1-1/+2
2021-01-04Update copyright years.Jakub Jelinek28-28/+28
2020-07-31libstdc++: Ensure c++NN effective target present in all C++17 testsJonathan Wakely1-1/+1
2020-03-16x32 does not support MS ABI, skip testcases that require it.Uros Bizjak1-1/+1
2020-01-01Update copyright years.Jakub Jelinek28-28/+28
2019-10-31Add remaining changes from P1065R2 "constexpr INVOKE"Jonathan Wakely1-0/+43
2019-10-23Replace C++14 feature used in C++11 testJonathan Wakely1-2/+2
2019-08-20PR libstdc++/91371 make std::is_function handle other calling conventionsJonathan Wakely1-0/+37
2019-01-01Update copyright years.Jakub Jelinek26-26/+26
2018-01-03Update copyright years.Jakub Jelinek26-26/+26
2017-12-14PR libstdc++/83427 detect weak result type from noexcept functionsJonathan Wakely2-2/+37
2017-03-02PR 79798 Fix incorrect use of std::result_of in std::bindJonathan Wakely1-0/+33
2017-01-01Update copyright years.Jakub Jelinek24-24/+24
2016-11-15Fix find&replace error in license boilerplateJonathan Wakely1-1/+1
2016-10-14Make std::bind use std::invokeJonathan Wakely3-0/+12
2016-10-12testsuite_hooks.h: Rewrite VERIFY in terms of __builtin_printf and __builtin_...Paolo Carlini8-20/+0
2016-08-26Use effective-target instead of -std optionsJonathan Wakely22-34/+24
2016-08-17Adjust DG directives in libstdc++ XFAIL testJonathan Wakely1-3/+4
2016-07-31Add missing variable traits, fix testsuite failures.Ville Voutilainen1-0/+37
2016-01-04Update copyright years.Jakub Jelinek23-23/+23
2015-12-15Fix cv-qualifiers in std::bind invocationJonathan Wakely1-0/+53
2015-12-11Fix std::invoke support for reference_wrappersJonathan Wakely1-6/+1
2015-10-25Implement C++17 std::invoke and LWG DR 2219Jonathan Wakely1-4/+7
2015-01-05Update copyright years.Jakub Jelinek22-22/+22
2014-11-11Define __void_t and SFINAE-friendly iterator_traits.Jonathan Wakely1-4/+4
2014-11-11Make std::mem_fn work with varargs functions.Jonathan Wakely2-4/+47
2014-11-04Make reference_wrapper trivially copyable.Jonathan Wakely1-4/+4
2014-11-03Check number of arguments in bind expressions.Jonathan Wakely1-4/+4
2014-10-16libstdc++.exp: Prefer -std=gnu++11.Paolo Carlini19-19/+19
2014-10-1557899.cc: Prefer -std=gnu++11.Paolo Carlini1-1/+1
2014-05-13re PR libstdc++/60497 (unique_ptr<T> tries to complete its type T even though...Jonathan Wakely1-0/+40
2014-01-30re PR c++/57899 (bind/function with data member: infinite recursion)Jason Merrill1-0/+48
2014-01-02Update copyright years in libstdc++-v3/Richard Sandiford19-19/+19
2013-04-07functional (_Derives_from_unary_function): Remove.François Dumont1-4/+4
2013-02-03Update copyright in libstdc++-v3.Richard Sandiford19-19/+19
2013-01-08re PR c++/55908 (Problem binding a const member function to a const object)Jonathan Wakely1-4/+4
2012-12-20functional (_Require): Move to ...Jonathan Wakely1-4/+4