index
:
hax-minetest-server.git
master
Server-optimized Minetest 5.6.0
Test_User
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
threading
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix synchronization issue at thread start
sfan5
2022-05-02
1
-3
/
+3
*
Remove Thread::kill() and related unittest (#10317)
Sebastien Marie
2020-09-10
2
-40
/
+22
*
Add NetBSD cpu affinity support code (#10378)
David CARLIER
2020-09-09
1
-0
/
+9
*
NetBSD build fix proposal. (#10308)
David CARLIER
2020-08-25
1
-1
/
+1
*
Complete Haiku platform support. (#10311)
David CARLIER
2020-08-23
2
-0
/
+8
*
Optimize semaphore wait with zero timeout on POSIX
sfan5
2019-11-14
1
-11
/
+16
*
DragonFly BSD is somewhat identical to FreeBSD (#8159)
Leonid Bobrov
2019-02-03
1
-3
/
+3
*
Fix 5 issues reported by PVS studio
Loic Blot
2018-04-04
1
-1
/
+1
*
Thread: fix a crash on Windows due to data race condition on Thread::m_start_...
Loïc Blot
2017-10-10
1
-2
/
+6
*
Code modernization: subfolders (#6283)
Loïc Blot
2017-08-19
1
-2
/
+2
*
C++ modernize: Pragma once (#6264)
Loïc Blot
2017-08-17
2
-8
/
+2
*
Fix msvc annoyances (#5963)
adrido
2017-06-27
1
-2
/
+10
*
C++11 cleanup on constructors (#6000)
Vincent Glize
2017-06-19
2
-6
/
+4
*
Remove threads.h and replace its definitions with their C++11 equivalents (#5...
ShadowNinja
2017-06-11
4
-17
/
+14
*
C++11 patchset 5: use std::threads and remove old compat layer (#5928)
Loïc Blot
2017-06-08
2
-132
/
+6
*
Use C++11 mutexes only (remove compat code) (#5922)
Loïc Blot
2017-06-06
7
-305
/
+9
*
C++11 patchset 3: remove Atomic/GenericAtomic and use std::atomic (#5906)
Loïc Blot
2017-06-06
2
-142
/
+4
*
Fix uninitalised variable in event.cpp (#5764)
Zeno-
2017-05-15
1
-0
/
+2
*
Pass clang-format on 14 trivial header files fixes
Loic Blot
2017-04-07
2
-12
/
+12
*
Fix AIX threading build
ShadowNinja
2017-01-28
1
-1
/
+1
*
Fix synchronization issue at thread start
ShadowNinja
2017-01-28
4
-0
/
+27
*
Fix C++11 Windows build of threading code
sfan5
2016-10-06
7
-56
/
+48
*
Fix & make linux conditionals uniform (#4278)
Rogier-5
2016-07-04
1
-4
/
+4
*
Fix Windows build
Craig Robbins
2016-05-02
1
-1
/
+1
*
Fix use of uninitialised variable in class Event
Craig Robbins
2016-05-01
2
-4
/
+7
*
Fix POSIX C++11 build
ShadowNinja
2016-04-30
1
-9
/
+9
*
Fix prepreprocessor error in thread.h (related to C++11 threads)
Craig Robbins
2016-04-30
1
-4
/
+4
*
Fix race on thread creation
ShadowNinja
2016-04-28
2
-13
/
+17
*
Fix C++11 compilability
est31
2016-01-23
4
-2
/
+40
*
Fix events on Windows
BlockMen
2015-12-11
2
-11
/
+4
*
Fix Event implementation
ShadowNinja
2015-12-07
3
-13
/
+121
*
Fix misc. MinGW and Valgrind warnings
kwolekr
2015-11-08
1
-1
/
+2
*
Time: use locks again
est31
2015-11-04
1
-20
/
+44
*
Atomic: cleanup and add more operations
est31
2015-11-03
1
-35
/
+54
*
Rename and move basicmacros.h to util/basic_macros.h
est31
2015-11-02
3
-3
/
+3
*
Fix Lua scripting synchronization
kwolekr
2015-11-01
2
-4
/
+14
*
Fix C++11 compatibility
kwolekr
2015-10-31
2
-3
/
+4
*
Add DISABLE_CLASS_COPY macro (and use it)
kwolekr
2015-10-27
3
-0
/
+7
*
Fix some threading things and add additional thread unittests
kwolekr
2015-10-24
2
-48
/
+33
*
Fix == to =
Rui
2015-10-17
1
-1
/
+1
*
Fix missing include on AIX
kwolekr
2015-10-17
1
-1
/
+4
*
Refactor Thread class to improve readability and portability
kwolekr
2015-10-16
2
-203
/
+348
*
Refactor logging
ShadowNinja
2015-10-14
1
-2
/
+2
*
Fix MinGW 32-bit build
ShadowNinja
2015-10-03
1
-0
/
+1
*
Fix building on OSX, broken since "Clean up threading"
Pavel Puchkin
2015-09-06
1
-1
/
+1
*
Clean up threading
ShadowNinja
2015-08-23
10
-0
/
+1044