axmol/extensions/assets-manager
David DeSimone ca0a7f313e Changing AsyncTaskPool/Scheduler to better leverage move semantics (#17727)
* 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.
2017-05-08 13:39:17 +08:00
..
AssetsManager.cpp Various small performance tweaks (#16881) 2016-11-22 09:54:04 +08:00
AssetsManager.h Fix typos and other mistakes in docs 2016-07-04 00:42:10 +09:00
AssetsManagerEx.cpp Changing AsyncTaskPool/Scheduler to better leverage move semantics (#17727) 2017-05-08 13:39:17 +08:00
AssetsManagerEx.h Bindings fix and assets manger ex fix (#17115) 2017-03-15 16:09:02 +08:00
CCEventAssetsManagerEx.cpp Update license to 2017 (#17362) 2017-02-14 14:36:57 +08:00
CCEventAssetsManagerEx.h Update license to 2017 (#17362) 2017-02-14 14:36:57 +08:00
CCEventListenerAssetsManagerEx.cpp Update license to 2017 (#17362) 2017-02-14 14:36:57 +08:00
CCEventListenerAssetsManagerEx.h Update license to 2017 (#17362) 2017-02-14 14:36:57 +08:00
Manifest.cpp Bindings fix and assets manger ex fix (#17115) 2017-03-15 16:09:02 +08:00
Manifest.h Bindings fix and assets manger ex fix (#17115) 2017-03-15 16:09:02 +08:00