summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
AgeCommit message (Expand)AuthorFilesLines
2018-09-02CMakeLists.txt: fix typo SDL_SENSORS_DISABLED -> SDL_SENSOR_DISABLEDOzkan Sezer1-1/+1
2018-08-23cmake: add sensor subsystem to the build.Ryan C. Gordon1-1/+12
2018-08-21First pass on the new SDL sensor APISam Lantinga1-0/+4
2018-08-04SDL_expEthan Lee1-1/+1
2018-08-02cmake: use WINDOWS instead of WIN32.Ryan C. Gordon1-1/+1
2018-06-29Remove "lib" prefix from DLL file on MinGW buildsVitaly Novichkov1-0/+6
2018-07-01make WASAPI configurable in autofoo and cmake (default is on.)Ozkan Sezer1-1/+2
2018-04-15Fixed bug 4135 - Broken symlink libSDL2.so since rev11940Sam Lantinga1-1/+9
2018-04-11Fix the include path in the installed CMake target import fileBastien Bouclet1-3/+3
2018-04-10Added debug postfix to install command and fixed library pathSaad Khattak1-6/+6
2018-03-10Fix ARM builds with MSVCMichaƂ Janiszewski1-1/+1
2018-02-25cmake: Set debug library name suffix per target instead of setting it globall...Olli Kallioinen1-2/+11
2018-02-24Fixed bug 4092 - CMake support for building everything in the "test" directorySam Lantinga1-0/+10
2018-01-17SDL_log10Ethan Lee1-1/+1
2018-02-07Description: fix installation of shared library for AndroidSam Lantinga1-4/+6
2017-12-11Check for immintrin.h before using it in SDL_cpuinfo.hSam Lantinga1-0/+2
2017-12-06audio: Port WASAPI to WinRT, remove XAudio2 backend.Ryan C. Gordon1-8/+1
2017-12-04Fixed bug 3975 - Add GLES2 support for macOS via ANGLE librarySam Lantinga1-0/+7
2017-11-20Fixed bug 3959 - cmake build broken by commit 11702 (cf166abbde4a) due to typoSam Lantinga1-1/+1
2017-11-12Updated SDL's YUV support, many thanks to Adrien DescampsSam Lantinga1-0/+1
2017-11-04Updated version to 2.0.8 since SDL_image depends on itSam Lantinga1-2/+2
2017-11-04Added SDL_fmod() and SDL_fmodf()Sam Lantinga1-2/+2
2017-11-04Added float versions of SDL's math functionsSam Lantinga1-2/+4
2017-10-15Fixed bug 3882 - cmake fix for osxSam Lantinga1-1/+3
2017-10-12Added functions to query and set the SDL memory allocation functions:Sam Lantinga1-2/+2
2017-10-12Fixed bug 3866 - CMake error when trying to make the 'uninstall' target when ...Sam Lantinga1-7/+9
2017-10-12Updated version to 2.0.7Sam Lantinga1-2/+2
2017-10-06Fixed bug 3862 - Install is broken when adding SDL2 to an existing CMake projectSam Lantinga1-1/+1
2017-09-22Added stub Steam Controller sources to Android and iOS command line buildsSam Lantinga1-3/+3
2017-09-10Fixed the include path for khronos with Visual StudioSam Lantinga1-1/+5
2017-09-09Fixed bug 3760 - RWops doesn't check for integer overflow when stdio_fseek on...Sam Lantinga1-2/+2
2017-08-30Fixed bug 3789 - Android : small clean upSam Lantinga1-1/+0
2017-08-30Fix QNX build - prioritize system EGL headers over the Khronos onesSam Lantinga1-1/+2
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/+2
2017-08-28Be clear that disabling Vulkan surface support disables the entire SDL Vulkan...Sam Lantinga1-2/+2
2017-08-27Fixed Android ABI check to match vulkan/vk_platform.hSam Lantinga1-1/+1
2017-08-27vulkan: Include a copy of vulkan.h and vk_platform.h.Ryan C. Gordon1-16/+3
2017-08-27vulkan: Initial Vulkan support!Ryan C. Gordon1-0/+36
2017-08-26Fixed bug 3774 - Cmake build fails for AndroidSam Lantinga1-0/+6
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-1/+2
2017-08-18Updated version to 2.0.6Sam Lantinga1-3/+3
2017-08-18cmake: some iOS fixes (don't link to Cocoa or Carbon frameworks).Ryan C. Gordon1-3/+11
2017-08-18cmake: added a FIXME for later.Ryan C. Gordon1-0/+2
2017-08-18cmake: Fix building for macOS with Xcode generator (thanks, dungaipara!).Ryan C. Gordon1-5/+9
2017-08-17cmake: add core/unix sources to the build.Ryan C. Gordon1-2/+7
2017-08-14Fixed bug 2330 - Debian bug report: SDL2 X11 driver buffer overflow with larg...Sam Lantinga1-1/+1
2017-08-13Added wchar.h to fix build on some platforms with new wcs* functionsSam Lantinga1-2/+2
2017-08-13Added SDL_wcscmp()Sam Lantinga1-0/+1