Ozkan Sezer [Mon, 12 Oct 2020 02:40:00 +0300] rev 14115
cmake: reduce STDC_HEADER_NAMES list to only relevant headers,
i.e. stddef.h, stdarg.h, stdlib.h, string.h, stdio.h, wchar.h, float.h.
Fixes issue described at:
https://bugzilla.libsdl.org/show_bug.cgi?id=4885#c2
Ozkan Sezer [Mon, 12 Oct 2020 01:02:28 +0300] rev 14114
build: fix / update sensors (windows) configuration
- SDL_config.h.in: add missing defines SDL_SENSOR_COREMOTION
and SDL_SENSOR_WINDOWS (configure did set SDL_SENSOR_WINDOWS
but it never went in SDL_config.h or Makefile.)
- SDL_config.h.cmake: remove duplicated SDL_SENSOR_XXX cmake
defines.
- autofoo, cmake: check for sensorsapi.h header before enabling
windows sensors.
Ozkan Sezer [Sun, 11 Oct 2020 20:00:20 +0300] rev 14113
test/Makefile.os2: add testlocale.exe to build.
Cameron Cawley [Sun, 11 Oct 2020 17:32:32 +0100] rev 14112
riscos: Implement SDL_OpenURL()
Ozkan Sezer [Sat, 10 Oct 2020 20:50:02 +0300] rev 14111
SDL_cpuinfo.c (OS2): undefine HAVE_SYSCTLBYNAME
Ozkan Sezer [Sat, 10 Oct 2020 03:00:04 +0300] rev 14110
Makefile.os2: minor re-order.
Sam Lantinga [Fri, 09 Oct 2020 12:58:28 -0700] rev 14109
Only watch for display connect/disconnect events while the video subsystem is initialized
Ozkan Sezer [Fri, 09 Oct 2020 21:40:28 +0300] rev 14108
dynapi: move SDL_SIMDRealloc down below, after SDL_GetPreferredLocales.
https://hg.libsdl.org/SDL/rev/f7db85ea3b3c wrongly added it after its
family i.e. SDL_SIMDAlloc, not at the end of the list.
Ozkan Sezer [Fri, 09 Oct 2020 04:28:00 +0300] rev 14107
minor tidy-up to Makefile.os2
Ryan C. Gordon [Thu, 08 Oct 2020 21:11:09 -0400] rev 14106
cocoa: Cut and paste from HTML strikes again!