aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3/include/std/thread
AgeCommit message (Expand)AuthorFilesLines
2020-01-01Update copyright years.Jakub Jelinek1-1/+1
2019-11-18libstdc++: Fix std::jthread bugsJonathan Wakely1-20/+27
2019-11-16libstdc++: Optimize std::jthread constructionJonathan Wakely1-26/+29
2019-11-15Support for jthread and stop_tokenThomas Rodgers1-0/+125
2019-05-14PR libstdc++/69724 avoid temporary in std::thread constructionJonathan Wakely1-8/+12
2019-05-02Improve Doxygen docs for nested namespacesJonathan Wakely1-2/+3
2019-01-01Update copyright years.Jakub Jelinek1-1/+1
2018-07-26Remove <chrono> dependency on _GLIBCXX_USE_C99_STDINT_TR1Jonathan Wakely1-2/+2
2018-06-15LWG 3039 Unnecessary decay in thread and packaged_taskJonathan Wakely1-0/+1
2018-05-03PR libstdc++/84535 constrain std::thread constructorJonathan Wakely1-22/+30
2018-02-23PR libstdc++/84532 prevent unwrapping of reference_wrapper argumentsJonathan Wakely1-9/+6
2018-01-03Update copyright years.Jakub Jelinek1-1/+1
2017-07-23re PR libstdc++/81064 (Inline namespace regression)François Dumont1-6/+1
2017-01-03Add deleted std::thread(const thread&&) constructorJonathan Wakely1-0/+1
2017-01-01Update copyright years.Jakub Jelinek1-1/+1
2016-10-17PR77998 Remove std::thread::_Invoker::result_typeJonathan Wakely1-6/+3
2016-10-13Replace __bind_simple with std::thread::__make_invokerJonathan Wakely1-3/+53
2016-06-16Remove trailing whitespace from libstdc++ headersJonathan Wakely1-1/+1
2016-04-18Define std::thread::id comparison operators at namespace-scopeJonathan Wakely1-14/+20
2016-01-04Update copyright years.Jakub Jelinek1-1/+1
2015-12-04PR libstdc++/57060 cope with invalid thread IDsJonathan Wakely1-3/+24
2015-11-12* include/std/thread: Include <cerrno> for EINTR.Jonathan Wakely1-0/+1
2015-11-11Loop in std::this_thread sleep functionsJonathan Wakely1-3/+13
2015-09-29Reduce space and time overhead of std::threadJonathan Wakely1-42/+50
2015-03-26re PR libstdc++/58038 (std::this_thread::sleep_until can cause inifinite sleep)Jonathan Wakely1-1/+7
2015-01-05Update copyright years.Jakub Jelinek1-1/+1
2014-08-13re PR libstdc++/61841 (broken std::thread on Hurd)Jonathan Wakely1-0/+11
2014-01-02Update copyright years in libstdc++-v3/Richard Sandiford1-1/+1
2013-02-03Update copyright in libstdc++-v3.Richard Sandiford1-1/+1
2012-11-23re PR libstdc++/52680 (std::this_thread::sleep_for #ifdef'd out by _GLIBCXX_U...Jonathan Wakely1-11/+13
2012-11-19stl_algo.h (reverse_copy): Update comment per DR 2074.Jonathan Wakely1-0/+2
2012-11-10* many: Replace uses of __GXX_EXPERIMENTAL_CXX0X__ with __cplusplus.Jason Merrill1-2/+2
2012-08-09acinclude.m4: Update references to final C++11 standard.Jonathan Wakely1-3/+3
2012-07-06re PR libstdc++/53872 ([C++11] ADL bug in std::thread)Paolo Carlini1-2/+2
2011-11-18hash-long-double-aux.cc: Rename to...Paolo Carlini1-1/+1
2011-07-09re PR libstdc++/49668 ([C++0x] std::thread does not forward its args as rvalues)Jonathan Wakely1-3/+1
2011-05-28acinclude.m4: Define GLIBCXX_CHECK_GET_NPROCS and GLIBCXX_CHECK_SC_NPROCESSOR...Jonathan Wakely1-2/+1
2011-05-27thread (this_thread::sleep_until): Move after sleep_for.Jonathan Wakely1-6/+6
2011-05-25thread: Use noexcept throughout per the FDIS.Paolo Carlini1-17/+17
2011-03-16thread: Revert.Benjamin Kosnik1-1/+3
2011-03-15Makefile.am: Add functional.cc, shared_ptr.cc.Benjamin Kosnik1-3/+1
2011-01-30PR libstdc++/36104 part fourBenjamin Kosnik1-3/+12
2010-12-19*: Use headername alias to associate private includes to public includes.Benjamin Kosnik1-1/+1
2010-11-02cinttypes: Remove, move contents to C++0x and TR1 headers.Paolo Carlini1-3/+3
2010-10-08re PR libstdc++/45893 ([C++0x] [DR 817] Finish updating std::bind to rvalue r...Jonathan Wakely1-8/+6
2010-09-22functional_hash.h (__hash_base): Add.Paolo Carlini1-4/+1
2010-09-13hash_bytes.cc: New file...Matt Austern1-1/+1
2010-08-06* include/std/thread: Add deleted thread(thread&).Jason Merrill1-0/+1
2010-06-03c++config (std::size_t, [...]): Provide typedefs.Paolo Carlini1-1/+0
2010-02-23functional_hash.h (struct _Fnv_hash): Rename to _Fnv_hash_base.Paolo Carlini1-0/+16