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
/
configure.in
Age
Commit message (
Expand
)
Author
Files
Lines
2017-09-09
Fixed bug 3760 - RWops doesn't check for integer overflow when stdio_fseek on...
Sam Lantinga
1
-1
/
+1
2017-09-08
Fixed bug 3805 - Why is there no --enable-video-rpi option in configure?
Sam Lantinga
1
-33
/
+49
2017-09-06
Fixed bug 3797 - configure check for float.h
Sam Lantinga
1
-1
/
+1
2017-08-30
Fix QNX build - prioritize system EGL headers over the Khronos ones
Sam Lantinga
1
-1
/
+1
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
/
+0
2017-08-28
Fixed Vulkan configure check for Android and added one for Mac OS X
Sam Lantinga
1
-8
/
+24
2017-08-28
Removed the need for libSDL2main.a on Android, and separated JNI initializati...
Sam Lantinga
1
-1
/
+0
2017-08-28
Be clear that disabling Vulkan surface support disables the entire SDL Vulkan...
Sam Lantinga
1
-2
/
+2
2017-08-27
vulkan: Include a copy of vulkan.h and vk_platform.h.
Ryan C. Gordon
1
-20
/
+3
2017-08-27
vulkan: Initial Vulkan support!
Ryan C. Gordon
1
-0
/
+66
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
-2
/
+6
2017-08-18
Updated version to 2.0.6
Sam Lantinga
1
-2
/
+2
2017-08-18
Added WASAPI audio target to autoconf build process
Sam Lantinga
1
-0
/
+2
2017-08-18
configure: Apple platforms don't need to build with -fpascal-strings anymore.
Ryan C. Gordon
1
-2
/
+0
2017-08-18
configure: mac and iOS should compile core/unix/*.c
Ryan C. Gordon
1
-0
/
+4
2017-08-14
Fixed bug 2330 - Debian bug report: SDL2 X11 driver buffer overflow with larg...
Sam Lantinga
1
-1
/
+3
2017-08-13
Added wchar.h to fix build on some platforms with new wcs* functions
Sam Lantinga
1
-1
/
+1
2017-08-13
Added SDL_wcscmp()
Sam Lantinga
1
-1
/
+1
2017-08-13
Fixed bug 2812 - Make libSDL2main.a usable on Android via a dummy symbol
Sam Lantinga
1
-0
/
+2
2017-08-12
Fixed bug 3208 - Minor improvements to the configure script
Sam Lantinga
1
-5
/
+5
2017-08-11
Fixed bug 3292 - SDL_rwops and 64-bit file I/O
Sam Lantinga
1
-1
/
+1
2017-08-09
haiku: non-x86 spins use a normal libstdc++ filename. Handle the differences.
Ryan C. Gordon
1
-1
/
+4
2017-08-02
Fixed bug 3690 - SDL2 KMS/DRM render context support
Sam Lantinga
1
-0
/
+76
2017-07-10
Fixed bug 3609 - Windows build fails due to conflicting types for 'XINPUT_GAM...
Sam Lantinga
1
-0
/
+16
2017-07-07
Fixed missing audio entries in configure summary.
Philipp Wiesemann
1
-0
/
+4
2017-07-02
qnx: Fixed configure script setting wrong variable.
Philipp Wiesemann
1
-1
/
+1
2017-07-01
Support for QNX 7.0 (thanks, Elad!).
Ryan C. Gordon
1
-1
/
+36
2017-06-11
directfb: Fixed configure script not finding shared objects for dynamic loading.
Philipp Wiesemann
1
-1
/
+1
2017-06-08
jack: Initial shot at a JACK audio target.
Ryan C. Gordon
1
-0
/
+58
2017-05-24
audio: rename bsd target to netbsd.
Ryan C. Gordon
1
-2
/
+2
2017-05-02
Fixed another AC_DEFINE.
Ryan C. Gordon
1
-1
/
+1
2017-05-02
Fixed configure script.
Ryan C. Gordon
1
-7
/
+7
2017-05-01
haiku: Various fixes from haikuports.
Ryan C. Gordon
1
-6
/
+6
2017-02-27
mir: Get ready for Mir 1.0, clean up deprecations. Thanks MichaĆ Kuchta!
Brandon Schaefer
1
-2
/
+2
2017-02-26
configure: Cygwin and MingW should try to use -Wdeclaration-after-statement.
Ryan C. Gordon
1
-0
/
+1
2017-02-20
Updated iOS fat build
Sam Lantinga
1
-14
/
+21
2017-01-24
configure: report libsamplerate support status.
Ryan C. Gordon
1
-10
/
+15
2017-01-24
configure.in: Check for sse3 too when setting -mfpmath=387.
Ryan C. Gordon
1
-2
/
+2
2017-01-23
audio: Wired up new SSE code to build system.
Ryan C. Gordon
1
-1
/
+38
2017-01-09
Implemented full evdev keyboard text support
Sam Lantinga
1
-1
/
+1
2017-01-08
Fixed attempting to dynamically load libsamplerate when shared object loading...
Sam Lantinga
1
-6
/
+12
2017-01-06
Added configure and cmake support for libsamplerate
Sam Lantinga
1
-53
/
+82
2016-11-29
Avoid conflicts with multiple versions of udev by first trying the library th...
Sam Lantinga
1
-0
/
+6
2016-11-17
cpuinfo: first attempt at SDL_HasNEON() implementation.
Ryan C. Gordon
1
-1
/
+1
2016-11-10
Standardized the format of the SDL joystick GUID and added functions to retri...
Sam Lantinga
1
-1
/
+1
2016-11-01
Fixed bug with udev support reporting
Sam Lantinga
1
-1
/
+1
2016-11-01
Fixed bug 3478 - Patch Haiku to use dlopen instead of load_add_on
Sam Lantinga
1
-6
/
+1
2016-10-07
Fixed bug 2824 - Add Fcitx Input Method Support
Sam Lantinga
1
-1
/
+60
[next]