axmol/cocos/audio
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
..
android Some fixes after using ndk r16 clang to build android projects (#18531) 2017-12-05 13:35:16 +08:00
apple Added missing #include statement (#18452) 2017-11-09 10:04:45 +08:00
include Merge v3.15.1 (#17897) 2017-06-05 13:37:50 +08:00
ios fix crash (#18375) 2017-10-16 22:01:59 -05:00
linux Update license to 2017 (#17362) 2017-02-14 14:36:57 +08:00
mac [ios/macOS] Fixed a compilation error after enabling ‘CD_USE_STATIC_BUFFERS’. (#16997) 2016-12-13 13:37:31 +08:00
tizen Update license to 2017 (#17362) 2017-02-14 14:36:57 +08:00
win32 use error macro to replace constant value 1410L (#18264) 2017-09-19 10:05:46 +08:00
winrt Cleanup AudioEngine resource after exiting NewAudioEngineTest. (#17675) 2017-04-13 17:58:49 +08:00
AudioEngine.cpp Merge v3.15.1 (#17897) 2017-06-05 13:37:50 +08:00
CMakeLists.txt fixed #17397: Updates CMakeList.txt for win32 audio module (#17401) 2017-02-23 16:13:26 +08:00