summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
Commit message (Expand)AuthorAgeFilesLines
* cmake: fix building for mac (bug #5407.)Ozkan Sezer2020-12-201-2/+1
* Fixed bug 5402 - ARM support little update proposalSam Lantinga2020-12-171-0/+1
* fix bug #5395: handle old systems where inotify_init1 is not availableOzkan Sezer2020-12-131-0/+6
* Backed out changes for 5366 - cmake build doesn't detect Metal on macOSSam Lantinga2020-12-091-1/+1
* Fixed bug 5250 - updaterev.sh failed using CMake Tools on VSCode RemoteSam Lantinga2020-12-091-1/+2
* Fixed bug 5366 - cmake build doesn't detect Metal on macOSSam Lantinga2020-12-091-2/+5
* CMakeLists.txt: sync DYLIB_CURRENT_VERSION to Xcode projectOzkan Sezer2020-12-091-1/+1
* fix bug #5384 -- define DLL_EXPORT in DLL builds and adjust begin_code.hOzkan Sezer2020-12-091-0/+4
* Updated SDL to 2.0.14 in preparation for release candidateSam Lantinga2020-12-081-3/+3
* Accepted patch https://github.com/microsoft/vcpkg/blob/master/ports/sdl2/fix-...Sam Lantinga2020-12-081-1/+1
* Accepted patch https://github.com/microsoft/vcpkg/blob/master/ports/sdl2/enab...Sam Lantinga2020-12-081-9/+53
* Accepted patch https://github.com/microsoft/vcpkg/blob/master/ports/sdl2/disa...Sam Lantinga2020-12-081-1/+1
* Accepted patch https://github.com/microsoft/vcpkg/blob/master/ports/sdl2/disa...Sam Lantinga2020-12-081-1/+1
* Fixed bug 5366 - cmake build doesn't detect Metal on macOSSam Lantinga2020-12-011-5/+2
* cmake: add missing checks for wcscasecmp, _wcsicmp, wcsncasecmp, _wcsnicmpOzkan Sezer2020-11-251-1/+2
* CMakeLists.txt: add src/joystick/iphoneos/*.m to Darwin joystick sourcesOzkan Sezer2020-11-241-0/+2
* remove non-existing tslib support from autofoo and cmakeOzkan Sezer2020-11-231-11/+0
* udev: Factor out SDL_EVDEV_GuessDeviceClassSimon McVittie2020-11-111-0/+1
* cmake: look for iconv in libc, too (bug #5316.)Ozkan Sezer2020-10-131-1/+4
* cmake: run updaterev.sh if(NOT CMAKE_HOST_WIN32)Ozkan Sezer2020-10-131-3/+3
* cmake: check for alloca() in stdlib.h and malloc.h, too (bug #5316)Ozkan Sezer2020-10-131-1/+6
* cmake: reduce STDC_HEADER_NAMES list to only relevant headers,Ozkan Sezer2020-10-121-1/+1
* build: fix / update sensors (windows) configurationOzkan Sezer2020-10-121-1/+2
* riscos: Implement SDL_OpenURL()Cameron Cawley2020-10-111-0/+4
* Removed SDL_AndroidOpenURL, added SDL_OpenURL.Ryan C. Gordon2020-10-051-0/+26
* cmake: Fix building with -DSDL_HAPTIC=Offstfx2020-07-081-2/+1
* cmake: Fix Metal detection on macOS/iOS.Ryan C. Gordon2020-06-271-1/+1
* configure/cmake: Disable ARM SIMD and NEON by default.Ryan C. Gordon2020-06-261-2/+2
* cmake: Bump minimum required CMake to 3.0.0 and mark link libraries PRIVATE.Ryan C. Gordon2020-06-261-2/+2
* cmake: Fix building with -DSDL_SENSOR=Offstfx2020-06-261-4/+1
* cmake: Build Linux-specific files like the configure script does.Ryan C. Gordon2020-06-261-4/+32
* cmake: Fix building with -DSDL_POWER=OffRyan C. Gordon2020-06-261-4/+1
* Fix compile without DIRECTXstfx2020-06-151-5/+0
* Fixed bug 5105 - sndio support not working in dynamic mode (dlopen)Sam Lantinga2020-05-291-0/+1
* Fixed bug 5100 - compilation CMake Android armeabi-v7a (Thanks Steve Robinson!)Sylvain Becker2020-05-151-3/+7
* Fixed bug 5103 - Port fcitx support to both fcitx 4 & 5Sam Lantinga2020-05-111-2/+5
* locale: Implemented SDL_GetPreferredLocales().Ryan C. Gordon2020-05-041-1/+43
* cmake: various Haiku settings were accidentally under "if(SDL_VIDEO)"Ryan C. Gordon2020-04-241-12/+12
* cmake: use check_symbol_exists, not check_function_exists (thanks, Manuel!)Ryan C. Gordon2020-04-131-7/+14
* build: Don't duplicate Libs in Libs.private in pkg-config fileJames Le Cuirot2020-04-121-1/+1
* build: Merge pkg-config Libs.private into Libs for static-only buildsJames Le Cuirot2020-04-111-2/+5
* stdlib: Add SDL_trunc and SDL_truncfRyan C. Gordon2020-04-101-2/+3
* First pass at Windows sensor implementationSam Lantinga2020-04-081-0/+7
* Fixed bug 5028 - Virtual Joysticks (new joystick backend)Sam Lantinga2020-03-131-0/+9
* Updated SDL to version 2.0.13 for development buildsSam Lantinga2020-03-101-3/+3
* Backed out changeset 7ca4a9de2ae4release-2.0.12Sam Lantinga2020-03-101-3/+3
* Updated SDL to version 2.0.13 for development buildsSam Lantinga2020-03-101-3/+3
* Updated version to 2.0.12 for release candidate buildSam Lantinga2020-03-011-2/+2
* Further improvements for bug 4128 - CMAKE: Generated target import file conta...Sam Lantinga2020-02-161-3/+3
* Add basic support for compiling on RISC OSCameron Cawley2020-02-131-3/+21