aboutsummaryrefslogtreecommitdiff
path: root/src/util/container.h
AgeCommit message (Expand)Author
2017-11-08Move files to subdirectories (#6599)Vitaliy
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
2015-08-23Clean up threadingShadowNinja
2015-07-27Add AreaStore data structureest31
2015-03-17MutexedQueue inherits must use std::deque instead of std::listLoic Blot
2015-03-05Remove Queue class which uses std::list and use native std::queueLoic Blot
2015-03-04Use std::vector instead of std::list in StaticObjectList and MutexedMap::getV...Loic Blot
2015-01-15Change UniqueQueue to use a queue and a set.unknown
2014-01-10Make MutexQueue use jsemaphore for signalingsapier
2013-12-13Implement httpfetch module and initialize it from main()Kahrl
2013-12-01Cleanup jthread and fix win32 buildsapier
2013-09-15Always use builtin JThread librarykwolekr
2013-08-14Omnicleanup: header cleanup, add ModApiUtil shared between game and mainmenuKahrl
2013-08-04Add texture pack selection to main menuNovatux
2013-03-11Migrate to STL containers/algorithms.Ilya Zhuravlev
2013-02-24Update Copyright YearsSfan5
2013-02-24Change Minetest-c55 to MinetestPilzAdam
2012-12-02On-demand item meshes and texturesPerttu Ahola
2012-06-17Initially split utility.h to multiple files in util/Perttu Ahola