axmol/tests
Xpol Wan 1cc0130bdd Fixes signed/unsigned mismatch warnings.
```
2d\CCFontFNT.cpp(328): warning C4018: '<' : signed/unsigned mismatch
2d\CCLabel.cpp(782): warning C4018: '>' : signed/unsigned mismatch
2d\CCLabel.cpp(784): warning C4018: '<' : signed/unsigned mismatch
scripting\js-bindings\manual\cocos2d_specifics.cpp(2741): warning C4018: '<' : signed/unsigned mismatch
tests\cpp-tests\Classes\Sprite3DTest\Sprite3DTest.cpp(1969): warning C4018: '>=' : signed/unsigned mismatch
tests\cpp-tests\Classes\TextInputTest\TextInputTest.cpp(264): warning C4018: '>=' : signed/unsigned mismatch
ui\UIEditBox\UIEditBoxImpl-common.cpp(113): warning C4018: '<' : signed/unsigned mismatch
ui\UIRichText.cpp(1573): warning C4018: '<=' : signed/unsigned mismatch
ui\UITextField.cpp(89): warning C4018: '>=' : signed/unsigned mismatch
```
2016-04-26 17:53:25 +08:00
..
cpp-empty-test Fix warning C4305 while compiling AppDelegate with MSVC 2016-04-20 04:01:06 +09:00
cpp-tests Fixes signed/unsigned mismatch warnings. 2016-04-26 17:53:25 +08:00
game-controller-test Removed unnecessary search paths. 2016-03-22 16:04:12 +08:00
js-memory-gc-tests Fix warning C4305 while compiling AppDelegate with MSVC 2016-04-20 04:01:06 +09:00
js-tests Fix warning C4305 while compiling AppDelegate with MSVC 2016-04-20 04:01:06 +09:00
lua-empty-test Removed unnecessary search paths. 2016-03-22 16:04:12 +08:00
lua-game-controller-test Removed unnecessary search paths. 2016-03-22 16:04:12 +08:00
lua-tests update label string every 0.1s 2016-03-29 15:25:18 +08:00
performance-tests Fix warning C4305 while compiling AppDelegate with MSVC 2016-04-20 04:01:06 +09:00