index
:
minetest.git
clamp
dual_wielding
find_nodes_in_area
handswap_keybind
hud_font_style
itemmeta_restrictions
mirror_hands
physics
serversoundpack
stencil_shadows
wield_animation
lizzy's patches for luanti
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
threading
/
thread.h
Age
Commit message (
Expand
)
Author
2018-04-04
Fix 5 issues reported by PVS studio
Loic Blot
2017-06-19
C++11 cleanup on constructors (#6000)
Vincent Glize
2017-06-11
Remove threads.h and replace its definitions with their C++11 equivalents (#5...
ShadowNinja
2017-06-08
C++11 patchset 5: use std::threads and remove old compat layer (#5928)
Loïc Blot
2017-06-06
Use C++11 mutexes only (remove compat code) (#5922)
Loïc Blot
2017-06-06
C++11 patchset 3: remove Atomic/GenericAtomic and use std::atomic (#5906)
Loïc Blot
2017-01-28
Fix synchronization issue at thread start
ShadowNinja
2016-10-06
Fix C++11 Windows build of threading code
sfan5
2016-04-30
Fix prepreprocessor error in thread.h (related to C++11 threads)
Craig Robbins
2016-04-28
Fix race on thread creation
ShadowNinja
2015-11-02
Rename and move basicmacros.h to util/basic_macros.h
est31
2015-10-31
Fix C++11 compatibility
kwolekr
2015-10-27
Add DISABLE_CLASS_COPY macro (and use it)
kwolekr
2015-10-24
Fix some threading things and add additional thread unittests
kwolekr
2015-10-17
Fix missing include on AIX
kwolekr
2015-10-16
Refactor Thread class to improve readability and portability
kwolekr
2015-08-23
Clean up threading
ShadowNinja