axmol/extensions
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
..
GUI Update CCTableView.cpp (#18451) 2017-11-08 13:55:57 +08:00
Particle3D Some fixes after using ndk r16 clang to build android projects (#18531) 2017-12-05 13:35:16 +08:00
assets-manager [Win32,WinRT] Fix old bag, Manifest not save. (#17814) 2017-05-17 16:18:58 +08:00
physics-nodes No CC_UNUSED_PARAM (#16812) 2016-11-16 09:48:37 +08:00
Android.mk remove curl link for Android 2016-07-21 11:56:56 +08:00
CMakeLists.txt Squashed commit of the following: 2015-08-13 00:14:10 -07:00
ExtensionDeprecated.cpp Update license to 2017 (#17362) 2017-02-14 14:36:57 +08:00
ExtensionDeprecated.h Update license to 2017 (#17362) 2017-02-14 14:36:57 +08:00
ExtensionExport.h Combine Studio change for particle 3d 2015-11-18 14:34:14 +08:00
ExtensionMacros.h issue #1483: Added LICENSE_CCControlExtension.txt, and added license information for headers of CCControlExtension. 2012-09-25 17:26:09 +08:00
cocos-ext.h update for 3D object render, revert old changes 2015-12-18 11:23:33 +08:00