index
:
~wtay/SDL
SDL-1.2
fixes
master
pipewire-camera
rhel-7.9
rhel-8
rhel-8.0
rhel-8.0-SDL2
Unnamed repository; edit this file 'description' to name the repository.
wtay
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
CMakeLists.txt
Age
Commit message (
Expand
)
Author
Files
Lines
2018-09-02
CMakeLists.txt: fix typo SDL_SENSORS_DISABLED -> SDL_SENSOR_DISABLED
Ozkan Sezer
1
-1
/
+1
2018-08-23
cmake: add sensor subsystem to the build.
Ryan C. Gordon
1
-1
/
+12
2018-08-21
First pass on the new SDL sensor API
Sam Lantinga
1
-0
/
+4
2018-08-04
SDL_exp
Ethan Lee
1
-1
/
+1
2018-08-02
cmake: use WINDOWS instead of WIN32.
Ryan C. Gordon
1
-1
/
+1
2018-06-29
Remove "lib" prefix from DLL file on MinGW builds
Vitaly Novichkov
1
-0
/
+6
2018-07-01
make WASAPI configurable in autofoo and cmake (default is on.)
Ozkan Sezer
1
-1
/
+2
2018-04-15
Fixed bug 4135 - Broken symlink libSDL2.so since rev11940
Sam Lantinga
1
-1
/
+9
2018-04-11
Fix the include path in the installed CMake target import file
Bastien Bouclet
1
-3
/
+3
2018-04-10
Added debug postfix to install command and fixed library path
Saad Khattak
1
-6
/
+6
2018-03-10
Fix ARM builds with MSVC
MichaĆ Janiszewski
1
-1
/
+1
2018-02-25
cmake: Set debug library name suffix per target instead of setting it globall...
Olli Kallioinen
1
-2
/
+11
2018-02-24
Fixed bug 4092 - CMake support for building everything in the "test" directory
Sam Lantinga
1
-0
/
+10
2018-01-17
SDL_log10
Ethan Lee
1
-1
/
+1
2018-02-07
Description: fix installation of shared library for Android
Sam Lantinga
1
-4
/
+6
2017-12-11
Check for immintrin.h before using it in SDL_cpuinfo.h
Sam Lantinga
1
-0
/
+2
2017-12-06
audio: Port WASAPI to WinRT, remove XAudio2 backend.
Ryan C. Gordon
1
-8
/
+1
2017-12-04
Fixed bug 3975 - Add GLES2 support for macOS via ANGLE library
Sam Lantinga
1
-0
/
+7
2017-11-20
Fixed bug 3959 - cmake build broken by commit 11702 (cf166abbde4a) due to typo
Sam Lantinga
1
-1
/
+1
2017-11-12
Updated SDL's YUV support, many thanks to Adrien Descamps
Sam Lantinga
1
-0
/
+1
2017-11-04
Updated version to 2.0.8 since SDL_image depends on it
Sam Lantinga
1
-2
/
+2
2017-11-04
Added SDL_fmod() and SDL_fmodf()
Sam Lantinga
1
-2
/
+2
2017-11-04
Added float versions of SDL's math functions
Sam Lantinga
1
-2
/
+4
2017-10-15
Fixed bug 3882 - cmake fix for osx
Sam Lantinga
1
-1
/
+3
2017-10-12
Added functions to query and set the SDL memory allocation functions:
Sam Lantinga
1
-2
/
+2
2017-10-12
Fixed bug 3866 - CMake error when trying to make the 'uninstall' target when ...
Sam Lantinga
1
-7
/
+9
2017-10-12
Updated version to 2.0.7
Sam Lantinga
1
-2
/
+2
2017-10-06
Fixed bug 3862 - Install is broken when adding SDL2 to an existing CMake project
Sam Lantinga
1
-1
/
+1
2017-09-22
Added stub Steam Controller sources to Android and iOS command line builds
Sam Lantinga
1
-3
/
+3
2017-09-10
Fixed the include path for khronos with Visual Studio
Sam Lantinga
1
-1
/
+5
2017-09-09
Fixed bug 3760 - RWops doesn't check for integer overflow when stdio_fseek on...
Sam Lantinga
1
-2
/
+2
2017-08-30
Fixed bug 3789 - Android : small clean up
Sam Lantinga
1
-1
/
+0
2017-08-30
Fix QNX build - prioritize system EGL headers over the Khronos ones
Sam Lantinga
1
-1
/
+2
2017-08-29
Fixed bug 3616 - SDL_GL_CreateContext fails with SDL_GL_CONTEXT_DEBUG_FLAG an...
Sam Lantinga
1
-1
/
+1
2017-08-28
We removed QuartzCore link dependency in commit d459d8934897
Sam Lantinga
1
-6
/
+2
2017-08-28
Be clear that disabling Vulkan surface support disables the entire SDL Vulkan...
Sam Lantinga
1
-2
/
+2
2017-08-27
Fixed Android ABI check to match vulkan/vk_platform.h
Sam Lantinga
1
-1
/
+1
2017-08-27
vulkan: Include a copy of vulkan.h and vk_platform.h.
Ryan C. Gordon
1
-16
/
+3
2017-08-27
vulkan: Initial Vulkan support!
Ryan C. Gordon
1
-0
/
+36
2017-08-26
Fixed bug 3774 - Cmake build fails for Android
Sam Lantinga
1
-0
/
+6
2017-08-21
Fixed bug 3761 - Windows non-MinGW cmake build defines HAVE_WCSLCPY and HAVE_...
Sam Lantinga
1
-1
/
+1
2017-08-21
configury: check mmdeviceapi.h and audioclient.h before enabling wasapi.
Sam Lantinga
1
-1
/
+2
2017-08-18
Updated version to 2.0.6
Sam Lantinga
1
-3
/
+3
2017-08-18
cmake: some iOS fixes (don't link to Cocoa or Carbon frameworks).
Ryan C. Gordon
1
-3
/
+11
2017-08-18
cmake: added a FIXME for later.
Ryan C. Gordon
1
-0
/
+2
2017-08-18
cmake: Fix building for macOS with Xcode generator (thanks, dungaipara!).
Ryan C. Gordon
1
-5
/
+9
2017-08-17
cmake: add core/unix sources to the build.
Ryan C. Gordon
1
-2
/
+7
2017-08-14
Fixed bug 2330 - Debian bug report: SDL2 X11 driver buffer overflow with larg...
Sam Lantinga
1
-1
/
+1
2017-08-13
Added wchar.h to fix build on some platforms with new wcs* functions
Sam Lantinga
1
-2
/
+2
2017-08-13
Added SDL_wcscmp()
Sam Lantinga
1
-0
/
+1
[next]