aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3/testsuite/30_threads
AgeCommit message (Expand)Author
2017-07-15Reorder std::scoped_lock parameters as per P0739R0 DR statusJonathan Wakely
2017-06-15Use pthread effective-target in testsuiteRainer Orth
2017-06-12PR libstdc++/55917 do not handle exceptions in std::threadJonathan Wakely
2017-04-21PR libstdc++/80316 make promise::set_value throw no_state errorJonathan Wakely
2017-03-22Add deduction guides for C++17 (P0433R2, partial)Jonathan Wakely
2017-03-05Add std::scoped_lock for C++17Jonathan Wakely
2017-02-13PR libstdc++/79486 use lvalues in result_of expressionsJonathan Wakely
2017-01-09Define testsuite macro for correct thread_local destructorsJonathan Wakely
2017-01-04Support exception propagation without lock-free atomic intPauli Nieminen
2017-01-03Add deleted std::thread(const thread&&) constructorJonathan Wakely
2017-01-01 Update copyright years.Jakub Jelinek
2016-12-07Replace dynamic exception specifications in testsuiteJonathan Wakely
2016-11-13 DR 374 - specialization in outer namespaceJason Merrill
2016-10-21Split <functional> into smaller piecesJonathan Wakely
2016-10-172016-10-16 Paolo Carlini <paolo.carlini@oracle.com>Paolo Carlini
2016-10-13Avoid #include <functional> in other headersJonathan Wakely
2016-10-12Do not copy std:call_once arguments (LWG 2442)Jonathan Wakely
2016-08-26Use effective-target instead of -std optionsJonathan Wakely
2016-08-19Simplify dg-options for tests using pthreadsJonathan Wakely
2016-04-28libstdc++/70766 use std::addressof instead of operator&Jonathan Wakely
2016-04-18Define std::thread::id comparison operators at namespace-scopeJonathan Wakely
2016-04-07 * testsuite/30_threads/thread/70503.cc: Adjust from xfail to pass.Jonathan Wakely
2016-04-05 * testsuite/30_threads/thread/70503.cc: Require -static to work.Jonathan Wakely
2016-04-05Ensure std::thread helpers have internal linkageJonathan Wakely
2016-01-07Use std::addressof in insert iterators, allocators and promisesJonathan Wakely
2016-01-04 Update copyright years.Jakub Jelinek
2015-12-04PR libstdc++/57060 cope with invalid thread IDsJonathan Wakely
2015-11-11Loop in std::this_thread sleep functionsJonathan Wakely
2015-10-24Return deferred future if thread cannot be runJonathan Wakely
2015-09-07Rename shadowed variable in libstdc++ test.Jonathan Wakely
2015-09-07Enable timed mutex unlock tests on darwin.Jonathan Wakely
2015-09-04Add portable timed_mutex and recursive_timed_mutex.Jonathan Wakely
2015-09-03libstdc++: Run tests on RTEMSSebastian Huber
2015-08-20libstdc++/67294 Don't run timed mutex tests on DarwinJonathan Wakely
2015-08-13 * testsuite/30_threads/mutex/unlock/2.cc: New.Jonathan Wakely
2015-08-052015-08-05 Nikolai Bozhenov <n.bozhenov@samsung.com>Nikolai Bozhenov
2015-06-05 * include/std/shared_mutex (__shared_mutex_pthread,Jonathan Wakely
2015-05-29 * include/std/future (__async_result_of): New alias template.Jonathan Wakely
2015-05-06gcc/c-family/Jason Merrill
2015-04-10 * include/std/shared_mutex (shared_timed_mutex): Only useJonathan Wakely
2015-04-10 * include/std/shared_mutex (shared_timed_mutex): Add comments toJonathan Wakely
2015-03-26 PR libstdc++/58038Jonathan Wakely
2015-03-17 * testsuite/30_threads/shared_lock/modifiers/1.cc: Remove name ofJonathan Wakely
2015-01-05 Update copyright years.Jakub Jelinek
2014-12-11 * testsuite/30_threads/condition_variable/members/3.cc: Only useJonathan Wakely
2014-12-02Define *_at_thread_exit() functions.Jonathan Wakely
2014-10-162014-10-16 Paolo Carlini <paolo.carlini@oracle.com>Paolo Carlini
2014-10-152014-10-15 Paolo Carlini <paolo.carlini@oracle.com>Paolo Carlini
2014-09-22 * include/std/mutex (try_lock): Do not swallow exceptions.Jonathan Wakely
2014-06-25 * testsuite/20_util/shared_ptr/creation/alloc.cc: Fix use of testJonathan Wakely