summaryrefslogtreecommitdiff
path: root/include/SDL_config.h.cmake
Commit message (Expand)AuthorAgeFilesLines
* minor updates to libc function checksOzkan Sezer2021-02-071-0/+1
* Removed support for clock_gettime_nsec_np()Sam Lantinga2021-02-011-1/+0
* Fixed bug 5467 - SDL sys timer Mac OS update proposalSam Lantinga2021-01-231-0/+1
* renamed SDL_JOYSTICK_USBHID_MACHINE_JOYSTICK_H to SDL_HAVE_MACHINE_JOYSTICK_HOzkan Sezer2021-01-231-1/+1
* added SDL_JOYSTICK_OS2 to SDL_config.h.in and SDL_config.h.cmakeOzkan Sezer2021-01-231-0/+1
* Updated copyright for 2021Sam Lantinga2021-01-021-1/+1
* SDL_config.h.cmake, SDL_config.h.in: update for SIZEOF_VOIDP defineOzkan Sezer2020-12-301-1/+1
* SDL_config.h.cmake, SDL_config.h.in: add os/2 driver definesOzkan Sezer2020-12-301-2/+8
* 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-0/+1
* Fixed bug 5404 - stdlib: Added SDL_round, SDL_roundf, SDL_lround and SDL_lroundfSam Lantinga2020-12-231-0/+4
* 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-1/+5
* Accepted patch https://github.com/microsoft/vcpkg/blob/master/ports/sdl2/enab...Sam Lantinga2020-12-081-1/+3
* cmake: add missing checks for wcscasecmp, _wcsicmp, wcsncasecmp, _wcsnicmpOzkan Sezer2020-11-251-0/+4
* remove non-existing tslib support from autofoo and cmakeOzkan Sezer2020-11-231-1/+0
* config: Make sure HAVE_TRUNC and HAVE_TRUNCF are defined as appropriate.Ryan C. Gordon2020-11-141-0/+2
* build: fix / update sensors (windows) configurationOzkan Sezer2020-10-121-6/+2
* Fixed bug 5103 - Port fcitx support to both fcitx 4 & 5Sam Lantinga2020-05-111-1/+1
* Partial fix for bug 5086 - CMake builds on Windows broken by sensor support (...Sam Lantinga2020-04-131-0/+6
* Fixed bug 5028 - Virtual Joysticks (new joystick backend)Sam Lantinga2020-03-131-0/+1
* Updated copyright date for 2020Sam Lantinga2020-01-161-1/+1
* CMakeLists.txt: add several missing function checks for unix case.Ozkan Sezer2019-11-211-0/+1
* Improved XInput VID/PID detection and added SDL_wcsstr() and SDL_wcsncmp()Sam Lantinga2019-11-201-0/+3
* added SDL_strtokr() as a replacement for POSIX strtok_r (bug #4046.)Ozkan Sezer2019-11-201-0/+2
* cmake: added support for enabling the ARM SIMD/NEON code.Ryan C. Gordon2019-10-241-0/+2
* endpointvolume.h checks not needed since changeset 13078:ae4f9911321a .Ozkan Sezer2019-10-011-1/+0
* offscreen: Add new video driver backend OffscreenBrandon Schaefer2019-09-241-0/+1
* CMake: iOS support addedDavid Ludwig2019-08-271-0/+6
* Add public APIs for creating a Metal view attached to an SDL window. Add SDL_...Alex Szpakowski2019-08-051-0/+3
* hidapi: Add SDL_hidapi.c, allows support for multiple hidapi backends.Ethan Lee2019-07-311-0/+1
* cmake: Added HIDAPI support.Ryan C. Gordon2019-07-081-0/+1
* Use _Exit() when availableSam Lantinga2019-04-231-0/+1
* Updated copyright for 2019Sam Lantinga2019-01-041-1/+1
* mir: Removed mir client support.Ryan C. Gordon2018-11-021-3/+0
* configury, cmake: add check for endpointvolume.h :Ozkan Sezer2018-09-281-0/+5
* Added a dummy sensor driverSam Lantinga2018-08-211-0/+5
* SDL_expEthan Lee2018-08-041-0/+2
* SDL_log10Ethan Lee2018-01-171-0/+2
* Updated copyright for 2018Sam Lantinga2018-01-031-1/+1
* Check for immintrin.h before using it in SDL_cpuinfo.hSam Lantinga2017-12-111-2/+3
* Initial shot at a renderer target for Apple's Metal API.Ryan C. Gordon2016-04-211-0/+1
* audio: Port WASAPI to WinRT, remove XAudio2 backend.Ryan C. Gordon2017-12-061-2/+0
* Added SDL_fmod() and SDL_fmodf()Sam Lantinga2017-11-041-0/+2
* Added float versions of SDL's math functionsSam Lantinga2017-11-041-2/+13
* Added functions to query and set the SDL memory allocation functions:Sam Lantinga2017-10-121-1/+1
* Fixed bug 3760 - RWops doesn't check for integer overflow when stdio_fseek on...Sam Lantinga2017-09-091-13/+14
* Fixed bug 3801 - HAVE_LIBSAMPLERATE_H depending on HAVE_LIBC in current SDL_c...Sam Lantinga2017-09-061-17/+19
* Fixed bug 3797 - configure check for float.hSam Lantinga2017-09-061-0/+1
* Be clear that disabling Vulkan surface support disables the entire SDL Vulkan...Sam Lantinga2017-08-281-2/+2