summaryrefslogtreecommitdiff
path: root/src/threading/thread.cpp
AgeCommit message (Expand)Author
2019-02-03DragonFly BSD is somewhat identical to FreeBSD (#8159)Leonid Bobrov
2017-10-10Thread: fix a crash on Windows due to data race condition on Thread::m_start_...Loïc Blot
2017-06-27Fix msvc annoyances (#5963)adrido
2017-06-19C++11 cleanup on constructors (#6000)Vincent Glize
2017-06-11Remove threads.h and replace its definitions with their C++11 equivalents (#5...ShadowNinja
2017-06-08C++11 patchset 5: use std::threads and remove old compat layer (#5928)Loïc Blot
2017-01-28Fix AIX threading buildShadowNinja
2017-01-28Fix synchronization issue at thread startShadowNinja
2016-10-06Fix C++11 Windows build of threading codesfan5
2016-07-04Fix & make linux conditionals uniform (#4278)Rogier-5
2016-04-30Fix POSIX C++11 buildShadowNinja
2016-04-28Fix race on thread creationShadowNinja
2015-11-08Fix misc. MinGW and Valgrind warningskwolekr
2015-10-31Fix C++11 compatibilitykwolekr
2015-10-24Fix some threading things and add additional thread unittestskwolekr
2015-10-17Fix == to =Rui
2015-10-16Refactor Thread class to improve readability and portabilitykwolekr
2015-10-14Refactor loggingShadowNinja
2015-09-06Fix building on OSX, broken since "Clean up threading"Pavel Puchkin
2015-08-23Clean up threadingShadowNinja