summaryrefslogtreecommitdiff
path: root/libstdc++-v3/testsuite/30_threads/shared_future/cons
AgeCommit message (Expand)Author
2025-01-02Update copyright years.Jakub Jelinek
2024-01-03Update copyright years.Jakub Jelinek
2023-01-16Update copyright years.Jakub Jelinek
2022-01-03Update copyright years.Jakub Jelinek
2021-01-04Update copyright years.Jakub Jelinek
2020-08-23Fix libstdc++ testsuite to handle VxWorks gthreads implementationCorentin Gay
2020-01-01Update copyright years.Jakub Jelinek
2019-01-01Update copyright years.Jakub Jelinek
2018-07-26Remove dg-require-cstdint directive from testsJonathan Wakely
2018-01-03Update copyright years.Jakub Jelinek
2017-06-15Use pthread effective-target in testsuiteRainer Orth
2017-01-04Support exception propagation without lock-free atomic intPauli Nieminen
2017-01-01Update copyright years.Jakub Jelinek
2016-08-26Use effective-target instead of -std optionsJonathan Wakely
2016-08-19Simplify dg-options for tests using pthreadsJonathan Wakely
2016-01-04Update copyright years.Jakub Jelinek
2015-09-03libstdc++: Run tests on RTEMSSebastian Huber
2015-08-05constexpr.cc: Remove redundant -save-temps option.Nikolai Bozhenov
2015-01-05Update copyright years.Jakub Jelinek
2014-10-16libstdc++.exp: Prefer -std=gnu++11.Paolo Carlini
2014-05-23re PR libstdc++/60793 (Add target *-*-dragonfly* to dg-options on 172 libstdc...Jonathan Wakely
2014-01-02Update copyright years in libstdc++-v3/Richard Sandiford
2013-06-10forced.C: Extend current handling of Linux-based x86 systems to cover all GNU...Thomas Schwinge
2013-02-03Update copyright in libstdc++-v3.Richard Sandiford
2012-03-14Remove obsolete IRIX 6.5 supportRainer Orth
2012-03-12Remove obsolete Tru64 UNIX V5.1B supportRainer Orth
2012-01-21re PR libstdc++/50982 (AIX libstdc++ GTHREADS incompatibility)Jonathan Wakely
2011-11-26re PR libstdc++/51296 (Several 30_threads tests FAIL on Tru64 UNIX)Jonathan Wakely
2010-11-24constexpr.cc: Add dg-require* directives.Paolo Carlini
2010-11-23chrono: Constexpr markup for is_monotonic.Benjamin Kosnik
2010-01-21re PR libstdc++/42201 ([C++0x] std::vector<std::unique_future<T>>::push_back ...Jonathan Wakely
2009-12-15future (unique_future::get, [...]): Remove workaround for c++/34022.Jonathan Wakely
2009-11-03future: Use base class with nested types.Benjamin Kosnik
2009-10-26PR c++/38796, Core issue 906Jason Merrill
2009-08-10future: Fixes for -fno-exceptions.Benjamin Kosnik
2009-07-31forward_list.h (splice_after): Use forward.Jason Merrill
2009-06-23user.cfg.in (PREDEFINED): Add _GLIBCXX_ATOMIC_BUILTINS_*.Benjamin Kosnik
2009-06-21future: New.Jonathan Wakely