aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3/testsuite/30_threads/shared_future
AgeCommit message (Expand)AuthorFilesLines
2025-01-02Update copyright years.Jakub Jelinek16-16/+16
2024-01-03Update copyright years.Jakub Jelinek16-16/+16
2023-09-16libstdc++: Remove dg-options "-std=gnu++20" from 30_threads testsJonathan Wakely1-2/+1
2023-01-16Update copyright years.Jakub Jelinek16-16/+16
2022-01-03Update copyright years.Jakub Jelinek16-16/+16
2021-01-04Update copyright years.Jakub Jelinek16-16/+16
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 Gay8-16/+8
2020-07-22libstdc++: Add static assertions to futures and promises [LWG 3458]Jonathan Wakely1-0/+32
2020-03-25libstdc++: Define and use chrono::is_clock for C++20Jonathan Wakely1-0/+59
2020-01-01Update copyright years.Jakub Jelinek14-14/+14
2019-01-01Update copyright years.Jakub Jelinek14-14/+14
2018-07-26Remove dg-require-cstdint directive from testsJonathan Wakely14-14/+0
2018-01-03Update copyright years.Jakub Jelinek14-14/+14
2017-06-15Use pthread effective-target in testsuiteRainer Orth8-16/+24
2017-01-04Support exception propagation without lock-free atomic intPauli Nieminen14-14/+0
2017-01-01Update copyright years.Jakub Jelinek14-14/+14
2016-11-13DR 374 - specialization in outer namespaceJason Merrill1-6/+5
2016-10-17isblank.cc: Remove 'test' variables.Paolo Carlini6-24/+0
2016-08-26Use effective-target instead of -std optionsJonathan Wakely6-9/+7
2016-08-19Simplify dg-options for tests using pthreadsJonathan Wakely8-24/+16
2016-01-04Update copyright years.Jakub Jelinek14-14/+14
2015-09-03libstdc++: Run tests on RTEMSSebastian Huber8-16/+16
2015-08-05constexpr.cc: Remove redundant -save-temps option.Nikolai Bozhenov1-1/+1
2015-01-05Update copyright years.Jakub Jelinek14-14/+14
2014-10-16libstdc++.exp: Prefer -std=gnu++11.Paolo Carlini14-30/+30
2014-05-23re PR libstdc++/60793 (Add target *-*-dragonfly* to dg-options on 172 libstdc...Jonathan Wakely8-16/+16
2014-01-02Update copyright years in libstdc++-v3/Richard Sandiford14-14/+14
2013-06-10forced.C: Extend current handling of Linux-based x86 systems to cover all GNU...Thomas Schwinge8-16/+16
2013-04-24re PR libstdc++/56905 ([C++11][DR 1130] std::copy_exception should be removed...Jonathan Wakely1-3/+3
2013-02-03Update copyright in libstdc++-v3.Richard Sandiford13-13/+13
2013-01-19re PR libstdc++/55861 ([C++11] `std::shared_future::get' is not const-qualified)Jonathan Wakely1-4/+4
2012-03-14Remove obsolete IRIX 6.5 supportRainer Orth8-16/+16
2012-03-12Remove obsolete Tru64 UNIX V5.1B supportRainer Orth8-16/+16
2012-02-01re PR libstdc++/49204 ([C++0x] remaining issues in <future>)Jonathan Wakely2-8/+8
2012-01-21re PR libstdc++/50982 (AIX libstdc++ GTHREADS incompatibility)Jonathan Wakely8-24/+24
2011-11-26re PR libstdc++/51296 (Several 30_threads tests FAIL on Tru64 UNIX)Jonathan Wakely1-2/+2
2010-12-15re PR libstdc++/46951 (30_threads/future/members/45133.cc failed)Jonathan Wakely1-1/+4
2010-12-14re PR libstdc++/45133 ([c++0x] std::future will crash with NULL deref if get(...Jonathan Wakely1-0/+90
2010-11-24constexpr.cc: Add dg-require* directives.Paolo Carlini1-0/+3
2010-11-23chrono: Constexpr markup for is_monotonic.Benjamin Kosnik1-0/+32
2010-05-19wait.cc (wait): Rename.Jonathan Wakely1-4/+4
2010-01-21re PR libstdc++/42201 ([C++0x] std::vector<std::unique_future<T>>::push_back ...Jonathan Wakely8-163/+88
2009-12-15future (unique_future::get, [...]): Remove workaround for c++/34022.Jonathan Wakely1-1/+1
2009-11-03future: Use base class with nested types.Benjamin Kosnik1-1/+1
2009-10-26PR c++/38796, Core issue 906Jason Merrill1-1/+1
2009-08-10future: Fixes for -fno-exceptions.Benjamin Kosnik1-1/+1
2009-07-31forward_list.h (splice_after): Use forward.Jason Merrill1-1/+1
2009-06-23user.cfg.in (PREDEFINED): Add _GLIBCXX_ATOMIC_BUILTINS_*.Benjamin Kosnik1-1/+1
2009-06-21future: New.Jonathan Wakely13-0/+772