aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3/testsuite/30_threads/lock_guard
AgeCommit message (Expand)AuthorFilesLines
2025-01-02Update copyright years.Jakub Jelinek4-4/+4
2024-01-03Update copyright years.Jakub Jelinek4-4/+4
2023-11-11libstdc++: Add [[nodiscard]] to lock typesJonathan Wakely1-0/+20
2023-01-16Update copyright years.Jakub Jelinek4-4/+4
2022-01-03Update copyright years.Jakub Jelinek4-4/+4
2021-05-10libstdc++: Remove redundant -std=gnu++17 option from concurrency testsJonathan Wakely1-1/+0
2021-01-04Update copyright years.Jakub Jelinek4-4/+4
2020-01-01Update copyright years.Jakub Jelinek4-4/+4
2019-01-01Update copyright years.Jakub Jelinek4-4/+4
2018-07-26Remove dg-require-cstdint directive from testsJonathan Wakely3-3/+0
2018-01-03Update copyright years.Jakub Jelinek4-4/+4
2017-09-15invoke.texi: Document -std=c++17 and -std=gnu++17 and document c++1z and gnu+...Jakub Jelinek1-1/+1
2017-03-22Add deduction guides for C++17 (P0433R2, partial)Jonathan Wakely1-0/+44
2017-01-01Update copyright years.Jakub Jelinek3-3/+3
2016-12-07Replace dynamic exception specifications in testsuiteJonathan Wakely1-1/+1
2016-10-17isblank.cc: Remove 'test' variables.Paolo Carlini1-2/+0
2016-08-26Use effective-target instead of -std optionsJonathan Wakely3-6/+3
2016-01-04Update copyright years.Jakub Jelinek3-3/+3
2015-05-05c.opt (Wterminate): New.Jason Merrill1-1/+1
2015-01-05Update copyright years.Jakub Jelinek3-3/+3
2014-10-16libstdc++.exp: Prefer -std=gnu++11.Paolo Carlini2-2/+2
2014-01-02Update copyright years in libstdc++-v3/Richard Sandiford3-3/+3
2013-03-16re PR libstdc++/56002 ([C++11] allow generic locks to be used without requiri...Jonathan Wakely1-5/+2
2013-02-03Update copyright in libstdc++-v3.Richard Sandiford3-3/+3
2012-03-14Remove obsolete IRIX 6.5 supportRainer Orth1-2/+2
2012-03-12Remove obsolete Tru64 UNIX V5.1B supportRainer Orth1-2/+2
2012-02-0739909.cc: Remove duplicate target selector.Jonathan Wakely1-2/+2
2012-01-21re PR libstdc++/50982 (AIX libstdc++ GTHREADS incompatibility)Jonathan Wakely1-3/+3
2010-03-02mutex (lock_guard::lock_guard): Do not lock mutex when adopt_lock_t construct...Jonathan Wakely1-0/+79
2009-04-09Licensing changes to GPLv3 resp. GPLv3 with GCC Runtime Exception.Jakub Jelinek2-28/+10
2008-09-03condition_variable: Use new deleted ctors.Chris Fairles2-2/+8
2008-05-06condition_variable: New.Benjamin Kosnik2-0/+80