Ensure std::thread helpers have internal linkage
[gcc.git] / libstdc++-v3 / src / c++11 / thread.cc
2016-04-05 Jonathan WakelyEnsure std::thread helpers have internal linkage
2016-01-04 Jakub JelinekUpdate copyright years.
2015-11-11 Jonathan WakelyLoop in std::this_thread sleep functions
2015-09-29 Jonathan WakelyReduce space and time overhead of std::thread
2015-06-16 Jonathan Wakelyre PR libstdc++/65393 (std::thread shared_ptr inefficiency)
2015-01-05 Jakub JelinekUpdate copyright years.
2014-12-12 Jonathan Wakelyre PR libstdc++/64276 (would be better to use __cpp_exc...
2014-08-13 Jonathan Wakelyre PR libstdc++/61841 (broken std::thread on Hurd)
2014-01-09 Jonathan Wakelyre PR libstdc++/59680 (Compile error in thread.cc)
2014-01-02 Richard SandifordUpdate copyright years in libstdc++-v3/
2013-02-03 Richard SandifordUpdate copyright in libstdc++-v3.
2012-12-20 Jonathan Wakelyre PR libstdc++/55741 (bootstrap fails in libstdc+...
2012-12-16 Jonathan Wakelythread.cc (execute_native_thread_routine): Do not swall...
2012-11-23 Jonathan Wakelyre PR libstdc++/52680 (std::this_thread::sleep_for...
2012-08-12 Jonathan Wakelyre PR libstdc++/52681 ([C++11] Using std::thread withou...
2012-01-23 Benjamin Kosnik[multiple changes]