aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3/testsuite/30_threads/thread
AgeCommit message (Expand)AuthorFilesLines
2025-01-02Update copyright years.Jakub Jelinek33-33/+33
2024-05-22libstdc++: Implement std::formatter<std::thread::id> without <sstream> [PR115...Jonathan Wakely1-1/+20
2024-01-03Update copyright years.Jakub Jelinek33-33/+33
2023-11-16libstdc++: Fix aligned formatting of stacktrace_entry and thread::id [PR112564]Jonathan Wakely1-2/+12
2023-09-16libstdc++: Remove dg-options "-std=gnu++20" from 30_threads testsJonathan Wakely1-2/+1
2023-09-11libstdc++: Formatting std::thread::id and std::stacktrace (P2693R1)Jonathan Wakely4-4/+103
2023-01-16Update copyright years.Jakub Jelinek33-33/+33
2022-08-22libstdc++: Fix for explicit copy ctors in <thread> and <future> [PR106695]Jonathan Wakely1-0/+21
2022-06-23libstdc++: testsuite: tolerate non-cancelling sleepAlexandre Oliva1-1/+5
2022-01-03Update copyright years.Jakub Jelinek33-33/+33
2021-10-01libstdc++: Remove unary_function base classes from std::thread testsJonathan Wakely3-7/+6
2021-01-04Update copyright years.Jakub Jelinek33-33/+33
2020-08-23Fix libstdc++ testsuite to handle VxWorks gthreads implementationCorentin Gay20-40/+20
2020-08-11libstdc++: Fix failing tests for AIXJonathan Wakely2-0/+6
2020-02-20libstdc++: Add <=> to thread::idJonathan Wakely3-8/+75
2020-01-01Update copyright years.Jakub Jelinek32-32/+32
2019-05-14PR libstdc++/69724 avoid temporary in std::thread constructionJonathan Wakely1-0/+70
2019-01-01Update copyright years.Jakub Jelinek31-31/+31
2018-07-26Remove dg-require-cstdint directive from testsJonathan Wakely28-28/+0
2018-05-03PR libstdc++/84535 constrain std::thread constructorJonathan Wakely1-0/+31
2018-04-18PR libstdc++/84442 if _Exit isn't declared then use _exit insteadJonathan Wakely1-0/+11
2018-02-23PR libstdc++/84532 prevent unwrapping of reference_wrapper argumentsJonathan Wakely1-0/+38
2018-01-03Update copyright years.Jakub Jelinek29-29/+29
2017-06-15Use pthread effective-target in testsuiteRainer Orth21-42/+63
2017-06-12PR libstdc++/55917 do not handle exceptions in std::threadJonathan Wakely1-0/+48
2017-01-03Add deleted std::thread(const thread&&) constructorJonathan Wakely1-0/+29
2017-01-01Update copyright years.Jakub Jelinek27-27/+27
2016-10-17isblank.cc: Remove 'test' variables.Paolo Carlini15-32/+0
2016-10-13Avoid #include <functional> in other headersJonathan Wakely1-0/+1
2016-08-26Use effective-target instead of -std optionsJonathan Wakely7-14/+8
2016-08-19Simplify dg-options for tests using pthreadsJonathan Wakely20-60/+40
2016-04-18Define std::thread::id comparison operators at namespace-scopeJonathan Wakely1-0/+24
2016-04-07* testsuite/30_threads/thread/70503.cc: Adjust from xfail to pass.Jonathan Wakely1-6/+10
2016-04-05* testsuite/30_threads/thread/70503.cc: Require -static to work.Jonathan Wakely1-0/+1
2016-04-05Ensure std::thread helpers have internal linkageJonathan Wakely1-0/+33
2016-01-04Update copyright years.Jakub Jelinek25-25/+25
2015-09-03libstdc++: Run tests on RTEMSSebastian Huber19-38/+38
2015-01-05Update copyright years.Jakub Jelinek25-25/+25
2014-10-16libstdc++.exp: Prefer -std=gnu++11.Paolo Carlini24-63/+63
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 Wakely19-38/+38
2014-01-02Update copyright years in libstdc++-v3/Richard Sandiford25-25/+25
2013-06-10forced.C: Extend current handling of Linux-based x86 systems to cover all GNU...Thomas Schwinge20-40/+40
2013-02-03Update copyright in libstdc++-v3.Richard Sandiford25-25/+25
2012-12-16thread.cc (execute_native_thread_routine): Do not swallow __forced_unwind exc...Jonathan Wakely1-0/+44
2012-07-20adl.cc: Add missing dg-requires.Paolo Carlini1-1/+3
2012-07-06re PR libstdc++/53872 ([C++11] ADL bug in std::thread)Paolo Carlini1-0/+37
2012-03-14Remove obsolete IRIX 6.5 supportRainer Orth19-38/+38
2012-03-12Remove obsolete Tru64 UNIX V5.1B supportRainer Orth18-36/+36
2012-02-14* 30_threads/thread/native_handle/typesizes.cc: Do not run on cygwin.Jonathan Wakely1-2/+1