summaryrefslogtreecommitdiff
path: root/libstdc++-v3/testsuite/30_threads/thread
AgeCommit message (Expand)Author
2025-10-29libstdc++: Do not include internal headers in testsJonathan Wakely
2025-10-10libstdc++: Implement P3235R3 optimizations for std::print [PR121790]Tomasz Kamiński
2025-04-25libstdc++: Constrain formatter for thread::id [PR119918]Tomasz Kamiński
2025-01-02Update copyright years.Jakub Jelinek
2024-05-22libstdc++: Implement std::formatter<std::thread::id> without <sstream> [PR115...Jonathan Wakely
2024-01-03Update copyright years.Jakub Jelinek
2023-11-16libstdc++: Fix aligned formatting of stacktrace_entry and thread::id [PR112564]Jonathan Wakely
2023-09-16libstdc++: Remove dg-options "-std=gnu++20" from 30_threads testsJonathan Wakely
2023-09-11libstdc++: Formatting std::thread::id and std::stacktrace (P2693R1)Jonathan Wakely
2023-01-16Update copyright years.Jakub Jelinek
2022-08-22libstdc++: Fix for explicit copy ctors in <thread> and <future> [PR106695]Jonathan Wakely
2022-06-23libstdc++: testsuite: tolerate non-cancelling sleepAlexandre Oliva
2022-01-03Update copyright years.Jakub Jelinek
2021-10-01libstdc++: Remove unary_function base classes from std::thread testsJonathan Wakely
2021-01-04Update copyright years.Jakub Jelinek
2020-08-23Fix libstdc++ testsuite to handle VxWorks gthreads implementationCorentin Gay
2020-08-11libstdc++: Fix failing tests for AIXJonathan Wakely
2020-02-20libstdc++: Add <=> to thread::idJonathan Wakely
2020-01-01Update copyright years.Jakub Jelinek
2019-05-14PR libstdc++/69724 avoid temporary in std::thread constructionJonathan Wakely
2019-01-01Update copyright years.Jakub Jelinek
2018-07-26Remove dg-require-cstdint directive from testsJonathan Wakely
2018-05-03PR libstdc++/84535 constrain std::thread constructorJonathan Wakely
2018-04-18PR libstdc++/84442 if _Exit isn't declared then use _exit insteadJonathan Wakely
2018-02-23PR libstdc++/84532 prevent unwrapping of reference_wrapper argumentsJonathan Wakely
2018-01-03Update copyright years.Jakub Jelinek
2017-06-15Use pthread effective-target in testsuiteRainer Orth
2017-06-12PR libstdc++/55917 do not handle exceptions in std::threadJonathan Wakely
2017-01-03Add deleted std::thread(const thread&&) constructorJonathan Wakely
2017-01-01Update copyright years.Jakub Jelinek
2016-10-17isblank.cc: Remove 'test' variables.Paolo Carlini
2016-10-13Avoid #include <functional> in other headersJonathan Wakely
2016-08-26Use effective-target instead of -std optionsJonathan Wakely
2016-08-19Simplify dg-options for tests using pthreadsJonathan 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-04Update copyright years.Jakub Jelinek
2015-09-03libstdc++: Run tests on RTEMSSebastian Huber
2015-01-05Update copyright years.Jakub Jelinek
2014-10-16libstdc++.exp: Prefer -std=gnu++11.Paolo Carlini
2014-05-2354297.cc: Remove duplicate dragonfly selector.Jonathan Wakely
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-12-16thread.cc (execute_native_thread_routine): Do not swallow __forced_unwind exc...Jonathan Wakely
2012-07-20adl.cc: Add missing dg-requires.Paolo Carlini
2012-07-06re PR libstdc++/53872 ([C++11] ADL bug in std::thread)Paolo Carlini