-
Notifications
You must be signed in to change notification settings - Fork 50
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1,426 changed files
with
242,807 additions
and
103,847 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -65,5 +65,5 @@ tab_width = 4 | |
[{*.bat,*.rc}] | ||
end_of_line = crlf | ||
|
||
[*.cocci]' | ||
[*.cocci] | ||
insert_final_newline = true |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,166 @@ | ||
build/ | ||
build-*/ | ||
!build-scripts/ | ||
buildbot/ | ||
/VERSION.txt | ||
__pycache__ | ||
|
||
*.so | ||
*.so.* | ||
*.dll | ||
*.exe | ||
*.o | ||
*.obj | ||
*.res | ||
*.lib | ||
*.a | ||
*.la | ||
*.dSYM | ||
*,e1f | ||
*,ff8 | ||
*.lnk | ||
*.err | ||
*.exp | ||
*.map | ||
*.orig | ||
*~ | ||
*.swp | ||
*.tmp | ||
*.rej | ||
|
||
# for CMake | ||
CMakeFiles/ | ||
CMakeCache.txt | ||
cmake_install.cmake | ||
cmake_uninstall.cmake | ||
SDL3ConfigVersion.cmake | ||
.ninja_* | ||
*.ninja | ||
compile_commands.json | ||
.cache/ | ||
|
||
# for CLion | ||
.idea | ||
cmake-build-* | ||
|
||
# for Xcode | ||
*.mode1* | ||
*.perspective* | ||
*.pbxuser | ||
(^|/)build($|/) | ||
.DS_Store | ||
xcuserdata | ||
*.xcworkspace | ||
|
||
# for Visual Studio Code | ||
.vscode/ | ||
|
||
# for Visual C++ | ||
.vs | ||
Debug | ||
Release | ||
*.user | ||
*.ncb | ||
*.suo | ||
*.sdf | ||
VisualC/tests/gamepadmap/axis.bmp | ||
VisualC/tests/gamepadmap/button.bmp | ||
VisualC/tests/gamepadmap/gamepadmap.bmp | ||
VisualC/tests/gamepadmap/gamepadmap_back.bmp | ||
VisualC/tests/loopwave/sample.wav | ||
VisualC/tests/testautomation/*.bmp | ||
VisualC/tests/testgamepad/axis.bmp | ||
VisualC/tests/testgamepad/button.bmp | ||
VisualC/tests/testgamepad/gamepadmap.bmp | ||
VisualC/tests/testgamepad/gamepadmap_back.bmp | ||
VisualC/tests/testoverlay/moose.dat | ||
VisualC/tests/testrendertarget/icon.bmp | ||
VisualC/tests/testrendertarget/sample.bmp | ||
VisualC/tests/testscale/icon.bmp | ||
VisualC/tests/testscale/sample.bmp | ||
VisualC/tests/testsprite/icon.bmp | ||
VisualC/tests/testyuv/testyuv.bmp | ||
VisualC-GDK/**/Layout | ||
src/render/direct3d12/D3D12_*_One.h | ||
src/render/direct3d12/D3D12_*_Series.h | ||
src/gpu/d3d12/D3D12_*_One.h | ||
src/gpu/d3d12/D3D12_*_Series.h | ||
Directory.Build.props | ||
|
||
# for Android | ||
android-project/local.properties | ||
android-project/.gradle/ | ||
|
||
test/checkkeys | ||
test/checkkeysthreads | ||
test/gamepadmap | ||
test/loopwave | ||
test/loopwavequeue | ||
test/testatomic | ||
test/testaudiorecording | ||
test/testaudiohotplug | ||
test/testaudioinfo | ||
test/testautomation | ||
test/testbounds | ||
test/testcustomcursor | ||
test/testdisplayinfo | ||
test/testdraw | ||
test/testdrawchessboard | ||
test/testdropfile | ||
test/testerror | ||
test/testevdev | ||
test/testfile | ||
test/testfilesystem | ||
test/testgamepad | ||
test/testgeometry | ||
test/testgesture | ||
test/testgl | ||
test/testgles | ||
test/testgles2 | ||
test/testhaptic | ||
test/testhittesting | ||
test/testhotplug | ||
test/testiconv | ||
test/testime | ||
test/testintersections | ||
test/testjoystick | ||
test/testkeys | ||
test/testloadso | ||
test/testlocale | ||
test/testlock | ||
test/testmessage | ||
test/testmouse | ||
test/testmultiaudio | ||
test/testnative | ||
test/testoverlay | ||
test/testplatform | ||
test/testpower | ||
test/testqsort | ||
test/testrelative | ||
test/testrendercopyex | ||
test/testrendertarget | ||
test/testresample | ||
test/testrumble | ||
test/testscale | ||
test/testsem | ||
test/testsensor | ||
test/testshader | ||
test/testshape | ||
test/testsprite | ||
test/testspriteminimal | ||
test/teststreaming | ||
test/testsurround | ||
test/testthread | ||
test/testtimer | ||
test/testurl | ||
test/testver | ||
test/testviewport | ||
test/testvulkan | ||
test/testwm | ||
test/testyuv | ||
test/torturethread | ||
|
||
# for Doxygen | ||
docs/output | ||
SDL.tag | ||
doxygen_warn.txt |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,19 +1,23 @@ | ||
projectfullname = SDL | ||
projectfullname = Simple Directmedia Layer | ||
projectshortname = SDL | ||
incsubdir = include/SDL3 | ||
wikisubdir = | ||
readmesubdir = docs | ||
apiprefixregex = (SDL_|SDLK_|KMOD_|AUDIO_) | ||
apiprefixregex = (SDL_|SDLK_) | ||
mainincludefname = SDL3/SDL.h | ||
versionfname = include/SDL3/SDL_version.h | ||
versionmajorregex = \A\#define\s+SDL_MAJOR_VERSION\s+(\d+)\Z | ||
versionminorregex = \A\#define\s+SDL_MINOR_VERSION\s+(\d+)\Z | ||
versionpatchregex = \A\#define\s+SDL_PATCHLEVEL\s+(\d+)\Z | ||
versionmicroregex = \A\#define\s+SDL_MICRO_VERSION\s+(\d+)\Z | ||
selectheaderregex = \ASDL.*?\.h\Z | ||
projecturl = https://libsdl.org/ | ||
wikiurl = https://wiki.libsdl.org | ||
bugreporturl = https://github.com/libsdl-org/sdlwiki/issues/new | ||
warn_about_missing = 0 | ||
wikipreamble = (This is the documentation for SDL3, which is under heavy development and the API is changing! [SDL2](https://wiki.libsdl.org/SDL2/) is the current stable version!) | ||
wikiheaderfiletext = Defined in [%fname%](https://github.com/libsdl-org/SDL/blob/main/include/SDL3/%fname%), but apps should _only_ `#include <SDL3/SDL.h>`! | ||
manpageheaderfiletext = Defined in %fname%, but apps should only #include <SDL3/SDL.h>! | ||
wikipreamble = (This is the documentation for SDL3, which is the current stable version. [SDL2](https://wiki.libsdl.org/SDL2/) was the previous version!) | ||
wikiheaderfiletext = Defined in [<SDL3/%fname%>](https://github.com/libsdl-org/SDL/blob/main/include/SDL3/%fname%) | ||
manpageheaderfiletext = Defined in SDL3/%fname% | ||
|
||
# All SDL_test_* headers become undefined categories, everything else just converts like SDL_audio.h -> Audio | ||
# A handful of others we fix up in the header itself with /* WIKI CATEGORY: x */ comments. | ||
headercategoryeval = s/\ASDL_test_?.*?\.h\Z//; s/\ASDL_?(.*?)\.h\Z/$1/; ucfirst(); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,16 @@ | ||
Bugs are now managed in the SDL issue tracker, here: | ||
https://github.com/libsdl-org/SDL/issues | ||
You may report bugs there, and search to see if a given issue has already | ||
been reported, discussed, and maybe even fixed. | ||
You may also find help at the SDL forums/mailing list: | ||
https://discourse.libsdl.org/ | ||
Bug reports are welcome here, but we really appreciate if you use the issue | ||
tracker, as bugs discussed on the mailing list may be forgotten or missed. | ||
|
||
Bugs are now managed in the SDL issue tracker, here: | ||
|
||
https://github.com/libsdl-org/SDL/issues | ||
|
||
You may report bugs there, and search to see if a given issue has already | ||
been reported, discussed, and maybe even fixed. | ||
|
||
|
||
You may also find help at the SDL forums/mailing list: | ||
|
||
https://discourse.libsdl.org/ | ||
|
||
Bug reports are welcome here, but we really appreciate if you use the issue | ||
tracker, as bugs discussed on the mailing list may be forgotten or missed. | ||
|
Oops, something went wrong.