]> git.lizzy.rs Git - dragonfireclient.git/history - src/threading/thread.h
Merge pull request #59 from PrairieAstronomer/readme_irrlicht_change
[dragonfireclient.git] / src / threading / thread.h
2020-11-28 Elias FleckensteinMerged Minetest
2020-11-04 Elias FleckensteinMerge branch 'master' into master
2020-11-04 Elias FleckensteinRevert "Make Lint Happy"
2020-11-04 Elias FleckensteinMerge branch 'master' into master
2020-11-04 Elias FleckensteinMake Lint Happy
2020-09-10 Sebastien MarieRemove Thread::kill() and related unittest (#10317)
2020-08-23 David CARLIERComplete Haiku platform support. (#10311)
2018-04-04 Loic BlotFix 5 issues reported by PVS studio
2017-06-19 Vincent GlizeC++11 cleanup on constructors (#6000)
2017-06-11 ShadowNinjaRemove threads.h and replace its definitions with their...
2017-06-08 Loïc BlotC++11 patchset 5: use std::threads and remove old compa...
2017-06-06 Loïc BlotUse C++11 mutexes only (remove compat code) (#5922)
2017-06-06 Loïc BlotC++11 patchset 3: remove Atomic/GenericAtomic and use...
2017-01-28 ShadowNinjaFix synchronization issue at thread start
2016-10-06 sfan5Fix C++11 Windows build of threading code
2016-04-30 Craig RobbinsFix prepreprocessor error in thread.h (related to C...
2016-04-28 ShadowNinjaFix race on thread creation
2015-11-02 est31Rename and move basicmacros.h to util/basic_macros.h
2015-10-31 kwolekrFix C++11 compatibility
2015-10-28 kwolekrAdd DISABLE_CLASS_COPY macro (and use it)
2015-10-24 kwolekrFix some threading things and add additional thread...
2015-10-17 kwolekrFix missing include on AIX
2015-10-17 kwolekrRefactor Thread class to improve readability and portab...
2015-08-24 ShadowNinjaClean up threading