axmol/tests/cpp-tests/Classes
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
..
ActionManagerTest Merge pull request #11995 from MAUSMAUSgames/v3 2015-07-13 22:19:03 +08:00
ActionsEaseTest Remove unneeded include files and fixed warns. 2015-06-25 23:15:39 +08:00
ActionsProgressTest Remove unneeded include files and fixed warns. 2015-06-25 23:15:39 +08:00
ActionsTest ignoreAnchorPointForPosition() -> set ~ from missing files 2016-04-25 20:43:42 +09:00
AllocatorTest Remove unneeded include files and fixed warns. 2015-06-25 23:15:39 +08:00
BillBoardTest Remove unneeded include files and fixed warns. 2015-06-25 23:15:39 +08:00
Box2DTest Fixed compile error. 2015-06-11 14:42:03 +08:00
Box2DTestBed Fixes format warnings. 2016-04-18 17:52:58 +08:00
BugsTest ignoreAnchorPointForPosition() -> set ~ from missing files 2016-04-25 20:43:42 +09:00
Camera3DTest Add missing float suffix to avoid warning C4305 2016-04-20 03:54:47 +09:00
ChipmunkTest Squashed commit of the following: 2016-02-29 13:53:00 -08:00
ClickAndMoveTest
ClippingNodeTest Replace String::createWithFormat() with StringUtils::format() 2015-10-16 15:02:14 +09:00
CocosDenshionTest
CocosStudio3DTest Removed unnecessary search paths. 2016-03-22 16:04:12 +08:00
ConfigurationTest Remove unneeded include files and fixed warns. 2015-06-25 23:15:39 +08:00
ConsoleTest
CurlTest Remove AssetsManager dependence with CRUL. 2015-09-17 16:52:31 +08:00
CurrentLanguageTest
DataVisitorTest fix tons of warnings 2015-07-15 12:04:48 +08:00
DownloaderTest Removed unnecessary search paths. 2016-03-22 16:04:12 +08:00
DrawPrimitivesTest Remove desktop only function, set ondraw serial function in DrawNode override able. 2015-12-04 14:55:54 +08:00
EffectsAdvancedTest
EffectsTest [ci skip]fixed title. 2015-08-05 15:47:59 +08:00
ExtensionsTest fixed #15495: WebSocket crash on Director end (app exit), WebSocketTest in cpp-tests needs to be updated. 2016-04-25 16:22:46 +08:00
FileUtilsTest Add FileUtils::getContents(). (#15479) 2016-04-26 13:37:22 +08:00
FontTest ignoreAnchorPointForPosition() -> set ~ from missing files 2016-04-25 20:43:42 +09:00
InputTest
IntervalTest
JNITest constexpr for signature, garbage collection and compile-time error for unsupported argument types 2015-11-10 23:39:16 +03:00
LabelTest Fix warnings about signed/unsigned mismatch 2016-04-22 12:20:05 +09:00
LayerTest ignoreAnchorPointForPosition() -> set ~ from missing files 2016-04-25 20:43:42 +09:00
LightTest
MaterialSystemTest Fix warnings about signed/unsigned mismatch 2016-04-22 12:20:05 +09:00
MenuTest don't set wrong string for atlas label 2016-03-30 14:28:33 +08:00
MotionStreakTest
MutiTouchTest
NavMeshTest fix tons of warnings 2015-07-15 12:04:48 +08:00
NewAudioEngineTest AudioEngine:Linux: implementation using FMOD, refactor to SimpleAudioEngine now as wrapper of AUdioEngine, upgrade FMOD binaries 2015-11-26 22:22:05 -05:00
NewEventDispatcherTest [ci skip] remove a unnecessary CCLOG info. 2015-07-01 14:55:31 +08:00
NewRendererTest Renderer improvments: TriangleCommand and QuadCommand merged 2016-02-08 11:25:37 -08:00
NodeTest
OpenURLTest
ParallaxTest
Particle3DTest
ParticleTest Editing code as comment. 2015-12-04 10:43:39 +08:00
Physics3DTest avoid to trigger touch event multiple times 2015-08-07 15:09:01 +08:00
PhysicsTest Squashed commit of the following: 2016-02-29 13:53:00 -08:00
ReleasePoolTest
RenderTextureTest fix tons of warnings 2015-07-15 12:04:48 +08:00
RotateWorldTest ignoreAnchorPointForPosition() -> set ~ from missing files 2016-04-25 20:43:42 +09:00
Scene3DTest Add missing float suffix to avoid warning C4305 2016-04-20 03:54:47 +09:00
SceneTest
SchedulerTest Modify test case SchedulerPauseResumeAll and SchedulerPauseResumeAllUser. 2015-08-13 14:38:51 +08:00
ShaderTest Fix deprecation warnings in tests 2016-04-11 19:35:44 +09:00
SpineTest
Sprite3DTest Fixes signed/unsigned mismatch warnings. 2016-04-26 17:53:25 +08:00
SpriteFrameCacheTest fix crash issue 2016-03-31 15:36:00 +08:00
SpritePolygonTest Renderer improvments: TriangleCommand and QuadCommand merged 2016-02-08 11:25:37 -08:00
SpriteTest ignoreAnchorPointForPosition() -> set ~ from missing files 2016-04-25 20:43:42 +09:00
TerrainTest add terrain test with light map 2015-08-03 14:02:46 +08:00
TextInputTest Fixes signed/unsigned mismatch warnings. 2016-04-26 17:53:25 +08:00
Texture2dTest Fixes format warnings. 2016-04-18 17:52:58 +08:00
TextureCacheTest
TexturePackerEncryptionTest fix tons of warnings 2015-07-15 12:04:48 +08:00
TileMapTest csv support working test 2016-04-23 17:31:10 -06:00
TouchesTest Roll back disable force GC change on windows platform, this cause lua binding can not respond mouse click 2015-12-22 18:41:44 +08:00
TransitionsTest
UITest ignoreAnchorPointForPosition() -> set ~ from missing files 2016-04-25 20:43:42 +09:00
UnitTest Fix deprecation warnings in tests 2016-04-11 19:35:44 +09:00
UserDefaultTest add UserDefault api deleteValueForKey 2015-07-06 17:01:17 +08:00
VibrateTest fix tons of warnings 2015-07-15 12:04:48 +08:00
ZwoptexTest
AppDelegate.cpp Fix warning C4305 while compiling AppDelegate with MSVC 2016-04-20 04:01:06 +09:00
AppDelegate.h
BaseTest.cpp [cpp-tests]Refine test cases about label 2015-08-25 17:50:47 +08:00
BaseTest.h Test cases:improve small problems. 2015-08-18 22:19:24 +08:00
VisibleRect.cpp
VisibleRect.h
controller.cpp SpriteFrameCacheTest: test for PixelFormat 2016-02-12 19:06:16 +03:00
controller.h [Cpp-tests]Fixed cannot start auto test again if the timeout has occurred. 2015-06-24 18:24:16 +08:00
testBasic.cpp
testBasic.h
testResource.h
tests.h SpriteFrameCacheTest: test for PixelFormat 2016-02-12 19:06:16 +03:00