summaryrefslogtreecommitdiff
path: root/libstdc++-v3/testsuite/30_threads/headers
AgeCommit message (Expand)Author
2025-01-02Update copyright years.Jakub Jelinek
2024-01-03Update copyright years.Jakub Jelinek
2023-09-16libstdc++: Remove dg-options "-std=gnu++20" from 30_threads testsJonathan Wakely
2023-01-16Update copyright years.Jakub Jelinek
2022-01-03Update copyright years.Jakub Jelinek
2021-01-04Update copyright years.Jakub Jelinek
2020-07-31libstdc++: Use c++NN_only effective target to testsJonathan Wakely
2020-07-02libstdc++: Require c++98_only effective target for some testsJonathan Wakely
2020-01-01Update copyright years.Jakub Jelinek
2019-12-20libstdc++: Fix versioned namespace testsFrançois Dumont
2019-11-15libstdc++: Fix definition of std::nostopstate objectJonathan Wakely
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-01-04Support exception propagation without lock-free atomic intPauli Nieminen
2017-01-01Update copyright years.Jakub Jelinek
2016-08-26Use effective-target instead of -std optionsJonathan Wakely
2016-01-04Update copyright years.Jakub Jelinek
2015-01-05Update copyright years.Jakub Jelinek
2014-10-16libstdc++.exp: Prefer -std=gnu++11.Paolo Carlini
2014-01-02Update copyright years in libstdc++-v3/Richard Sandiford
2013-02-03Update copyright in libstdc++-v3.Richard Sandiford
2013-01-04Update Copyright years for files modified in 2011 and/or 2012.Jakub Jelinek
2011-10-31re PR c++/50920 (add a -std=c++11 option to the driver)Jason Merrill
2010-12-19*: Use headername alias to associate private includes to public includes.Benjamin Kosnik
2010-06-15libstdc++.exp: Set additional_prunes.Jason Merrill
2010-01-21re PR libstdc++/42201 ([C++0x] std::vector<std::unique_future<T>>::push_back ...Jonathan Wakely
2009-06-21future: New.Jonathan Wakely
2009-05-16mutex: Move std::lock_error to ...Jonathan Wakely
2009-04-09Licensing changes to GPLv3 resp. GPLv3 with GCC Runtime Exception.Jakub Jelinek
2008-09-13thread: New.Chris Fairles
2008-09-03condition_variable: Use new deleted ctors.Chris Fairles
2008-05-06condition_variable: New.Benjamin Kosnik