]> git.ipfire.org Git - thirdparty/gcc.git/history - libstdc++-v3/testsuite/30_threads/thread/cons
Update copyright years.
[thirdparty/gcc.git] / libstdc++-v3 / testsuite / 30_threads / thread / cons /
2023-01-16  Jakub JelinekUpdate copyright years.
2022-01-03  Jakub JelinekUpdate copyright years.
2021-10-01  Jonathan Wakelylibstdc++: Remove unary_function base classes from...
2021-01-04  Jakub JelinekUpdate copyright years.
2020-08-24  Corentin GayFix libstdc++ testsuite to handle VxWorks gthreads...
2020-08-11  Jonathan Wakelylibstdc++: Fix failing tests for AIX
2020-01-01  Jakub JelinekUpdate copyright years.
2019-05-14  Jonathan WakelyPR libstdc++/69724 avoid temporary in std::thread const...
2019-01-01  Jakub JelinekUpdate copyright years.
2018-07-26  Jonathan WakelyRemove dg-require-cstdint directive from tests
2018-05-03  Jonathan WakelyPR libstdc++/84535 constrain std::thread constructor
2018-04-18  Jonathan WakelyPR libstdc++/84442 if _Exit isn't declared then use...
2018-01-03  Jakub JelinekUpdate copyright years.
2017-06-15  Rainer OrthUse pthread effective-target in testsuite
2017-06-12  Jonathan WakelyPR libstdc++/55917 do not handle exceptions in std...
2017-01-03  Jonathan WakelyAdd deleted std::thread(const thread&&) constructor
2017-01-01  Jakub JelinekUpdate copyright years.
2016-10-17  Paolo Carliniisblank.cc: Remove 'test' variables.
2016-08-26  Jonathan WakelyUse effective-target instead of -std options
2016-08-19  Jonathan WakelySimplify dg-options for tests using pthreads
2016-01-04  Jakub JelinekUpdate copyright years.
2015-09-03  Sebastian Huberlibstdc++: Run tests on RTEMS
2015-01-05  Jakub JelinekUpdate copyright years.
2014-10-16  Paolo Carlinilibstdc++.exp: Prefer -std=gnu++11.
2014-05-23  Jonathan Wakelyre PR libstdc++/60793 (Add target *-*-dragonfly* to...
2014-01-02  Richard SandifordUpdate copyright years in libstdc++-v3/
2013-06-10  Thomas Schwingeforced.C: Extend current handling of Linux-based x86...
2013-02-03  Richard SandifordUpdate copyright in libstdc++-v3.
2012-03-14  Rainer OrthRemove obsolete IRIX 6.5 support
2012-03-12  Rainer OrthRemove obsolete Tru64 UNIX V5.1B support
2012-01-21  Jonathan Wakelyre PR libstdc++/50982 (AIX libstdc++ GTHREADS incompati...
2011-07-09  Jonathan Wakelyre PR libstdc++/49668 ([C++0x] std::thread does not...
2010-08-06  Jason Merrill* include/std/thread: Add deleted thread(thread&).
2010-06-30  Jason Merrill* decl2.c (mark_used): Adjust error for use of deleted...
2010-06-03  Paolo Carlinic++config (std::size_t, [...]): Provide typedefs.
2010-02-23  Paolo Carlinifunctional_hash.h (struct _Fnv_hash): Rename to _Fnv_ha...
2009-08-01  Jason Merrillforward_list.h (splice_after): Use forward.
2009-04-09  Jakub JelinekLicensing changes to GPLv3 resp. GPLv3 with GCC Runtime...
2009-02-21  Benjamin Kosnikuser.cfg.in: Tweaks.
2009-02-13  Chris Fairlesthread (_Impl_base): Move _M_id out and into ...
2009-02-13  Benjamin Kosnikall.h (compare_type_to_native_type_sizes): To...
2009-02-13  Benjamin Kosnikall.h (compare_type_to_native_type_sizes): To...
2009-02-10  Benjamin Kosnikcondition_variable (condition_variable): Remove _M_inte...
2009-02-09  Chris Fairlesthread (thread<>::thread(_Callable)): Explicitly use...
2009-02-07  Benjamin Kosnikthread (thread::id): Move definition inside thread.
2009-01-18  Jonathan Wakelythread (__thread_data_base::__run): Make non-const.
2008-09-13  Chris Fairlesthread: New.