aboutsummaryrefslogtreecommitdiff
path: root/src/script/cpp_api/s_async.h
AgeCommit message (Expand)Author
2022-05-02Async environment for mods to do concurrent tasks (#11131)sfan5
2021-08-28Async-related script cleanupssfan5
2021-01-22Remove dead code (#10845)rubenwardy
2017-08-20Modernize source code: last part (#6285)Loïc Blot
2017-08-18Optimize headers (part 2) (#6272)Loïc Blot
2017-08-17C++ modernize: Pragma once (#6264)Loïc Blot
2017-08-16Cleanup various headers to reduce compilation times (#6255)Loïc Blot
2017-06-19C++11 cleanup on constructors (#6000)Vincent Glize
2017-06-06Use C++11 mutexes only (remove compat code) (#5922)Loïc Blot
2017-05-06Use a settings object for the main settingsShadowNinja
2017-04-20Fix various copy instead of const ref reported by cppcheck (part 3) (#5616)Loïc Blot
2016-10-06use unordered containers where possible (patch 4 on X)Loic Blot
2015-08-27Push error handler afresh each time lua_pcall is usedKahrl
2015-08-23Clean up threadingShadowNinja
2014-04-27Fix code style of async APIShadowNinja
2014-04-27Remove dependency on marshal and many other async changesShadowNinja