summaryrefslogtreecommitdiff
path: root/libstdc++-v3/testsuite/30_threads/thread/cons
Commit message (Expand)AuthorAgeFilesLines
* Update copyright years.Jakub Jelinek2022-01-0317-17/+17
* libstdc++: Remove unary_function base classes from std::thread testsJonathan Wakely2021-10-013-7/+6
* Update copyright years.Jakub Jelinek2021-01-0417-17/+17
* Fix libstdc++ testsuite to handle VxWorks gthreads implementationCorentin Gay2020-08-2312-24/+12
* libstdc++: Fix failing tests for AIXJonathan Wakely2020-08-112-0/+6
* Update copyright years.Jakub Jelinek2020-01-0117-17/+17
* PR libstdc++/69724 avoid temporary in std::thread constructionJonathan Wakely2019-05-141-0/+70
* Update copyright years.Jakub Jelinek2019-01-0116-16/+16
* Remove dg-require-cstdint directive from testsJonathan Wakely2018-07-2616-16/+0
* PR libstdc++/84535 constrain std::thread constructorJonathan Wakely2018-05-031-0/+31
* PR libstdc++/84442 if _Exit isn't declared then use _exit insteadJonathan Wakely2018-04-181-0/+11
* Update copyright years.Jakub Jelinek2018-01-0315-15/+15
* Use pthread effective-target in testsuiteRainer Orth2017-06-1512-24/+36
* PR libstdc++/55917 do not handle exceptions in std::threadJonathan Wakely2017-06-121-0/+48
* Add deleted std::thread(const thread&&) constructorJonathan Wakely2017-01-031-0/+29
* Update copyright years.Jakub Jelinek2017-01-0113-13/+13
* isblank.cc: Remove 'test' variables.Paolo Carlini2016-10-1710-20/+0
* Use effective-target instead of -std optionsJonathan Wakely2016-08-262-4/+2
* Simplify dg-options for tests using pthreadsJonathan Wakely2016-08-1911-33/+22
* Update copyright years.Jakub Jelinek2016-01-0413-13/+13
* libstdc++: Run tests on RTEMSSebastian Huber2015-09-0311-22/+22
* Update copyright years.Jakub Jelinek2015-01-0513-13/+13
* libstdc++.exp: Prefer -std=gnu++11.Paolo Carlini2014-10-1613-35/+35
* re PR libstdc++/60793 (Add target *-*-dragonfly* to dg-options on 172 libstdc...Jonathan Wakely2014-05-2311-22/+22
* Update copyright years in libstdc++-v3/Richard Sandiford2014-01-0213-13/+13
* forced.C: Extend current handling of Linux-based x86 systems to cover all GNU...Thomas Schwinge2013-06-1011-22/+22
* Update copyright in libstdc++-v3.Richard Sandiford2013-02-0313-13/+13
* Remove obsolete IRIX 6.5 supportRainer Orth2012-03-1411-22/+22
* Remove obsolete Tru64 UNIX V5.1B supportRainer Orth2012-03-1211-22/+22
* re PR libstdc++/50982 (AIX libstdc++ GTHREADS incompatibility)Jonathan Wakely2012-01-2111-33/+33
* re PR libstdc++/49668 ([C++0x] std::thread does not forward its args as rvalues)Jonathan Wakely2011-07-092-3/+52
* * include/std/thread: Add deleted thread(thread&).Jason Merrill2010-08-061-7/+1
* * decl2.c (mark_used): Adjust error for use of deleted function.Jason Merrill2010-06-292-7/+10
* c++config (std::size_t, [...]): Provide typedefs.Paolo Carlini2010-06-032-2/+2
* functional_hash.h (struct _Fnv_hash): Rename to _Fnv_hash_base.Paolo Carlini2010-02-232-4/+4
* forward_list.h (splice_after): Use forward.Jason Merrill2009-07-311-1/+1
* Licensing changes to GPLv3 resp. GPLv3 with GCC Runtime Exception.Jakub Jelinek2009-04-0912-137/+45
* user.cfg.in: Tweaks.Benjamin Kosnik2009-02-212-2/+2
* thread (_Impl_base): Move _M_id out and into ...Chris Fairles2009-02-132-2/+2
* all.h (compare_type_to_native_type_sizes): To...Benjamin Kosnik2009-02-132-0/+180
* all.h (compare_type_to_native_type_sizes): To...Benjamin Kosnik2009-02-138-20/+44
* condition_variable (condition_variable): Remove _M_internal_mutex.Benjamin Kosnik2009-02-102-3/+3
* thread (thread<>::thread(_Callable)): Explicitly use _Callable as template ar...Chris Fairles2009-02-093-0/+230
* thread (thread::id): Move definition inside thread.Benjamin Kosnik2009-02-072-0/+72
* thread (__thread_data_base::__run): Make non-const.Jonathan Wakely2009-01-181-0/+87
* thread: New.Chris Fairles2008-09-134-0/+321