summaryrefslogtreecommitdiff
path: root/libstdc++-v3/testsuite/30_threads/packaged_task
Commit message (Expand)AuthorAgeFilesLines
* Remove dg-require-cstdint directive from testsJonathan Wakely2018-07-2627-27/+0
* Update copyright years.Jakub Jelinek2018-01-0329-29/+29
* Use pthread effective-target in testsuiteRainer Orth2017-06-1522-43/+65
* PR libstdc++/79486 use lvalues in result_of expressionsJonathan Wakely2017-02-131-0/+27
* Support exception propagation without lock-free atomic intPauli Nieminen2017-01-0428-28/+0
* Update copyright years.Jakub Jelinek2017-01-0128-28/+28
* DR 374 - specialization in outer namespaceJason Merrill2016-11-131-6/+5
* Split <functional> into smaller piecesJonathan Wakely2016-10-211-0/+1
* isblank.cc: Remove 'test' variables.Paolo Carlini2016-10-1712-21/+0
* Use effective-target instead of -std optionsJonathan Wakely2016-08-266-12/+6
* Simplify dg-options for tests using pthreadsJonathan Wakely2016-08-1922-66/+44
* Update copyright years.Jakub Jelinek2016-01-0428-28/+28
* libstdc++: Run tests on RTEMSSebastian Huber2015-09-0321-42/+42
* Update copyright years.Jakub Jelinek2015-01-0528-28/+28
* Define *_at_thread_exit() functions.Jonathan Wakely2014-12-021-0/+61
* libstdc++.exp: Prefer -std=gnu++11.Paolo Carlini2014-10-1624-60/+60
* condition_variable (condition_variable_any::_Unlock): Do not swallow __forced...Jonathan Wakely2014-06-021-0/+48
* 54297.cc: Remove duplicate dragonfly selector.Jonathan Wakely2014-05-232-4/+4
* re PR libstdc++/60793 (Add target *-*-dragonfly* to dg-options on 172 libstdc...Jonathan Wakely2014-05-2320-40/+40
* re PR libstdc++/60564 ([C++11] The std::packaged_task constructor taking a re...Jonathan Wakely2014-03-181-0/+51
* Update copyright years in libstdc++-v3/Richard Sandiford2014-01-0225-25/+25
* forced.C: Extend current handling of Linux-based x86 systems to cover all GNU...Thomas Schwinge2013-06-1019-38/+38
* re PR libstdc++/56492 (std::packaged_task requires CopyConstructible stored t...Jonathan Wakely2013-03-161-0/+35
* Update copyright in libstdc++-v3.Richard Sandiford2013-02-0324-24/+24
* Remove obsolete IRIX 6.5 supportRainer Orth2012-03-1418-36/+36
* Remove obsolete Tru64 UNIX V5.1B supportRainer Orth2012-03-1218-36/+36
* re PR libstdc++/49204 ([C++0x] remaining issues in <future>)Jonathan Wakely2012-02-011-1/+2
* re PR libstdc++/50982 (AIX libstdc++ GTHREADS incompatibility)Jonathan Wakely2012-01-2118-54/+54
* shared_ptr_base.h (_Sp_counted_ptr): Make 'final'.Jonathan Wakely2011-11-081-0/+34
* future (promise): Add constructors for uses-allocator construction from rvalu...Jonathan Wakely2011-11-022-0/+96
* 49668.cc: Add missing dg-require.Jonathan Wakely2011-10-241-0/+1
* re PR libstdc++/49668 ([C++0x] std::thread does not forward its args as rvalues)Jonathan Wakely2011-07-091-0/+50
* uses_allocator.cc: New.Jonathan Wakely2011-06-111-0/+32
* future (future::share): Add.Jonathan Wakely2011-03-251-31/+0
* future (packaged_task::operator bool): Rename to...Jonathan Wakely2011-02-0910-34/+34
* future: Enable allocator support.Jonathan Wakely2010-10-081-2/+2
* * decl2.c (mark_used): Adjust error for use of deleted function.Jason Merrill2010-06-292-6/+4
* PR libstdc++/42819, DR 1315Jonathan Wakely2010-02-122-2/+2
* future (swap(packaged_task<>&, packaged_task<>&), [...]): Add; minor formatti...Paolo Carlini2010-02-052-4/+4
* re PR libstdc++/42201 ([C++0x] std::vector<std::unique_future<T>>::push_back ...Jonathan Wakely2010-01-2111-22/+82
* future (unique_future::get, [...]): Remove workaround for c++/34022.Jonathan Wakely2009-12-152-2/+2
* future: Use base class with nested types.Benjamin Kosnik2009-11-032-2/+2
* PR c++/38796, Core issue 906Jason Merrill2009-10-262-2/+2
* typedefs.cc: Add missing dg-require directives.Paolo Carlini2009-08-201-0/+3
* typedefs.cc: New.Benjamin Kosnik2009-08-171-0/+28
* future: Fixes for -fno-exceptions.Benjamin Kosnik2009-08-102-2/+2
* future: New.Jonathan Wakely2009-06-2118-0/+910