ext-SDL/src
Carl Åstholm eb199176e6 stdlib: Conditionally undef some SDL_strtox tests
Some test cases have implementation-defined results,
so we should only test these when we know SDL's own
implementations of the functions are used.
2024-09-13 12:30:58 -07:00
..
atomic windows: Clean out things that should be using defined(SDL_PLATFORM_WINDOWS). 2024-09-06 13:28:39 -04:00
audio pulseaudio: Hotplug thread fixes. 2024-09-12 17:44:14 -04:00
camera pipewire: Give hotplug threads a more indicative name 2024-09-09 11:22:05 -04:00
core Adding void to empty function prototype parenthesis 2024-09-11 19:44:52 -07:00
cpuinfo windows: Clean out things that should be using defined(SDL_PLATFORM_WINDOWS). 2024-09-06 13:28:39 -04:00
dialog Fix warnings: calloc-transposed-args 2024-09-08 19:28:11 -07:00
dynapi gpu: Add SDL_QueryGPUSupport 2024-09-13 13:42:07 -04:00
events Remove unnecessary include from SDL_pen_c.h 2024-09-13 12:30:58 -07:00
file windows: Clean out things that should be using defined(SDL_PLATFORM_WINDOWS). 2024-09-06 13:28:39 -04:00
filesystem Changed enums to use XXX_COUNT for the count or number of values 2024-09-11 09:32:17 -07:00
gpu gpu: Add SDL_QueryGPUSupport 2024-09-13 13:42:07 -04:00
haptic Use SDL_bool instead an int return code in the SDL API 2024-08-27 10:31:46 -07:00
hidapi Renamed SDL_Del* to SDL_Remove* 2024-08-31 07:46:28 -07:00
joystick Changed enums to use XXX_COUNT for the count or number of values 2024-09-11 09:32:17 -07:00
libm Added SDL_isinf(), SDL_isinff(), SDL_isnan(), and SDL_isnanf() 2024-06-24 11:49:15 -07:00
loadso winrt: Removed WinRT/Windows Phone/UWP support. 2024-09-06 13:28:39 -04:00
locale winrt: Removed WinRT/Windows Phone/UWP support. 2024-09-06 13:28:39 -04:00
main winrt: Removed WinRT/Windows Phone/UWP support. 2024-09-06 13:28:39 -04:00
misc Use SDL_unsetenv() 2024-09-11 07:42:17 -07:00
power winrt: Removed WinRT/Windows Phone/UWP support. 2024-09-06 13:28:39 -04:00
render gpu: Rework driver name queries, add GetGPUShaderFormats 2024-09-13 12:29:40 -04:00
sensor Fix warnings: calloc-transposed-args 2024-09-08 19:28:11 -07:00
stdlib stdlib: Conditionally undef some SDL_strtox tests 2024-09-13 12:30:58 -07:00
storage Initialize interface structures so they can be extended in the future 2024-09-05 19:16:00 -07:00
test SDL_test: add SDLTest_LogEscapedString 2024-09-13 20:52:32 +02:00
thread windows: Clean out things that should be using defined(SDL_PLATFORM_WINDOWS). 2024-09-06 13:28:39 -04:00
time winrt: Removed WinRT/Windows Phone/UWP support. 2024-09-06 13:28:39 -04:00
timer winrt: Removed WinRT/Windows Phone/UWP support. 2024-09-06 13:28:39 -04:00
video wayland: Ensure that a NULL internal structure isn't dereferenced when destroying a window 2024-09-13 11:38:48 -04:00
SDL_assert_c.h Use C++ style comments consistently in SDL source code 2024-08-22 13:30:02 -07:00
SDL_assert.c windows: Clean out things that should be using defined(SDL_PLATFORM_WINDOWS). 2024-09-06 13:28:39 -04:00
SDL_error_c.h Use C99 bool internally in SDL 2024-08-22 13:30:02 -07:00
SDL_error.c Use SDL_bool instead an int return code in the SDL API 2024-08-27 10:31:46 -07:00
SDL_guid.c Use C++ style comments consistently in SDL source code 2024-08-22 13:30:02 -07:00
SDL_hashtable.c Use C99 bool internally in SDL 2024-08-22 13:30:02 -07:00
SDL_hashtable.h Use C99 bool internally in SDL 2024-08-22 13:30:02 -07:00
SDL_hints_c.h Use C99 bool internally in SDL 2024-08-22 13:30:02 -07:00
SDL_hints.c Renamed SDL_Del* to SDL_Remove* 2024-08-31 07:46:28 -07:00
SDL_internal.h Build config flags are either defined or undefined, never 0 2024-09-05 09:52:40 -07:00
SDL_list.c Use SDL_bool instead an int return code in the SDL API 2024-08-27 10:31:46 -07:00
SDL_list.h Use SDL_bool instead an int return code in the SDL API 2024-08-27 10:31:46 -07:00
SDL_log_c.h Use C++ style comments consistently in SDL source code 2024-08-22 13:30:02 -07:00
SDL_log.c Changed enums to use XXX_COUNT for the count or number of values 2024-09-11 09:32:17 -07:00
SDL_properties_c.h Use SDL_bool instead an int return code in the SDL API 2024-08-27 10:31:46 -07:00
SDL_properties.c SDL_strtoll(), SDL_strtoull(), SDL_lltoa(), and SDL_ulltoa() use long long values 2024-09-09 15:46:26 -07:00
SDL_utils_c.h Use SDL_bool instead an int return code in the SDL API 2024-08-27 10:31:46 -07:00
SDL_utils.c Use SDL_bool instead an int return code in the SDL API 2024-08-27 10:31:46 -07:00
SDL.c windows: Clean out things that should be using defined(SDL_PLATFORM_WINDOWS). 2024-09-06 13:28:39 -04:00