aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3/testsuite/30_threads/packaged_task
AgeCommit message (Expand)AuthorFilesLines
2024-02-02libstdc++: Make std::function deduction guide support explicit object functio...Jonathan Wakely1-0/+35
2024-01-03Update copyright years.Jakub Jelinek30-30/+30
2023-09-15libstdc++: Remove dg-options "-std=gnu++23" from remaining testsJonathan Wakely1-1/+0
2023-01-16Update copyright years.Jakub Jelinek30-30/+30
2022-09-29libstdc++: Make INVOKE<R> refuse to create dangling references [PR70692]Jonathan Wakely1-0/+11
2022-09-27libstdc++: Adjust deduction guides for static operator() [PR106651]Jonathan Wakely1-0/+23
2022-04-25libstdc++: Add deduction guides for std::packaged_task [PR105375]Jonathan Wakely1-0/+85
2022-01-03Update copyright years.Jakub Jelinek29-29/+29
2021-01-04Update copyright years.Jakub Jelinek29-29/+29
2020-08-24libstdc++: Fix 30_threads/packaged_task/cons/alloc.cc regressionJonathan Wakely1-2/+2
2020-08-23Fix libstdc++ testsuite to handle VxWorks gthreads implementationCorentin Gay21-43/+23
2020-01-01Update copyright years.Jakub Jelinek29-29/+29
2019-05-23LWG 2921 remove packaged_task constructors taking allocatorsJonathan Wakely4-5/+4
2019-01-01Update copyright years.Jakub Jelinek29-29/+29
2018-07-26Remove dg-require-cstdint directive from testsJonathan Wakely27-27/+0
2018-01-03Update copyright years.Jakub Jelinek29-29/+29
2017-06-15Use pthread effective-target in testsuiteRainer Orth22-43/+65
2017-02-13PR libstdc++/79486 use lvalues in result_of expressionsJonathan Wakely1-0/+27
2017-01-04Support exception propagation without lock-free atomic intPauli Nieminen28-28/+0
2017-01-01Update copyright years.Jakub Jelinek28-28/+28
2016-11-13DR 374 - specialization in outer namespaceJason Merrill1-6/+5
2016-10-21Split <functional> into smaller piecesJonathan Wakely1-0/+1
2016-10-17isblank.cc: Remove 'test' variables.Paolo Carlini12-21/+0
2016-08-26Use effective-target instead of -std optionsJonathan Wakely6-12/+6
2016-08-19Simplify dg-options for tests using pthreadsJonathan Wakely22-66/+44
2016-01-04Update copyright years.Jakub Jelinek28-28/+28
2015-09-03libstdc++: Run tests on RTEMSSebastian Huber21-42/+42
2015-01-05Update copyright years.Jakub Jelinek28-28/+28
2014-12-02Define *_at_thread_exit() functions.Jonathan Wakely1-0/+61
2014-10-16libstdc++.exp: Prefer -std=gnu++11.Paolo Carlini24-60/+60
2014-06-02condition_variable (condition_variable_any::_Unlock): Do not swallow __forced...Jonathan Wakely1-0/+48
2014-05-2354297.cc: Remove duplicate dragonfly selector.Jonathan Wakely2-4/+4
2014-05-23re PR libstdc++/60793 (Add target *-*-dragonfly* to dg-options on 172 libstdc...Jonathan Wakely20-40/+40
2014-03-18re PR libstdc++/60564 ([C++11] The std::packaged_task constructor taking a re...Jonathan Wakely1-0/+51
2014-01-02Update copyright years in libstdc++-v3/Richard Sandiford25-25/+25
2013-06-10forced.C: Extend current handling of Linux-based x86 systems to cover all GNU...Thomas Schwinge19-38/+38
2013-03-16re PR libstdc++/56492 (std::packaged_task requires CopyConstructible stored t...Jonathan Wakely1-0/+35
2013-02-03Update copyright in libstdc++-v3.Richard Sandiford24-24/+24
2012-03-14Remove obsolete IRIX 6.5 supportRainer Orth18-36/+36
2012-03-12Remove obsolete Tru64 UNIX V5.1B supportRainer Orth18-36/+36
2012-02-01re PR libstdc++/49204 ([C++0x] remaining issues in <future>)Jonathan Wakely1-1/+2
2012-01-21re PR libstdc++/50982 (AIX libstdc++ GTHREADS incompatibility)Jonathan Wakely18-54/+54
2011-11-08shared_ptr_base.h (_Sp_counted_ptr): Make 'final'.Jonathan Wakely1-0/+34
2011-11-02future (promise): Add constructors for uses-allocator construction from rvalu...Jonathan Wakely2-0/+96
2011-10-2449668.cc: Add missing dg-require.Jonathan Wakely1-0/+1
2011-07-09re PR libstdc++/49668 ([C++0x] std::thread does not forward its args as rvalues)Jonathan Wakely1-0/+50
2011-06-11uses_allocator.cc: New.Jonathan Wakely1-0/+32
2011-03-25future (future::share): Add.Jonathan Wakely1-31/+0
2011-02-09future (packaged_task::operator bool): Rename to...Jonathan Wakely10-34/+34
2010-10-08future: Enable allocator support.Jonathan Wakely1-2/+2