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