Sam Lantinga 69b9d44bdc Fixed warning C26451: Arithmetic overflow: Using operator '-' on a 4 byte value and then casting the result to a 8 byte value. Cast the value to the wider type before calling operator '-' to avoid overflow (io.2). 1 year ago
..
atomic d8600f717e Pointer as bool (libsdl-org#7214) 1 year ago
audio 226f8fde09 Fixed warning C28182: Dereferencing NULL pointer. 'streams[j]' contains the same NULL value as 'stream' did. 1 year ago
core fe6b3ab0b0 Fixed warning C6031: Return value ignored: 'CLSIDFromString'. 1 year ago
cpuinfo 69cae07cc1 cpuinfo: Fix detection of physical memory above 2GB on NetBSD 1 year ago
dynapi ac0751a652 Added SDL_strnstr() 1 year ago
events 3e54061fa8 Fixed warning C6011: Dereferencing NULL pointer 'SDL_disabled_events[hi]'. 1 year ago
file 447b508a77 error: SDL's allocators now call SDL_OutOfMemory on error. 1 year ago
filesystem 447b508a77 error: SDL's allocators now call SDL_OutOfMemory on error. 1 year ago
haptic 447b508a77 error: SDL's allocators now call SDL_OutOfMemory on error. 1 year ago
hidapi 2f806c89b5 initial import of hidapi netbsd uhid native backend from mainstream 1 year ago
joystick 14380ec48a Fixed signed/unsigned comparison warning 1 year ago
libm a84389f6bb libm: use union for infinity 1 year ago
loadso d8600f717e Pointer as bool (libsdl-org#7214) 1 year ago
locale 447b508a77 error: SDL's allocators now call SDL_OutOfMemory on error. 1 year ago
main b5347c3364 Fixed emscripten and iOS builds 1 year ago
misc 447b508a77 error: SDL's allocators now call SDL_OutOfMemory on error. 1 year ago
power d8600f717e Pointer as bool (libsdl-org#7214) 1 year ago
render 7c71e72193 SDL_render: Call InvalidateCachedState to initialise some of driverdata values (eg '*_dirty' to 1). 1 year ago
sensor 447b508a77 error: SDL's allocators now call SDL_OutOfMemory on error. 1 year ago
stdlib ac0751a652 Added SDL_strnstr() 1 year ago
test 447b508a77 error: SDL's allocators now call SDL_OutOfMemory on error. 1 year ago
thread 447b508a77 error: SDL's allocators now call SDL_OutOfMemory on error. 1 year ago
timer 447b508a77 error: SDL's allocators now call SDL_OutOfMemory on error. 1 year ago
video 69b9d44bdc Fixed warning C26451: Arithmetic overflow: Using operator '-' on a 4 byte value and then casting the result to a 8 byte value. Cast the value to the wider type before calling operator '-' to avoid overflow (io.2). 1 year ago
SDL.c d8600f717e Pointer as bool (libsdl-org#7214) 1 year ago
SDL_assert.c d8600f717e Pointer as bool (libsdl-org#7214) 1 year ago
SDL_assert_c.h fde78d12f2 Updated copyright for 2023 2 years ago
SDL_error.c ecd56bb8f0 Removed SDL_GetErrorMsg(), trivially implemented in application code 1 year ago
SDL_error_c.h 66e532fa61 Handle out of memory errors without any allocation 1 year ago
SDL_guid.c d8600f717e Pointer as bool (libsdl-org#7214) 1 year ago
SDL_hashtable.c 447b508a77 error: SDL's allocators now call SDL_OutOfMemory on error. 1 year ago
SDL_hashtable.h 0aba2c97db hashtable: SDL_IterateHashTable might as well provide both key and value. 1 year ago
SDL_hints.c 447b508a77 error: SDL's allocators now call SDL_OutOfMemory on error. 1 year ago
SDL_hints_c.h 42e4639a5e For gamepads that don't have their own sensors, try to use the system sensors. 1 year ago
SDL_internal.h 21f273ecc7 Fixed warning C6255: _alloca indicates failure by raising a stack overflow exception. Consider using _malloca instead. 1 year ago
SDL_list.c 447b508a77 error: SDL's allocators now call SDL_OutOfMemory on error. 1 year ago
SDL_list.h fde78d12f2 Updated copyright for 2023 2 years ago
SDL_log.c 5730eb67f0 add HAVE_GCC_DIAGNOSTIC_PRAGMA to SDL_internal.h, use it 1 year ago
SDL_log_c.h fde78d12f2 Updated copyright for 2023 2 years ago
SDL_properties.c 6cfce101fb Don't call the property cleanup function if setting the property fails 1 year ago
SDL_properties_c.h 973c8b3273 Added SDL properties API 1 year ago
SDL_utils.c 9cfac88054 Improve sensor detection for Linux gamepad 1 year ago
SDL_utils_c.h 9cfac88054 Improve sensor detection for Linux gamepad 1 year ago