summaryrefslogtreecommitdiff
path: root/libstdc++-v3/testsuite/30_threads/condition_variable_any
AgeCommit message (Expand)Author
2025-01-02Update copyright years.Jakub Jelinek
2024-01-03Update copyright years.Jakub Jelinek
2023-11-16libstdc++: Test for feature test macros more accuratelyJonathan Wakely
2023-09-16libstdc++: Remove dg-options "-std=gnu++20" from 30_threads testsJonathan Wakely
2023-09-15libstdc++: Simplify dejagnu directives for some tests using threadsJonathan Wakely
2023-01-16Update copyright years.Jakub Jelinek
2022-10-03libstdc++: Disable hosted-only tests [PR103626]Arsen Arsenović
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-04-22libstdc++: Update value of __cpp_lib_jthread macroJonathan Wakely
2020-03-25libstdc++: Define and use chrono::is_clock for C++20Jonathan Wakely
2020-02-29Explicitly link with libatomic when needed.John David Anglin
2020-01-08Rename condition_variable_any wait* methods to match current draft standardThomas Rodgers
2020-01-01Update copyright years.Jakub Jelinek
2019-11-15Support for jthread and stop_tokenThomas Rodgers
2019-09-04Add user-defined clock to libstdc++ condition_variable testsMike Crowe
2019-01-01Update copyright years.Jakub Jelinek
2018-07-26* 30_threads/condition_variable_any/cond.cc: New test.Marek Polacek
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-01Update copyright years.Jakub Jelinek
2016-10-17isblank.cc: Remove 'test' variables.Paolo Carlini
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-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-11-23re PR libstdc++/52680 (std::this_thread::sleep_for #ifdef'd out by _GLIBCXX_U...Jonathan Wakely
2012-07-04re PR libstdc++/53830 (condition_variable_any - deadlock issue)Jonathan Wakely
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-10-2850862.cc: Trivial formatting fixes.Paolo Carlini
2011-10-27re PR libstdc++/50862 (deadlock in std::condition_variable_any)Jonathan Wakely
2011-10-25condition_variable (condition_variable_any): Remove unused native_handle_type...Jonathan Wakely
2011-10-25re PR libstdc++/50862 (deadlock in std::condition_variable_any)Jonathan Wakely
2011-07-21chrono: (system_clock::is_steady): Update to N3291 from is_monotonic.Benjamin Kosnik
2010-06-29* decl2.c (mark_used): Adjust error for use of deleted function.Jason Merrill
2010-02-03condition_variable (condition_variable_any): Provide definitions for all memb...Jonathan Wakely
2010-01-31revert: condition_variable (condition_variable_any:: wait<>(_Lock&)): Provide...Paolo Carlini
2010-01-29condition_variable (condition_variable_any:: __wait_until_impl): Add.Paolo Carlini
2010-01-29condition_variable (enum class cv_status): Add and use it throughout, per N3000.Paolo Carlini