author | Ryan C. Gordon |
Sat, 25 Apr 2015 20:49:26 -0400 | |
changeset 9574 | 98c57505d74d |
parent 9550 | e32baab8aef9 |
child 9764 | eda4a6234d71 |
permissions | -rw-r--r-- |
icculus@4418 | 1 |
syntax:glob |
slouken@7232 | 2 |
aclocal.m4 |
icculus@4418 | 3 |
autom4te* |
icculus@4418 | 4 |
config.cache |
icculus@4418 | 5 |
config.log |
icculus@4418 | 6 |
config.status |
icculus@4418 | 7 |
Makefile |
icculus@4418 | 8 |
sdl-config |
slouken@6250 | 9 |
SDL2.spec |
icculus@4418 | 10 |
build |
slime73@9487 | 11 |
Build |
slime73@9487 | 12 |
*xcuserdata* |
slime73@9487 | 13 |
*xcworkspacedata* |
slouken@5318 | 14 |
|
ewing@4466 | 15 |
# for Xcode |
ewing@4466 | 16 |
*.orig |
ewing@4466 | 17 |
*.swp |
ewing@4466 | 18 |
*.tmp |
ewing@4466 | 19 |
*.rej |
ewing@4466 | 20 |
*~ |
ewing@4466 | 21 |
*.o |
ewing@4466 | 22 |
*.mode1* |
ewing@4466 | 23 |
*.model* |
ewing@4466 | 24 |
*.perspective* |
ewing@4466 | 25 |
*.perspective* |
ewing@4466 | 26 |
*.pbxuser |
ewing@4466 | 27 |
(^|/)build($|/) |
icculus@4418 | 28 |
.DS_Store |
stopiccot@6681 | 29 |
Xcode/SDL/SDL.xcodeproj/xcuserdata |
slouken@6859 | 30 |
Xcode/SDL/SDL.xcodeproj/project.xcworkspace |
slouken@6859 | 31 |
Xcode/SDLTest/SDLTest.xcodeproj/xcuserdata |
slouken@6859 | 32 |
Xcode/SDLTest/SDLTest.xcodeproj/project.xcworkspace |
slouken@6859 | 33 |
Xcode-iOS/SDL/SDL.xcodeproj/xcuserdata |
slouken@6859 | 34 |
Xcode-iOS/SDL/SDL.xcodeproj/project.xcworkspace |
slouken@6859 | 35 |
Xcode-iOS/Demos/Demos.xcodeproj/xcuserdata |
slouken@6859 | 36 |
Xcode-iOS/Demos/Demos.xcodeproj/project.xcworkspace |
slouken@5318 | 37 |
|
slouken@5318 | 38 |
# for Visual C++ |
slouken@5318 | 39 |
Debug |
slouken@5318 | 40 |
Release |
slouken@5318 | 41 |
*.user |
slouken@5318 | 42 |
*.ncb |
slouken@5318 | 43 |
*.suo |
slouken@7572 | 44 |
*.sdf |
slouken@8848 | 45 |
VisualC/tests/loopwave/sample.wav |
slouken@8848 | 46 |
VisualC/tests/testautomation/CompareSurfaces0001_Reference.bmp |
slouken@8848 | 47 |
VisualC/tests/testautomation/CompareSurfaces0001_TestOutput.bmp |
slouken@8848 | 48 |
VisualC/tests/testgamecontroller/axis.bmp |
slouken@8848 | 49 |
VisualC/tests/testgamecontroller/button.bmp |
slouken@8848 | 50 |
VisualC/tests/testgamecontroller/controllermap.bmp |
slouken@8848 | 51 |
VisualC/tests/testoverlay2/moose.dat |
slouken@8848 | 52 |
VisualC/tests/testrendertarget/icon.bmp |
slouken@8848 | 53 |
VisualC/tests/testrendertarget/sample.bmp |
slouken@8848 | 54 |
VisualC/tests/testscale/icon.bmp |
slouken@8848 | 55 |
VisualC/tests/testscale/sample.bmp |
slouken@8848 | 56 |
VisualC/tests/testsprite2/icon.bmp |
slouken@8848 | 57 |
VisualC/visualtest/icon.bmp |
slouken@8848 | 58 |
VisualC/visualtest/testquit.actions |
slouken@8848 | 59 |
VisualC/visualtest/testquit.config |
slouken@8848 | 60 |
VisualC/visualtest/testquit.exe |
slouken@8848 | 61 |
VisualC/visualtest/testquit.parameters |
slouken@8848 | 62 |
VisualC/visualtest/testsprite2.exe |
slouken@8848 | 63 |
VisualC/visualtest/testsprite2_sample.actions |
slouken@8848 | 64 |
VisualC/visualtest/testsprite2_sample.config |
slouken@8848 | 65 |
VisualC/visualtest/testsprite2_sample.parameters |
slouken@5318 | 66 |
|
slouken@6907 | 67 |
# for Android |
slouken@6907 | 68 |
android-project/local.properties |
slouken@6907 | 69 |
|
icculus@4418 | 70 |
sdl.pc |
icculus@4418 | 71 |
test/autom4te* |
icculus@4418 | 72 |
test/config.cache |
icculus@4418 | 73 |
test/config.log |
icculus@4418 | 74 |
test/config.status |
icculus@4418 | 75 |
test/Makefile |
slouken@6250 | 76 |
test/SDL2.dll |
icculus@4418 | 77 |
test/checkkeys |
rohitnirmal9@9550 | 78 |
test/controllermap |
icculus@4418 | 79 |
test/loopwave |
icculus@9012 | 80 |
test/loopwavequeue |
slouken@4862 | 81 |
test/testatomic |
rohitnirmal9@9550 | 82 |
test/testaudiohotplug |
slouken@4862 | 83 |
test/testaudioinfo |
slouken@6958 | 84 |
test/testautomation |
slouken@4862 | 85 |
test/testdraw2 |
rohitnirmal9@9550 | 86 |
test/testdrawchessboard |
rohitnirmal9@9550 | 87 |
test/testdropfile |
icculus@4418 | 88 |
test/testerror |
icculus@4418 | 89 |
test/testfile |
slouken@6958 | 90 |
test/testgamecontroller |
slouken@4862 | 91 |
test/testgesture |
slouken@4862 | 92 |
test/testgl2 |
slouken@4862 | 93 |
test/testgles |
rohitnirmal9@9550 | 94 |
test/testgles2 |
slouken@4862 | 95 |
test/testhaptic |
icculus@8935 | 96 |
test/testhittesting |
rohitnirmal9@9550 | 97 |
test/testhotplug |
icculus@4418 | 98 |
test/testiconv |
slouken@4862 | 99 |
test/testime |
slouken@4862 | 100 |
test/testintersections |
icculus@4418 | 101 |
test/testjoystick |
icculus@4418 | 102 |
test/testkeys |
slouken@4862 | 103 |
test/testloadso |
icculus@4418 | 104 |
test/testlock |
slouken@6658 | 105 |
test/testmessage |
slouken@4862 | 106 |
test/testmultiaudio |
slouken@6286 | 107 |
test/testnative |
icculus@4418 | 108 |
test/testoverlay2 |
icculus@4418 | 109 |
test/testplatform |
slouken@4862 | 110 |
test/testpower |
icculus@7667 | 111 |
test/testfilesystem |
slouken@6517 | 112 |
test/testrelative |
slouken@6517 | 113 |
test/testrendercopyex |
slouken@6286 | 114 |
test/testrendertarget |
slouken@4862 | 115 |
test/testresample |
slouken@5453 | 116 |
test/testrumble |
slouken@5318 | 117 |
test/testscale |
icculus@4418 | 118 |
test/testsem |
slouken@5318 | 119 |
test/testshader |
slouken@5318 | 120 |
test/testshape |
slouken@4862 | 121 |
test/testsprite2 |
slouken@4862 | 122 |
test/testspriteminimal |
slouken@5318 | 123 |
test/teststreaming |
slouken@6286 | 124 |
test/testthread |
icculus@4418 | 125 |
test/testtimer |
icculus@4418 | 126 |
test/testver |
rohitnirmal9@9550 | 127 |
test/testviewport |
slouken@4862 | 128 |
test/testwm2 |
icculus@4418 | 129 |
test/torturethread |
icculus@4418 | 130 |
test/*.exe |
icculus@4418 | 131 |
test/*.dSYM |
icculus@8152 | 132 |
buildbot |
icculus@8152 | 133 |
test/buildbot |