axmol/cocos/base
pyrosphere 663bb4d7ed No CC_UNUSED_PARAM (#16812)
* Added -Wno-unused-parameter and removed all uses of the CC_UNUSED_PARAM macro

* Commented unused parameter names in .cpp files which previously used CC_UNUSED_PARAM

* Reverted -Wno-unused-param flag.
Moved deprecated touch methods definitions to .cpp file.
Commented more unused parameter names.

* Fixed some errors and warnings caused by the previous commit.

* Commented remaining unused parameter names in .cpp files.

* Fixed unused parameter warnings in headers.

* Fixed some more unused parameter warnings.

* Fixed some more unused parameters warnings.

* Fixed mistake in previous commit, missing ComAudioReader:: in method. Other warnings.

* Fixed build errors.

* Added missing file to CMakeLists
2016-11-16 09:48:37 +08:00
..
allocator Update copyright to 2016. (#16311) 2016-08-05 09:42:15 +08:00
CCAsyncTaskPool.cpp Update copyright to 2016. (#16311) 2016-08-05 09:42:15 +08:00
CCAsyncTaskPool.h Update copyright to 2016. (#16311) 2016-08-05 09:42:15 +08:00
CCAutoreleasePool.cpp No CC_UNUSED_PARAM (#16812) 2016-11-16 09:48:37 +08:00
CCAutoreleasePool.h Update copyright to 2016. (#16311) 2016-08-05 09:42:15 +08:00
CCConfiguration.cpp Performance tweak: Use range-based for-loops and allocate std::vector size() and *end() on the stack where favorable. (#16716) 2016-10-27 15:10:24 +08:00
CCConfiguration.h Update copyright to 2016. (#16311) 2016-08-05 09:42:15 +08:00
CCConsole.cpp No CC_UNUSED_PARAM (#16812) 2016-11-16 09:48:37 +08:00
CCConsole.h Update copyright to 2016. (#16311) 2016-08-05 09:42:15 +08:00
CCController-android.cpp Fixes 1605 include path in 541 files 2016-03-20 21:53:44 +08:00
CCController-apple.mm feat: add support for Game Controllers on Mac (#16461) 2016-08-29 16:58:44 -07:00
CCController.cpp feat: add support for Game Controllers on Mac (#16461) 2016-08-29 16:58:44 -07:00
CCController.h Update copyright to 2016. (#16311) 2016-08-05 09:42:15 +08:00
CCData.cpp Update copyright to 2016. (#16311) 2016-08-05 09:42:15 +08:00
CCData.h Update copyright to 2016. (#16311) 2016-08-05 09:42:15 +08:00
CCDataVisitor.cpp Performance tweak: Use range-based for-loops and allocate std::vector size() and *end() on the stack where favorable. (#16716) 2016-10-27 15:10:24 +08:00
CCDataVisitor.h Update copyright to 2016. (#16311) 2016-08-05 09:42:15 +08:00
CCDirector.cpp Support MultiView matrix array (#16723) 2016-10-28 09:33:31 +08:00
CCDirector.h Support MultiView matrix array (#16723) 2016-10-28 09:33:31 +08:00
CCEvent.cpp Update copyright to 2016. (#16311) 2016-08-05 09:42:15 +08:00
CCEvent.h Remove unnecessary inline keywords (#16562) 2016-09-12 09:44:21 +08:00
CCEventAcceleration.cpp Update copyright to 2016. (#16311) 2016-08-05 09:42:15 +08:00
CCEventAcceleration.h Update copyright to 2016. (#16311) 2016-08-05 09:42:15 +08:00
CCEventController.cpp Fixes 1605 include path in 541 files 2016-03-20 21:53:44 +08:00
CCEventController.h Fix typos in documentation 2015-12-03 21:03:00 +09:00
CCEventCustom.cpp Update copyright to 2016. (#16311) 2016-08-05 09:42:15 +08:00
CCEventCustom.h Remove unnecessary inline keywords (#16562) 2016-09-12 09:44:21 +08:00
CCEventDispatcher.cpp use STL emplace when possible (#16815) 2016-11-08 11:50:00 +08:00
CCEventDispatcher.h Remove unnecessary inline keywords (#16562) 2016-09-12 09:44:21 +08:00
CCEventFocus.cpp Cleanup order of fields initialization. 2014-10-30 17:28:41 +03:00
CCEventFocus.h Merge pull request #11120 from fusijie/cocosapi 2015-03-25 09:49:52 +08:00
CCEventKeyboard.cpp Update copyright to 2016. (#16311) 2016-08-05 09:42:15 +08:00
CCEventKeyboard.h Update copyright to 2016. (#16311) 2016-08-05 09:42:15 +08:00
CCEventListener.cpp Update copyright to 2016. (#16311) 2016-08-05 09:42:15 +08:00
CCEventListener.h Remove unnecessary inline keywords (#16562) 2016-09-12 09:44:21 +08:00
CCEventListenerAcceleration.cpp Update copyright to 2016. (#16311) 2016-08-05 09:42:15 +08:00
CCEventListenerAcceleration.h Update copyright to 2016. (#16311) 2016-08-05 09:42:15 +08:00
CCEventListenerController.cpp remove unneeded includes 2014-08-29 15:39:52 +08:00
CCEventListenerController.h Merge pull request #11120 from fusijie/cocosapi 2015-03-25 09:49:52 +08:00
CCEventListenerCustom.cpp Update copyright to 2016. (#16311) 2016-08-05 09:42:15 +08:00
CCEventListenerCustom.h Update copyright to 2016. (#16311) 2016-08-05 09:42:15 +08:00
CCEventListenerFocus.cpp remove unneeded includes 2014-08-29 15:39:52 +08:00
CCEventListenerFocus.h Merge pull request #11120 from fusijie/cocosapi 2015-03-25 09:49:52 +08:00
CCEventListenerKeyboard.cpp Update copyright to 2016. (#16311) 2016-08-05 09:42:15 +08:00
CCEventListenerKeyboard.h Update copyright to 2016. (#16311) 2016-08-05 09:42:15 +08:00
CCEventListenerMouse.cpp Update copyright to 2016. (#16311) 2016-08-05 09:42:15 +08:00
CCEventListenerMouse.h Update copyright to 2016. (#16311) 2016-08-05 09:42:15 +08:00
CCEventListenerTouch.cpp Update copyright to 2016. (#16311) 2016-08-05 09:42:15 +08:00
CCEventListenerTouch.h Update copyright to 2016. (#16311) 2016-08-05 09:42:15 +08:00
CCEventMouse.cpp Update copyright to 2016. (#16311) 2016-08-05 09:42:15 +08:00
CCEventMouse.h Remove unnecessary inline keywords (#16562) 2016-09-12 09:44:21 +08:00
CCEventTouch.cpp Update copyright to 2016. (#16311) 2016-08-05 09:42:15 +08:00
CCEventTouch.h Remove unnecessary inline keywords (#16562) 2016-09-12 09:44:21 +08:00
CCEventType.h Update copyright to 2016. (#16311) 2016-08-05 09:42:15 +08:00
CCGameController.h Update copyright to 2016. (#16311) 2016-08-05 09:42:15 +08:00
CCIMEDelegate.h No CC_UNUSED_PARAM (#16812) 2016-11-16 09:48:37 +08:00
CCIMEDispatcher.cpp Update copyright to 2016. (#16311) 2016-08-05 09:42:15 +08:00
CCIMEDispatcher.h Update copyright to 2016. (#16311) 2016-08-05 09:42:15 +08:00
CCMap.h use STL emplace when possible (#16815) 2016-11-08 11:50:00 +08:00
CCNS.cpp Avoid creating temporary string objects 2016-02-03 23:12:37 +08:00
CCNS.h [ci skip]Update comments 2015-03-27 15:31:42 +08:00
CCNinePatchImageParser.cpp Update copyright to 2016. (#16311) 2016-08-05 09:42:15 +08:00
CCNinePatchImageParser.h Update copyright to 2016. (#16311) 2016-08-05 09:42:15 +08:00
CCProfiling.cpp Performance tweak: Use range-based for-loops and allocate std::vector size() and *end() on the stack where favorable. (#16716) 2016-10-27 15:10:24 +08:00
CCProfiling.h Remove unnecessary inline keywords (#16562) 2016-09-12 09:44:21 +08:00
CCProperties.cpp Performance tweak: Use range-based for-loops and allocate std::vector size() and *end() on the stack where favorable. (#16716) 2016-10-27 15:10:24 +08:00
CCProperties.h Add missing class declaration and remove duplicate declaration (#16423) 2016-08-24 18:09:29 +08:00
CCProtocols.h Update copyright to 2016. (#16311) 2016-08-05 09:42:15 +08:00
CCRef.cpp Improving CCRef LEAK_DETECTION tools by making them thread safe. It is possible that ref's can be created and mutated off thread, and with leak detection on. This can cause ungaurded writes from two or more threads to a non-protected structure. Fixing a crash on iOS when using std::list instead of std::vector. (#16415) 2016-08-30 09:36:45 +08:00
CCRef.h Merge part of Cocos2d-x-lite (#16380) 2016-08-19 16:28:47 +08:00
CCRefPtr.h Remove unnecessary inline keywords (#16562) 2016-09-12 09:44:21 +08:00
CCScheduler.cpp Update copyright to 2016. (#16311) 2016-08-05 09:42:15 +08:00
CCScheduler.h Remove extra semicolon after member function definition (#16595) 2016-09-20 14:43:48 +08:00
CCScriptSupport.cpp Update copyright to 2016. (#16311) 2016-08-05 09:42:15 +08:00
CCScriptSupport.h cocos2dInternal cleaned of some warnings (#16818) 2016-11-09 10:34:50 +08:00
CCStencilStateManager.cpp Update copyright to 2016. (#16311) 2016-08-05 09:42:15 +08:00
CCStencilStateManager.hpp rename CCStencilBitsManager to StencilStateManager 2015-11-25 14:24:27 +08:00
CCTouch.cpp Update copyright to 2016. (#16311) 2016-08-05 09:42:15 +08:00
CCTouch.h Update copyright to 2016. (#16311) 2016-08-05 09:42:15 +08:00
CCUserDefault-android.cpp Update copyright to 2016. (#16311) 2016-08-05 09:42:15 +08:00
CCUserDefault-apple.mm Update copyright to 2016. (#16311) 2016-08-05 09:42:15 +08:00
CCUserDefault-winrt.cpp Update copyright to 2016. (#16311) 2016-08-05 09:42:15 +08:00
CCUserDefault.cpp Update copyright to 2016. (#16311) 2016-08-05 09:42:15 +08:00
CCUserDefault.h Update copyright to 2016. (#16311) 2016-08-05 09:42:15 +08:00
CCValue.cpp Performance tweak: Use range-based for-loops and allocate std::vector size() and *end() on the stack where favorable. (#16716) 2016-10-27 15:10:24 +08:00
CCValue.h Remove unnecessary inline keywords (#16562) 2016-09-12 09:44:21 +08:00
CCVector.h Performance tweak: Use range-based for-loops and allocate std::vector size() and *end() on the stack where favorable. (#16716) 2016-10-27 15:10:24 +08:00
CMakeLists.txt Squashed commit of the following: 2016-03-02 16:51:54 -08:00
ObjectFactory.cpp use STL emplace when possible (#16815) 2016-11-08 11:50:00 +08:00
ObjectFactory.h Update copyright to 2016. (#16311) 2016-08-05 09:42:15 +08:00
TGAlib.cpp Update copyright to 2016. (#16311) 2016-08-05 09:42:15 +08:00
TGAlib.h Update copyright to 2016. (#16311) 2016-08-05 09:42:15 +08:00
ZipUtils.cpp Update copyright to 2016. (#16311) 2016-08-05 09:42:15 +08:00
ZipUtils.h Update copyright to 2016. (#16311) 2016-08-05 09:42:15 +08:00
atitc.cpp Fixes 1605 include path in 541 files 2016-03-20 21:53:44 +08:00
atitc.h Update copyright to 2016. (#16311) 2016-08-05 09:42:15 +08:00
base64.cpp Update copyright to 2016. (#16311) 2016-08-05 09:42:15 +08:00
base64.h Update copyright to 2016. (#16311) 2016-08-05 09:42:15 +08:00
ccCArray.cpp Update copyright to 2016. (#16311) 2016-08-05 09:42:15 +08:00
ccCArray.h Update copyright to 2016. (#16311) 2016-08-05 09:42:15 +08:00
ccConfig.h Update copyright to 2016. (#16311) 2016-08-05 09:42:15 +08:00
ccFPSImages.c Update copyright to 2016. (#16311) 2016-08-05 09:42:15 +08:00
ccFPSImages.h Update copyright to 2016. (#16311) 2016-08-05 09:42:15 +08:00
ccMacros.h XCode sometimes gets confused with multiple 'Rect' types (#16579) 2016-09-14 10:46:17 -07:00
ccRandom.cpp Update copyright to 2016. (#16311) 2016-08-05 09:42:15 +08:00
ccRandom.h Remove unnecessary inline keywords (#16562) 2016-09-12 09:44:21 +08:00
ccTypes.cpp Update copyright to 2016. (#16311) 2016-08-05 09:42:15 +08:00
ccTypes.h Update copyright to 2016. (#16311) 2016-08-05 09:42:15 +08:00
ccUTF8.cpp No CC_UNUSED_PARAM (#16812) 2016-11-16 09:48:37 +08:00
ccUTF8.h Move StringUtils functions from deprecated header file to ccUTF8.h (#15835) 2016-06-15 15:01:26 +08:00
ccUtils.cpp No CC_UNUSED_PARAM (#16812) 2016-11-16 09:48:37 +08:00
ccUtils.h Update copyright to 2016. (#16311) 2016-08-05 09:42:15 +08:00
etc1.cpp
etc1.h [ci skip]Update comments 2015-03-24 20:23:51 +08:00
firePngData.h [ci skip]Update comments 2015-03-24 20:23:51 +08:00
pvr.cpp Fixes 1605 include path in 541 files 2016-03-20 21:53:44 +08:00
pvr.h Copyright & small fixes 2014-07-22 15:49:38 +04:00
s3tc.cpp Fixes 1605 include path in 541 files 2016-03-20 21:53:44 +08:00
s3tc.h [ci skip]Update comments 2015-03-24 20:23:51 +08:00
uthash.h [ci skip]Update comments 2015-03-24 20:23:51 +08:00
utlist.h [ci skip]Update comments 2015-03-24 20:23:51 +08:00