aboutsummaryrefslogtreecommitdiff
path: root/src/util/thread.h
AgeCommit message (Expand)Author
2017-11-08Move files to subdirectories (#6599)Vitaliy
2017-08-30Remove DSTACK support (#6346)Loïc Blot
2017-08-19Code modernization: subfolders (#6283)Loïc Blot
2017-08-17C++ modernize: Pragma once (#6264)Loïc Blot
2017-06-06Use C++11 mutexes only (remove compat code) (#5922)Loïc Blot
2017-04-25Fix various points reported by cppcheck (#5656)Loïc Blot
2017-04-20Fix various copy instead of const ref reported by cppcheck (part 3) (#5616)Loïc Blot
2017-04-17Include container.h in util/thread.h. util/thread.h doesn't compile without itPerttu Ahola
2015-10-14Rename macros with two leading underscoresShadowNinja
2015-10-14Always use errorstream for DEBUG_EXCEPTION_HANDLERShadowNinja
2015-08-23Clean up threadingShadowNinja
2015-07-10Misc. minor fixeskwolekr
2015-06-29Add UpdateThread and use it for minimap and mesh threadsest31
2015-03-17MutexedQueue inherits must use std::deque instead of std::listLoic Blot
2014-01-10Make MutexQueue use jsemaphore for signalingsapier
2013-12-15Replace SimpleThread by JThread now implementing same featuressapier
2013-12-01Cleanup jthread and fix win32 buildsapier
2013-11-17Add missing RequestQueue docsapier
2013-11-17Fix multicaller support in RequestQueuesapier
2013-09-15Always use builtin JThread librarykwolekr
2013-03-11Migrate to STL containers/algorithms.Ilya Zhuravlev
2013-02-24Update Copyright YearsSfan5
2013-02-24Change Minetest-c55 to MinetestPilzAdam
2012-06-17Initially split utility.h to multiple files in util/Perttu Ahola