Daily bump.
[gcc.git] / libstdc++-v3 / testsuite / 30_threads / thread /
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-02-20 Jonathan Wakelylibstdc++: Add <=> to thread::id
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-02-23 Jonathan WakelyPR libstdc++/84532 prevent unwrapping of reference_wrap...
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-10-13 Jonathan WakelyAvoid #include <functional> in other headers
2016-08-26 Jonathan WakelyUse effective-target instead of -std options
2016-08-19 Jonathan WakelySimplify dg-options for tests using pthreads
2016-04-18 Jonathan WakelyDefine std::thread::id comparison operators at namespac...
2016-04-07 Jonathan Wakely* testsuite/30_threads/thread/70503.cc: Adjust from...
2016-04-05 Jonathan Wakely* testsuite/30_threads/thread/70503.cc: Require -static...
2016-04-05 Jonathan WakelyEnsure std::thread helpers have internal linkage
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 Wakely54297.cc: Remove duplicate dragonfly selector.
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-12-16 Jonathan Wakelythread.cc (execute_native_thread_routine): Do not swall...
2012-07-20 Paolo Carliniadl.cc: Add missing dg-requires.
2012-07-06 Paolo Carlinire PR libstdc++/53872 ([C++11] ADL bug in std::thread)
2012-03-14 Rainer OrthRemove obsolete IRIX 6.5 support
2012-03-12 Rainer OrthRemove obsolete Tru64 UNIX V5.1B support
2012-02-14 Jonathan Wakely* 30_threads/thread/native_handle/typesizes.cc: Do...
2012-01-21 Jonathan Wakelyre PR libstdc++/50982 (AIX libstdc++ GTHREADS incompati...
2011-11-26 Jonathan Wakelyre PR libstdc++/51296 (Several 30_threads tests FAIL...
2011-11-18 Jonathan Wakelytypesizes.cc: Do not run on darwin.
2011-11-08 Jonathan Wakelyre PR libstdc++/51018 (Test failures on NetBSD)
2011-07-09 Jonathan Wakelyre PR libstdc++/49668 ([C++0x] std::thread does not...
2011-05-28 Jonathan Wakelyacinclude.m4: Define GLIBCXX_CHECK_GET_NPROCS and GLIBC...
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-09-09 Loren J. Rittletypesizes.cc: Remove *-*-freebsd* from both dg-do and...
2009-08-01 Jason Merrillforward_list.h (splice_after): Use forward.
2009-05-18 Jonathan Wakelystl_pair.h (swap): Do not swap rvalues.
2009-04-09 Jakub JelinekLicensing changes to GPLv3 resp. GPLv3 with GCC Runtime...
2009-03-13 Benjamin Kosniktypesizes.cc: Include tweaks.
2009-02-21 Benjamin Kosnikthis_thread: Move...
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-08 Benjamin Kosnikmember: To..
2009-02-07 Benjamin Kosnikthread (thread::id): Move definition inside thread.
2009-01-29 Jonathan Wakelythread: Remove unused headers.
2009-01-18 Jonathan Wakelythread (__thread_data_base::__run): Make non-const.
2009-01-15 Chris Fairlesacinclude.m4 ([GLIBCXX_ENABLE_CLOCK_GETTIME], [......
2008-09-13 Chris Fairles1.cc: Join thread before program exits.
2008-09-13 Chris Fairlesthread: New.