index
:
minetest.git
gpcf
lifo-fixes
release
modified minetest for gpcfs purposes
gpcf
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
threading
/
thread.cpp
Commit message (
Expand
)
Author
Age
*
Remove Thread::kill() and related unittest (#10317)
Sebastien Marie
2020-09-10
*
Add NetBSD cpu affinity support code (#10378)
David CARLIER
2020-09-09
*
NetBSD build fix proposal. (#10308)
David CARLIER
2020-08-25
*
Complete Haiku platform support. (#10311)
David CARLIER
2020-08-23
*
DragonFly BSD is somewhat identical to FreeBSD (#8159)
Leonid Bobrov
2019-02-03
*
Thread: fix a crash on Windows due to data race condition on Thread::m_start_...
Loïc Blot
2017-10-10
*
Fix msvc annoyances (#5963)
adrido
2017-06-27
*
C++11 cleanup on constructors (#6000)
Vincent Glize
2017-06-19
*
Remove threads.h and replace its definitions with their C++11 equivalents (#5...
ShadowNinja
2017-06-11
*
C++11 patchset 5: use std::threads and remove old compat layer (#5928)
Loïc Blot
2017-06-08
*
Fix AIX threading build
ShadowNinja
2017-01-28
*
Fix synchronization issue at thread start
ShadowNinja
2017-01-28
*
Fix C++11 Windows build of threading code
sfan5
2016-10-06
*
Fix & make linux conditionals uniform (#4278)
Rogier-5
2016-07-04
*
Fix POSIX C++11 build
ShadowNinja
2016-04-30
*
Fix race on thread creation
ShadowNinja
2016-04-28
*
Fix misc. MinGW and Valgrind warnings
kwolekr
2015-11-08
*
Fix C++11 compatibility
kwolekr
2015-10-31
*
Fix some threading things and add additional thread unittests
kwolekr
2015-10-24
*
Fix == to =
Rui
2015-10-17
*
Refactor Thread class to improve readability and portability
kwolekr
2015-10-16
*
Refactor logging
ShadowNinja
2015-10-14
*
Fix building on OSX, broken since "Clean up threading"
Pavel Puchkin
2015-09-06
*
Clean up threading
ShadowNinja
2015-08-23