axmol/tests/js-tests/project
Greg Rynkowski 14b8fc0a71 Remove AppDelegate memory leak in Android projects (#16333)
* Remove AppDelegate memory leak from Android projects

AppDelegate object and all its members are never released.
As a solution I propose to use static unique_ptr that could destroy it
at the end of the application.

Issue:
https://github.com/cocos2d/cocos2d-x/issues/14110

* Correct code style in Android main.cpp files

- removed redundant headers (reduced dependencies)
- removed redundant code
- corrected code style
2016-08-08 10:53:04 +08:00
..
Classes use std::isnan instead of isnan to fix compiling errors 2016-05-30 18:19:10 +08:00
proj.android Remove AppDelegate memory leak in Android projects (#16333) 2016-08-08 10:53:04 +08:00
proj.android-studio Remove AppDelegate memory leak in Android projects (#16333) 2016-08-08 10:53:04 +08:00
proj.ios Update copyright to 2016. (#16311) 2016-08-05 09:42:15 +08:00
proj.linux Add js-tests 2015-04-16 18:07:35 +08:00
proj.mac Squashed commit of the following: 2015-08-13 00:14:10 -07:00
proj.win8.1-universal updated expiration dates of all winrt test app and template certificates 2016-04-19 09:07:30 -07:00
proj.win32 feat: upgrades to GLFW v3.2 2016-06-29 16:11:30 -07:00
CMakeLists.txt Fixed APP_NAME for cpp, cpp-empty, js, and lua tests. 2016-05-13 22:13:05 -04:00