]> git.lizzy.rs Git - minetest.git/history - src/util/thread.h
numeric: Fix clang, broken since d5456da
[minetest.git] / src / util / thread.h
2017-11-08 VitaliyMove files to subdirectories (#6599)
2017-08-30 Loïc BlotRemove DSTACK support (#6346)
2017-08-19 Loïc BlotCode modernization: subfolders (#6283)
2017-08-17 Loïc BlotC++ modernize: Pragma once (#6264)
2017-06-06 Loïc BlotUse C++11 mutexes only (remove compat code) (#5922)
2017-04-25 Loïc BlotFix various points reported by cppcheck (#5656)
2017-04-19 Loïc BlotFix various copy instead of const ref reported by cppch...
2017-04-17 Perttu AholaInclude container.h in util/thread.h. util/thread.h...
2015-10-14 ShadowNinjaRename macros with two leading underscores
2015-10-14 ShadowNinjaAlways use errorstream for DEBUG_EXCEPTION_HANDLER
2015-08-24 ShadowNinjaClean up threading
2015-07-10 kwolekrMisc. minor fixes
2015-06-29 est31Add UpdateThread and use it for minimap and mesh threads
2015-03-17 Loic BlotMutexedQueue inherits must use std::deque instead of...
2014-01-10 sapierMake MutexQueue use jsemaphore for signaling
2013-12-15 sapierReplace SimpleThread by JThread now implementing same...
2013-12-01 sapierCleanup jthread and fix win32 build
2013-11-17 sapierAdd missing RequestQueue doc
2013-11-17 sapierFix multicaller support in RequestQueue
2013-09-16 kwolekrAlways use builtin JThread library
2013-03-30 WeblateMerge remote branch 'origin/master'
2013-03-11 Ilya ZhuravlevMigrate to STL containers/algorithms.
2013-02-28 WeblateMerge remote branch 'origin/master'
2013-02-26 kwolekrMerge pull request #482 from proller/liquid
2013-02-24 Sfan5Update Copyright Years
2013-02-24 PilzAdamChange Minetest-c55 to Minetest
2012-06-16 Perttu AholaInitially split utility.h to multiple files in util/