summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
Commit message (Expand)AuthorAgeFilesLines
* make AddressSanitizer optional and disabled by defaultChristian Rauch2021-02-081-1/+2
* enable AddressSanitizer only for GCC 5 onwards (bug #5533)Christian Rauch2021-02-081-14/+15
* add '-shared-libasan' to debug flags (bug #5533)Christian Rauch2021-02-081-7/+10
* minor updates to libc function checksOzkan Sezer2021-02-071-4/+4
* Removed support for clock_gettime_nsec_np()Sam Lantinga2021-02-011-12/+0
* cmake: enable AddressSanitizer in Debug builds if supportedChristian Rauch2021-02-011-0/+51
* Don't enable address sanitize flags without checking compiler firstSam Lantinga2021-01-311-17/+0
* cmake: enable AddressSanitizer in Debug buildsChristian Rauch2021-01-311-0/+17
* added --enable-xinput switch for windows buildsOzkan Sezer2021-01-291-3/+2
* Fixed bug 5481 - iOS-specific main sources not used for CMake build.Sam Lantinga2021-01-251-0/+1
* better check for clock_gettime_nsec_np() -- cf. bug #5467.Ozkan Sezer2021-01-251-1/+12
* CMakeLists.txt: fix check_symbol_exists() for clock_gettime_nsec_npOzkan Sezer2021-01-241-1/+1
* Fixed bug 5467 - SDL sys timer Mac OS update proposalSam Lantinga2021-01-231-0/+1
* fix build with --disable-directxOzkan Sezer2021-01-171-20/+20
* Fixed bug 5287 - Support building for UWP with CMakeSam Lantinga2021-01-141-1/+6
* removed MSVC strtok_s use from SDL_strtokr().Ozkan Sezer2020-12-301-1/+1
* Add optional suffix `_generic` to generic SDL_cond implJoel Linn2020-12-281-2/+4
* fix bug #5415 -- fatal error: 'Cocoa/Cocoa.h' file not found in iOS buildOzkan Sezer2020-12-271-1/+5
* CMake: don't check for --no-undefined linker flag for OpenBSD (bug #5174)Ozkan Sezer2020-12-271-1/+1
* Fixed bug 5404 - stdlib: Added SDL_round, SDL_roundf, SDL_lround and SDL_lroundfSam Lantinga2020-12-231-4/+4
* CMakeLists.txt: sync DYLIB_CURRENT_VERSION to Xcode projectOzkan Sezer2020-12-221-1/+1
* Updated SDL to version 2.0.15 for developmentSam Lantinga2020-12-221-3/+3
* [Buildsystem] Only build KMSDRM support if EGL+OpenGL is detected by CMake.Manuel Alfayate Corchete2020-12-221-0/+2
* 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