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
/
util
/
thread.h
Commit message (
Expand
)
Author
Age
*
Move files to subdirectories (#6599)
Vitaliy
2017-11-08
*
Remove DSTACK support (#6346)
Loïc Blot
2017-08-30
*
Code modernization: subfolders (#6283)
Loïc Blot
2017-08-19
*
C++ modernize: Pragma once (#6264)
Loïc Blot
2017-08-17
*
Use C++11 mutexes only (remove compat code) (#5922)
Loïc Blot
2017-06-06
*
Fix various points reported by cppcheck (#5656)
Loïc Blot
2017-04-25
*
Fix various copy instead of const ref reported by cppcheck (part 3) (#5616)
Loïc Blot
2017-04-20
*
Include container.h in util/thread.h. util/thread.h doesn't compile without it
Perttu Ahola
2017-04-17
*
Rename macros with two leading underscores
ShadowNinja
2015-10-14
*
Always use errorstream for DEBUG_EXCEPTION_HANDLER
ShadowNinja
2015-10-14
*
Clean up threading
ShadowNinja
2015-08-23
*
Misc. minor fixes
kwolekr
2015-07-10
*
Add UpdateThread and use it for minimap and mesh threads
est31
2015-06-29
*
MutexedQueue inherits must use std::deque instead of std::list
Loic Blot
2015-03-17
*
Make MutexQueue use jsemaphore for signaling
sapier
2014-01-10
*
Replace SimpleThread by JThread now implementing same features
sapier
2013-12-15
*
Cleanup jthread and fix win32 build
sapier
2013-12-01
*
Add missing RequestQueue doc
sapier
2013-11-17
*
Fix multicaller support in RequestQueue
sapier
2013-11-17
*
Always use builtin JThread library
kwolekr
2013-09-15
*
Migrate to STL containers/algorithms.
Ilya Zhuravlev
2013-03-11
*
Update Copyright Years
Sfan5
2013-02-24
*
Change Minetest-c55 to Minetest
PilzAdam
2013-02-24
*
Initially split utility.h to multiple files in util/
Perttu Ahola
2012-06-17