re PR libstdc++/49668 ([C++0x] std::thread does not forward its args as rvalues)
[gcc.git] / libstdc++-v3 / include / std / thread
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...
2011-05-27 Jonathan Wakelythread (this_thread::sleep_until): Move after sleep_for.
2011-05-25 Paolo Carlinithread: Use noexcept throughout per the FDIS.
2011-03-16 Benjamin Kosnikthread: Revert.
2011-03-15 Benjamin KosnikMakefile.am: Add functional.cc, shared_ptr.cc.
2011-01-30 Benjamin KosnikPR libstdc++/36104 part four
2010-12-19 Benjamin Kosnik*: Use headername alias to associate private includes...
2010-11-02 Paolo Carlinicinttypes: Remove, move contents to C++0x and TR1 headers.
2010-10-08 Jonathan Wakelyre PR libstdc++/45893 ([C++0x] [DR 817] Finish updating...
2010-09-22 Paolo Carlinifunctional_hash.h (__hash_base): Add.
2010-09-13 Matt Austernhash_bytes.cc: New file...
2010-08-06 Jason Merrill* include/std/thread: Add deleted thread(thread&).
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...
2010-02-11 Jason Merrillthread (~_Impl_base): Declare inline.
2010-02-10 Jason MerrillPR c++/42983, core issue 906
2010-02-10 Paolo Carlinihashtable.h: Fold in include/tr1_impl/hashtable.h contents.
2009-08-01 Jason Merrillforward_list.h (splice_after): Use forward.
2009-06-16 Jonathan Wakelythread (~thread(), [...]): Call terminate if joinable.
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-02-21 Benjamin Kosnikuser.cfg.in: Tweaks.
2009-02-18 Benjamin Kosniksystem_error (system_category): To system_category().
2009-02-13 Chris Fairlesthread (_Impl_base): Move _M_id out and into ...
2009-02-10 Benjamin Kosnikcondition_variable (condition_variable): Remove _M_inte...
2009-02-09 Chris Fairlesthread (this_thread::get_id): Inline.
2009-02-09 Chris Fairlesthread (thread<>::thread(_Callable)): Explicitly use...
2009-02-07 Benjamin Kosnikthread (thread::id): Move definition inside thread.
2009-02-05 Chris Fairlesthread (__thread_data_base): Nest class in std::thread.
2009-01-29 Jonathan Wakelythread: Remove unused headers.
2009-01-22 Jonathan Wakelythread (__thread_data_base, thread): Rename member...
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 Fairlesthread: New.