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
Commit message (
Expand
)
Author
Age
*
Thread: fix a crash on Windows due to data race condition on Thread::m_start_...
Loïc Blot
2018-06-03
*
Fix uninitalised variable in event.cpp (#5764)
Zeno-
2017-05-15
*
Pass clang-format on 14 trivial header files fixes
Loic Blot
2017-04-07
*
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 Windows build
Craig Robbins
2016-05-02
*
Fix use of uninitialised variable in class Event
Craig Robbins
2016-05-01
*
Fix POSIX C++11 build
ShadowNinja
2016-04-30
*
Fix prepreprocessor error in thread.h (related to C++11 threads)
Craig Robbins
2016-04-30
*
Fix race on thread creation
ShadowNinja
2016-04-28
*
Fix C++11 compilability
est31
2016-01-23
*
Fix events on Windows
BlockMen
2015-12-11
*
Fix Event implementation
ShadowNinja
2015-12-07
*
Fix misc. MinGW and Valgrind warnings
kwolekr
2015-11-08
*
Time: use locks again
est31
2015-11-04
*
Atomic: cleanup and add more operations
est31
2015-11-03
*
Rename and move basicmacros.h to util/basic_macros.h
est31
2015-11-02
*
Fix Lua scripting synchronization
kwolekr
2015-11-01
*
Fix C++11 compatibility
kwolekr
2015-10-31
*
Add DISABLE_CLASS_COPY macro (and use it)
kwolekr
2015-10-27
*
Fix some threading things and add additional thread unittests
kwolekr
2015-10-24
*
Fix == to =
Rui
2015-10-17
*
Fix missing include on AIX
kwolekr
2015-10-17
*
Refactor Thread class to improve readability and portability
kwolekr
2015-10-16
*
Refactor logging
ShadowNinja
2015-10-14
*
Fix MinGW 32-bit build
ShadowNinja
2015-10-03
*
Fix building on OSX, broken since "Clean up threading"
Pavel Puchkin
2015-09-06
*
Clean up threading
ShadowNinja
2015-08-23