summaryrefslogtreecommitdiff
path: root/libstdc++-v3/testsuite/30_threads/shared_future
Commit message (Expand)AuthorAgeFilesLines
* Update copyright years.Jakub Jelinek2023-01-1616-16/+16
* Update copyright years.Jakub Jelinek2022-01-0316-16/+16
* Update copyright years.Jakub Jelinek2021-01-0416-16/+16
* libstdc++: Adjust static assertions in futures and promises [LWG 3466]Jonathan Wakely2020-08-251-2/+11
* Fix libstdc++ testsuite to handle VxWorks gthreads implementationCorentin Gay2020-08-238-16/+8
* libstdc++: Add static assertions to futures and promises [LWG 3458]Jonathan Wakely2020-07-221-0/+32
* libstdc++: Define and use chrono::is_clock for C++20Jonathan Wakely2020-03-251-0/+59
* Update copyright years.Jakub Jelinek2020-01-0114-14/+14
* Update copyright years.Jakub Jelinek2019-01-0114-14/+14
* Remove dg-require-cstdint directive from testsJonathan Wakely2018-07-2614-14/+0
* Update copyright years.Jakub Jelinek2018-01-0314-14/+14
* Use pthread effective-target in testsuiteRainer Orth2017-06-158-16/+24
* Support exception propagation without lock-free atomic intPauli Nieminen2017-01-0414-14/+0
* Update copyright years.Jakub Jelinek2017-01-0114-14/+14
* DR 374 - specialization in outer namespaceJason Merrill2016-11-131-6/+5
* isblank.cc: Remove 'test' variables.Paolo Carlini2016-10-176-24/+0
* Use effective-target instead of -std optionsJonathan Wakely2016-08-266-9/+7
* Simplify dg-options for tests using pthreadsJonathan Wakely2016-08-198-24/+16
* Update copyright years.Jakub Jelinek2016-01-0414-14/+14
* libstdc++: Run tests on RTEMSSebastian Huber2015-09-038-16/+16
* constexpr.cc: Remove redundant -save-temps option.Nikolai Bozhenov2015-08-051-1/+1
* Update copyright years.Jakub Jelinek2015-01-0514-14/+14
* libstdc++.exp: Prefer -std=gnu++11.Paolo Carlini2014-10-1614-30/+30
* re PR libstdc++/60793 (Add target *-*-dragonfly* to dg-options on 172 libstdc...Jonathan Wakely2014-05-238-16/+16
* Update copyright years in libstdc++-v3/Richard Sandiford2014-01-0214-14/+14
* forced.C: Extend current handling of Linux-based x86 systems to cover all GNU...Thomas Schwinge2013-06-108-16/+16
* re PR libstdc++/56905 ([C++11][DR 1130] std::copy_exception should be removed...Jonathan Wakely2013-04-241-3/+3
* Update copyright in libstdc++-v3.Richard Sandiford2013-02-0313-13/+13
* re PR libstdc++/55861 ([C++11] `std::shared_future::get' is not const-qualified)Jonathan Wakely2013-01-191-4/+4
* Remove obsolete IRIX 6.5 supportRainer Orth2012-03-148-16/+16
* Remove obsolete Tru64 UNIX V5.1B supportRainer Orth2012-03-128-16/+16
* re PR libstdc++/49204 ([C++0x] remaining issues in <future>)Jonathan Wakely2012-02-012-8/+8
* re PR libstdc++/50982 (AIX libstdc++ GTHREADS incompatibility)Jonathan Wakely2012-01-218-24/+24
* re PR libstdc++/51296 (Several 30_threads tests FAIL on Tru64 UNIX)Jonathan Wakely2011-11-261-2/+2
* re PR libstdc++/46951 (30_threads/future/members/45133.cc failed)Jonathan Wakely2010-12-151-1/+4
* re PR libstdc++/45133 ([c++0x] std::future will crash with NULL deref if get(...Jonathan Wakely2010-12-141-0/+90
* constexpr.cc: Add dg-require* directives.Paolo Carlini2010-11-241-0/+3
* chrono: Constexpr markup for is_monotonic.Benjamin Kosnik2010-11-231-0/+32
* wait.cc (wait): Rename.Jonathan Wakely2010-05-191-4/+4
* re PR libstdc++/42201 ([C++0x] std::vector<std::unique_future<T>>::push_back ...Jonathan Wakely2010-01-218-163/+88
* future (unique_future::get, [...]): Remove workaround for c++/34022.Jonathan Wakely2009-12-151-1/+1
* future: Use base class with nested types.Benjamin Kosnik2009-11-031-1/+1
* PR c++/38796, Core issue 906Jason Merrill2009-10-261-1/+1
* future: Fixes for -fno-exceptions.Benjamin Kosnik2009-08-101-1/+1
* forward_list.h (splice_after): Use forward.Jason Merrill2009-07-311-1/+1
* user.cfg.in (PREDEFINED): Add _GLIBCXX_ATOMIC_BUILTINS_*.Benjamin Kosnik2009-06-231-1/+1
* future: New.Jonathan Wakely2009-06-2113-0/+772