mirror of https://github.com/axmolengine/axmol.git
ca0a7f313e
* Changing CCAsyncTaskPool and CCScheduler to better leverage move semantics, to avoid several lambda copy constructor calls. Chaning call sites in the cocos engine to better leverage move semantics. * Editing binding generator to not generate bindings for AsyncTaskPool::enqueue. Bindings were not previously generated for this function due to it's type signature involving a template parameter. * Adding missing std::move call in AsyncTaskPool to skip a copy constructor call. |
||
---|---|---|
.. | ||
AssetsManager.cpp | ||
AssetsManager.h | ||
AssetsManagerEx.cpp | ||
AssetsManagerEx.h | ||
CCEventAssetsManagerEx.cpp | ||
CCEventAssetsManagerEx.h | ||
CCEventListenerAssetsManagerEx.cpp | ||
CCEventListenerAssetsManagerEx.h | ||
Manifest.cpp | ||
Manifest.h |