summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
AgeCommit message (Expand)AuthorFilesLines
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
2017-08-11Forgot to add function check for fopen64 to CMake buildSam Lantinga1-1/+1
2017-08-09cmake: Pacify warning about Policy CMP0042 not being set.Ryan C. Gordon1-1/+3
2017-08-09Fixed bug 3651 - CMake build does not install CMake package configurationSam Lantinga1-5/+48
2017-06-08Android build fixesOlli Kallioinen1-1/+20
2017-08-02Fixed bug 3690 - SDL2 KMS/DRM render context supportSam Lantinga1-0/+3
2017-07-10Fixed bug 3609 - Windows build fails due to conflicting types for 'XINPUT_GAM...Sam Lantinga1-0/+10
2017-06-12Fixed bug 3670 - CMake IOS haptic errorSam Lantinga1-1/+1
2017-06-11cmake: iOS haptic section was referencing power source code (thanks, Martin!).Ryan C. Gordon1-1/+1
2017-06-08jack: Initial shot at a JACK audio target.Ryan C. Gordon1-0/+3
2017-06-04Android cmake build fixed to work with the official android gradle pluginOlli Kallioinen1-5/+32
2017-06-06cmake: don't use /NODEFAULTLIB if we are using the C runtime (thanks, Rob!).Ryan C. Gordon1-2/+2
2017-05-24audio: rename bsd target to netbsd.Ryan C. Gordon1-4/+4
2017-02-23cmake: add WASAPI audio target to the build (thanks, Martin!).Ryan C. Gordon1-0/+7
2017-01-24CMake: fixed logic error in setting -mfpmath=387.Ryan C. Gordon1-1/+1
2017-01-23audio: Wired up new SSE code to build system.Ryan C. Gordon1-2/+27
2017-01-06Added configure and cmake support for libsamplerateSam Lantinga1-2/+5
2016-11-17cpuinfo: first attempt at SDL_HasNEON() implementation.Ryan C. Gordon1-1/+1
2016-10-14Fixed building with cmake when fcitx isn't installedSam Lantinga1-0/+2
2016-10-03Fixed setting the version info in the shared library when using CMakeSam Lantinga1-1/+1
2016-10-01Fixed bug 3078 - cmake: fix sdl2.m4 install location on cross hostsSam Lantinga1-2/+3
2016-10-01Fix CMake setting an incorrect video backend on iOSAlex Szpakowski1-1/+1
2016-10-01Fixed bug 3268 - CMAKE: ios fixesSam Lantinga1-9/+28
2016-10-01Fixed bug 3301 - IBus support on Linux with CMakeSam Lantinga1-2/+16
2016-09-28Updated version to 2.0.5 in preparation for releaseSam Lantinga1-3/+3
2016-09-15Fixed set of libraries needed to build on Mac OS XSam Lantinga1-4/+9
2016-09-15Hopefully fixed the cmake build on Mac OS XSam Lantinga1-15/+5
2016-09-13Fix CMake CMAKE_REQUIRED_FLAGS handling to preserve existing CMake flags requ...Jukka Jylänki1-1/+1
2016-09-13Include timers when using cmake (#29)Charlie Birks1-0/+10
2016-09-04mac: Patched to compile with CMake project.Ryan C. Gordon1-0/+5
2016-03-18Windows CMake: don't try to link dxguid, it's unavailable when using Visual S...Alex Szpakowski1-1/+1
2016-01-16Expose the EGL display and window for Vivante SDL windowsSam Lantinga1-0/+0
2016-01-08CMake: only set "-O3 -g" defaults if CMAKE_BUILD_TYPE wasn't set at all.Ryan C. Gordon1-2/+4
2016-01-07Fixed --enable-new-dtags check with cmakeSam Lantinga1-2/+3
2016-01-07Use --enable-new-dtags to set RUNPATH rather than RPATH so that LD_LIBRARY_PA...Sam Lantinga1-0/+6
2016-01-05CMake: Turned off Mac OS X rpath warning kludge.Ryan C. Gordon1-1/+1
2016-01-05CMake: Let static libraries optionally be built with Position Independent Code.Ryan C. Gordon1-0/+6
2016-01-05CMake: use the old MACOSX_RPATH behavior (for now), silence the warning.Ryan C. Gordon1-0/+11