summaryrefslogtreecommitdiff
path: root/libstdc++-v3/testsuite/30_threads/shared_lock
AgeCommit message (Expand)Author
2025-03-06libstdc++: Make std::unique_lock self-move-assignableJonathan Wakely
2025-01-02Update copyright years.Jakub Jelinek
2024-01-03Update copyright years.Jakub Jelinek
2023-10-26libstdc++: Fix exception thrown by std::shared_lock::unlock() [PR112089]Jonathan Wakely
2023-09-16libstdc++: Remove dg-options "-std=gnu++20" from 30_threads testsJonathan Wakely
2023-01-16Update copyright years.Jakub Jelinek
2022-12-06libstdc++: Add nodiscard attribute to mutex try_lock functionsJonathan Wakely
2022-01-03Update copyright years.Jakub Jelinek
2021-05-10libstdc++: Remove redundant -std=gnu++17 option from concurrency testsJonathan Wakely
2021-01-04Update copyright years.Jakub Jelinek
2020-08-23Fix libstdc++ testsuite to handle VxWorks gthreads implementationCorentin Gay
2020-07-31libstdc++: Ensure c++NN effective target present in all C++17 testsJonathan Wakely
2020-03-25libstdc++: Define and use chrono::is_clock for C++20Jonathan Wakely
2020-01-01Update copyright years.Jakub Jelinek
2019-01-01Update copyright years.Jakub Jelinek
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-04-28libstdc++/70766 use std::addressof instead of operator&Jonathan Wakely
2016-01-04Update copyright years.Jakub Jelinek
2015-09-03libstdc++: Run tests on RTEMSSebastian Huber
2015-04-10shared_mutex (shared_timed_mutex): Only use pthread_rwlock_t when the POSIX T...Jonathan Wakely
2015-03-171.cc: Remove name of unused exception variable.Jonathan Wakely
2015-01-05Update copyright years.Jakub Jelinek
2014-10-15limits: Remove stray semicolon.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-02-20Rename shared_mutex to shared_timed_mutex per C++14 acceptance of N3891.Ed Smith-Rowland
2014-01-02Update copyright years in libstdc++-v3/Richard Sandiford
2013-06-16shared_mutex: Implement N3659.Jonathan Wakely