minetest/src/threading
Loïc Blot 88b436e6a9 Code modernization: subfolders (#6283)
* Code modernization: subfolders

Modernize various code on subfolders client, network, script, threading, unittests, util

* empty function
* default constructor/destructor
* for range-based loops
* use emplace_back instead of push_back
* C++ STL header style
* Make connection.cpp readable in a pointed place + typo
2017-08-19 22:23:47 +02:00
..
CMakeLists.txt Use C++11 mutexes only (remove compat code) (#5922) 2017-06-06 16:29:28 +02:00
event.cpp Remove threads.h and replace its definitions with their C++11 equivalents (#5957) 2017-06-11 09:43:05 +02:00
event.h C++ modernize: Pragma once (#6264) 2017-08-17 22:19:39 +02:00
mutex_auto_lock.h Use C++11 mutexes only (remove compat code) (#5922) 2017-06-06 16:29:28 +02:00
semaphore.cpp Fix MinGW 32-bit build 2015-10-03 13:20:43 -04:00
semaphore.h Code modernization: subfolders (#6283) 2017-08-19 22:23:47 +02:00
thread.cpp Fix msvc annoyances (#5963) 2017-06-27 11:54:40 +02:00
thread.h C++11 cleanup on constructors (#6000) 2017-06-19 23:54:58 +02:00