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
2019-03-25
configure.in: Rename to configure.ac to fix an 'aclocal' warning
Hugh McMaster
1
-3
/
+3
2019-03-15
events: Let arbitrary signals to simulate iOS/Android backgrounding events.
Ryan C. Gordon
1
-0
/
+10
2018-12-02
cmake: Comment out some debug logging that can upset build environments.
Ryan C. Gordon
1
-1
/
+1
2018-11-02
mir: Removed mir client support.
Ryan C. Gordon
1
-3
/
+0
2018-10-25
CMakeLists.txt: set dylib version numbers properly. (bug #2915.)
Ozkan Sezer
1
-0
/
+5
2018-09-28
Mark a subsystem as dummy, not disabled, if it was intended to be compiled in.
Sam Lantinga
1
-7
/
+7
2018-09-28
commit 8f4dedc039190f5e734c47dcc4fc021b5793b659
Sam Lantinga
1
-0
/
+6
2018-09-28
configury, cmake: add check for endpointvolume.h :
Ozkan Sezer
1
-4
/
+5
2018-09-28
configury, cmake: make wasapi option independent of directx.
Ozkan Sezer
1
-3
/
+5
2018-09-26
Updated version to 2.0.9
Sam Lantinga
1
-2
/
+2
2018-08-18
Correct the name of the SDL shared library in CMake for Mac OS
Drew Pirrone-Brusse
1
-8
/
+7
2018-09-24
Fixed bug 3166 - It would be nice, if SDL would support including SDL project...
Sam Lantinga
1
-3
/
+3
2018-09-18
cmake: correctly report Vulkan support at configure time (thanks, Tiago!).
Ryan C. Gordon
1
-0
/
+1
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
[next]