summaryrefslogtreecommitdiff
path: root/libstdc++-v3/include/std/thread
AgeCommit message (Expand)Author
2016-01-04Update copyright years.Jakub Jelinek
2015-12-04PR libstdc++/57060 cope with invalid thread IDsJonathan Wakely
2015-11-12* include/std/thread: Include <cerrno> for EINTR.Jonathan Wakely
2015-11-11Loop in std::this_thread sleep functionsJonathan Wakely
2015-09-29Reduce space and time overhead of std::threadJonathan Wakely
2015-03-26re PR libstdc++/58038 (std::this_thread::sleep_until can cause inifinite sleep)Jonathan Wakely
2015-01-05Update copyright years.Jakub Jelinek
2014-08-13re PR libstdc++/61841 (broken std::thread on Hurd)Jonathan Wakely
2014-01-02Update copyright years in libstdc++-v3/Richard Sandiford
2013-02-03Update copyright in libstdc++-v3.Richard Sandiford
2012-11-23re PR libstdc++/52680 (std::this_thread::sleep_for #ifdef'd out by _GLIBCXX_U...Jonathan Wakely
2012-11-19stl_algo.h (reverse_copy): Update comment per DR 2074.Jonathan Wakely
2012-11-10* many: Replace uses of __GXX_EXPERIMENTAL_CXX0X__ with __cplusplus.Jason Merrill
2012-08-09acinclude.m4: Update references to final C++11 standard.Jonathan Wakely
2012-07-06re PR libstdc++/53872 ([C++11] ADL bug in std::thread)Paolo Carlini
2011-11-18hash-long-double-aux.cc: Rename to...Paolo Carlini
2011-07-09re PR libstdc++/49668 ([C++0x] std::thread does not forward its args as rvalues)Jonathan Wakely
2011-05-28acinclude.m4: Define GLIBCXX_CHECK_GET_NPROCS and GLIBCXX_CHECK_SC_NPROCESSOR...Jonathan Wakely
2011-05-27thread (this_thread::sleep_until): Move after sleep_for.Jonathan Wakely
2011-05-25thread: Use noexcept throughout per the FDIS.Paolo Carlini
2011-03-16thread: Revert.Benjamin Kosnik
2011-03-15Makefile.am: Add functional.cc, shared_ptr.cc.Benjamin Kosnik
2011-01-30PR libstdc++/36104 part fourBenjamin Kosnik
2010-12-19*: Use headername alias to associate private includes to public includes.Benjamin Kosnik
2010-11-02cinttypes: Remove, move contents to C++0x and TR1 headers.Paolo Carlini
2010-10-08re PR libstdc++/45893 ([C++0x] [DR 817] Finish updating std::bind to rvalue r...Jonathan Wakely
2010-09-22functional_hash.h (__hash_base): Add.Paolo Carlini
2010-09-13hash_bytes.cc: New file...Matt Austern
2010-08-06* include/std/thread: Add deleted thread(thread&).Jason Merrill
2010-06-03c++config (std::size_t, [...]): Provide typedefs.Paolo Carlini
2010-02-23functional_hash.h (struct _Fnv_hash): Rename to _Fnv_hash_base.Paolo Carlini
2010-02-11thread (~_Impl_base): Declare inline.Jason Merrill
2010-02-10PR c++/42983, core issue 906Jason Merrill
2010-02-10hashtable.h: Fold in include/tr1_impl/hashtable.h contents.Paolo Carlini
2009-07-31forward_list.h (splice_after): Use forward.Jason Merrill
2009-06-16thread (~thread(), [...]): Call terminate if joinable.Jonathan Wakely
2009-05-18stl_pair.h (swap): Do not swap rvalues.Jonathan Wakely
2009-04-09Licensing changes to GPLv3 resp. GPLv3 with GCC Runtime Exception.Jakub Jelinek
2009-02-21user.cfg.in: Tweaks.Benjamin Kosnik
2009-02-18system_error (system_category): To system_category().Benjamin Kosnik
2009-02-13thread (_Impl_base): Move _M_id out and into ...Chris Fairles
2009-02-10condition_variable (condition_variable): Remove _M_internal_mutex.Benjamin Kosnik
2009-02-09thread (this_thread::get_id): Inline.Chris Fairles
2009-02-09thread (thread<>::thread(_Callable)): Explicitly use _Callable as template ar...Chris Fairles
2009-02-07thread (thread::id): Move definition inside thread.Benjamin Kosnik
2009-02-05thread (__thread_data_base): Nest class in std::thread.Chris Fairles
2009-01-29thread: Remove unused headers.Jonathan Wakely
2009-01-22thread (__thread_data_base, thread): Rename member functions to match coding ...Jonathan Wakely
2009-01-18thread (__thread_data_base::__run): Make non-const.Jonathan Wakely
2009-01-15acinclude.m4 ([GLIBCXX_ENABLE_CLOCK_GETTIME], [...]): Remove.Chris Fairles