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