aboutsummaryrefslogtreecommitdiff
path: root/src/threading/thread.h
AgeCommit message (Expand)Author
2018-04-04Fix 5 issues reported by PVS studioLoic Blot
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-06-06Use C++11 mutexes only (remove compat code) (#5922)Loïc Blot
2017-06-06C++11 patchset 3: remove Atomic/GenericAtomic and use std::atomic (#5906)Loïc Blot
2017-01-28Fix synchronization issue at thread startShadowNinja
2016-10-06Fix C++11 Windows build of threading codesfan5
2016-04-30Fix prepreprocessor error in thread.h (related to C++11 threads)Craig Robbins
2016-04-28Fix race on thread creationShadowNinja
2015-11-02Rename and move basicmacros.h to util/basic_macros.hest31
2015-10-31Fix C++11 compatibilitykwolekr
2015-10-27Add DISABLE_CLASS_COPY macro (and use it)kwolekr
2015-10-24Fix some threading things and add additional thread unittestskwolekr
2015-10-17Fix missing include on AIXkwolekr
2015-10-16Refactor Thread class to improve readability and portabilitykwolekr
2015-08-23Clean up threadingShadowNinja