axmol/cocos/scripting/js-bindings
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
..
auto [ci skip][AUTO]: updating luabinding & jsbinding & cocos_file.json automatically (#16828) 2016-11-09 17:33:47 +08:00
manual No CC_UNUSED_PARAM (#16812) 2016-11-16 09:48:37 +08:00
proj.android fix compiling and linking error with ndk r12b 2016-07-08 15:29:35 +08:00
proj.ios_mac/cocos2d_js_bindings.xcodeproj Squashed commit of the following: 2016-02-29 13:53:00 -08:00
proj.win8.1-universal/libjscocos2d Removed unnecessary search paths. 2016-03-22 16:04:12 +08:00
proj.win32 Removed unnecessary search paths. 2016-03-22 16:04:12 +08:00
script jsb.addRoot is not a function (#16509) 2016-11-09 15:19:32 +08:00
.gitignore Update js bindings & js tests. 2015-05-05 10:50:19 +08:00
CMakeLists.txt Removed unnecessary search paths. 2016-03-22 16:04:12 +08:00
README.md Update js bindings & js tests. 2015-05-05 10:50:19 +08:00

README.md

js-bindings

This repo is used for js bindings.