axmol/templates/js-template-default
James Chen d21af3b981 Some fixes after using ndk r16 clang to build android projects (#18531)
* [android] Fixes warning in UrlAudioPlayer.cpp and CCUserDefault-android.cpp

* Don't write 'using namespace std;' in header files.

* Uses std::unordered_map instead of std::map for Particle3D module.

* Updates external/config.json to v3-deps-141

* Continue to replace `gnustl_static` to `c++_static` for templates and test projects.

* Updates CCConsole.h/.cpp to resolve the following issue on Android:

jni/../../../../../cocos/base/CCConsole.cpp:321:28:   required from here
/Users/james/Software/android/android-sdk/ndk-bundle/sources/cxx-stl/llvm-libc++/include/utility:506:63: error: incomplete type 'std::__ndk1::is_move_assignable<cocos2d::Console::Command>' used in nested name specifier
                         is_move_assignable<first_type>::value &&
                                                               ^
make: *** [obj/local/arm64-v8a/objs-debug/cocos2dx_internal_static/base/CCConsole.o] Error 1

* Fixes a memory leak while addCommand and other minor changes.

* Updates tolua/cocos2dx.ini, don't bind Console::Command

* Adds CC_DLL for Console::Command

* Reverts tolua/cocos2dx.ini and ignore Console::[add Command addSubCommand getSubCommand delSubCommand].

* Ignores Console::getCommand.
2017-12-05 13:35:16 +08:00
..
frameworks/runtime-src Some fixes after using ndk r16 clang to build android projects (#18531) 2017-12-05 13:35:16 +08:00
res Support new portrait project from js templates. 2015-07-20 09:58:40 +08:00
src Support new portrait project from js templates. 2015-07-20 09:58:40 +08:00
CMakeLists.txt Update license to 2017 (#17362) 2017-02-14 14:36:57 +08:00
cocos-project-template.json removed support for Windows 8.1 store and phone (#17311) 2017-02-08 09:46:47 +08:00
index.html Improve js template and test pages (#17575) 2017-03-27 11:03:51 +08:00
main.js [ci skip] Improve js template and update web ref (#17510) 2017-03-16 09:42:51 +08:00
manifest.webapp Add js template. 2015-04-15 17:49:33 +08:00
project.json Improve js templates with noCache and cc.view.setRealPixelResolution docs 2015-11-01 18:33:05 +08:00