aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3/testsuite/30_threads/promise
AgeCommit message (Expand)AuthorFilesLines
2025-01-02Update copyright years.Jakub Jelinek23-23/+23
2024-01-03Update copyright years.Jakub Jelinek23-23/+23
2023-01-16Update copyright years.Jakub Jelinek23-23/+23
2022-09-14libstdc++: Add assertion to std::promise::set_exception (LWG 2276)Jonathan Wakely1-0/+18
2022-01-03Update copyright years.Jakub Jelinek23-23/+23
2021-08-30c++: limit instantiation with ill-formed class [PR96286]Jason Merrill1-4/+0
2021-05-04libstdc++: Fix null dereferences in std::promiseJonathan Wakely1-1/+0
2021-01-04Update copyright years.Jakub Jelinek23-23/+23
2020-08-25libstdc++: Adjust static assertions in futures and promises [LWG 3466]Jonathan Wakely1-2/+11
2020-08-23Fix libstdc++ testsuite to handle VxWorks gthreads implementationCorentin Gay15-30/+15
2020-07-22libstdc++: Add static assertions to futures and promises [LWG 3458]Jonathan Wakely1-0/+34
2020-01-01Update copyright years.Jakub Jelinek22-22/+22
2019-01-01Update copyright years.Jakub Jelinek22-22/+22
2018-07-26Remove dg-require-cstdint directive from testsJonathan Wakely22-22/+0
2018-01-03Update copyright years.Jakub Jelinek22-22/+22
2017-06-15Use pthread effective-target in testsuiteRainer Orth15-30/+45
2017-04-21PR libstdc++/80316 make promise::set_value throw no_state errorJonathan Wakely4-0/+689
2017-01-04Support exception propagation without lock-free atomic intPauli Nieminen21-21/+0
2017-01-01Update copyright years.Jakub Jelinek21-21/+21
2016-11-13DR 374 - specialization in outer namespaceJason Merrill1-6/+5
2016-10-17isblank.cc: Remove 'test' variables.Paolo Carlini7-20/+0
2016-08-26Use effective-target instead of -std optionsJonathan Wakely7-14/+7
2016-08-19Simplify dg-options for tests using pthreadsJonathan Wakely14-42/+28
2016-01-07Use std::addressof in insert iterators, allocators and promisesJonathan Wakely1-0/+34
2016-01-04Update copyright years.Jakub Jelinek20-20/+20
2015-09-03libstdc++: Run tests on RTEMSSebastian Huber14-28/+28
2015-01-05Update copyright years.Jakub Jelinek20-20/+20
2014-12-02Define *_at_thread_exit() functions.Jonathan Wakely1-0/+66
2014-10-16libstdc++.exp: Prefer -std=gnu++11.Paolo Carlini18-42/+42
2014-06-26alloc.cc: Fix use of test allocator.Jonathan Wakely1-9/+2
2014-06-25Makefile.am: Add new header.Jonathan Wakely1-4/+18
2014-05-2354297.cc: Remove duplicate dragonfly selector.Jonathan Wakely1-2/+2
2014-05-23re PR libstdc++/60793 (Add target *-*-dragonfly* to dg-options on 172 libstdc...Jonathan Wakely13-26/+26
2014-05-17re PR libstdc++/60966 (std::call_once sometime hangs)Jonathan Wakely1-0/+67
2014-01-02Update copyright years in libstdc++-v3/Richard Sandiford18-18/+18
2013-06-10forced.C: Extend current handling of Linux-based x86 systems to cover all GNU...Thomas Schwinge12-24/+24
2013-04-24re PR libstdc++/56905 ([C++11][DR 1130] std::copy_exception should be removed...Jonathan Wakely3-5/+5
2013-02-03Update copyright in libstdc++-v3.Richard Sandiford18-18/+18
2012-03-14Remove obsolete IRIX 6.5 supportRainer Orth12-24/+24
2012-03-12Remove obsolete Tru64 UNIX V5.1B supportRainer Orth12-24/+24
2012-02-01re PR libstdc++/49204 ([C++0x] remaining issues in <future>)Jonathan Wakely3-8/+13
2012-01-21re PR libstdc++/50982 (AIX libstdc++ GTHREADS incompatibility)Jonathan Wakely12-36/+36
2011-11-08shared_ptr_base.h (_Sp_counted_ptr): Make 'final'.Jonathan Wakely1-0/+40
2011-11-02future (promise): Add constructors for uses-allocator construction from rvalu...Jonathan Wakely1-0/+42
2011-06-11uses_allocator.cc: New.Jonathan Wakely1-0/+32
2010-10-08future: Enable allocator support.Jonathan Wakely1-2/+2
2010-06-29* decl2.c (mark_used): Adjust error for use of deleted function.Jason Merrill2-6/+4
2010-03-02re PR libstdc++/43230 (Revision 157158 failed 30_threads/promise/members/set_...Jonathan Wakely1-10/+1
2010-02-12PR libstdc++/42819, DR 1315Jonathan Wakely2-2/+2
2010-02-05future (swap(packaged_task<>&, packaged_task<>&), [...]): Add; minor formatti...Paolo Carlini2-4/+4