SDL/src
Frank Praznik 7b93a744c8 time: Fix compilation on Solaris
The tm_gmtoff field of the broken-down time 'tm' struct wasn't formally standardized until POSIX.1-2024, but practically it has been available on desktop *nix platforms such as Linux/glibc, FreeBSD, OpenBSD, NetBSD, OSX/macOS (NextStep before that), and others since the 1990s. The notable exception is SunOS/Solaris, where the timezone offset must still be retrieved in the strictly POSIX.1-2008 compliant way.
2025-03-19 12:19:42 -04:00
..
atomic
audio Ceil the audio resampling rate to avoid over-estimating output samples. 2025-03-01 11:07:55 -08:00
camera pipewire: Don't require pw_check_library_version() with Pipewire < 0.3.75 2025-03-03 07:32:19 -08:00
core fix build: s/SDL_DetectSandbox/SDL_GetSandbox/ 2025-03-02 19:40:02 +03:00
cpuinfo Implement SDL_GetSystemRAM and SDL_GetNumLogicalCPUCores for the 3ds (#12494) 2025-03-08 09:51:37 -08:00
dialog Change DBUS introspection timer from INFINITE -> DEFAULT when introspecting available dialog services 2025-01-28 05:13:35 -08:00
dynapi Rename SDL_SetGPURenderStateFragmentUniformData() to SDL_SetGPURenderStateFragmentUniforms() 2025-03-14 09:26:30 -07:00
events mouse: Allow use of integer coordinates with fractional wheel events 2025-03-15 13:43:50 -07:00
filesystem Match style 2025-02-27 07:10:09 -08:00
gpu Fix Vulkan error check 2025-03-17 22:10:54 -07:00
haptic [SDL3] Adding input and FFB support for Logitech G29(PS3) on hidapi (#11598) 2025-03-17 07:24:39 -07:00
hidapi Remove newlines from log messages 2025-01-22 20:25:04 -08:00
io src/io/SDL_asyncio.c:SDL_AsyncIOFromFile(): Fix null-dereference warning 2025-02-23 11:12:24 -08:00
joystick Fixed infinite recursion in SDL_IsGamepad() 2025-03-17 19:10:26 -07:00
libm
loadso
locale Fixed language detection on iOS 2025-01-03 15:27:08 -08:00
main
misc Bumped deployment requirements for Apple platforms 2025-01-14 12:03:07 -08:00
power
process process: Don't use vfork() on Apple platforms. 2025-01-20 15:51:02 -05:00
render emscripten: Fix undefined behavior in opengles2 renderer 2025-03-18 19:18:24 -07:00
sensor Remove newlines from log messages 2025-01-22 20:25:04 -08:00
stdlib Initialize the padding of aligned allocations to zero 2025-03-12 11:42:02 -07:00
storage storage: Declare a private bootstrap for NDA user storage 2025-03-18 22:12:21 -04:00
test Removed help for obsolete (and removed) command line option 2025-03-12 12:38:34 -07:00
thread Fix n3ds/SDL_syssem.c:SDL_SignalSemaphore (libsdl-org/SDL#12411) 2025-03-07 17:31:06 -08:00
time time: Fix compilation on Solaris 2025-03-19 12:19:42 -04:00
timer timer, windows: allow building high resolution code with old SDKs. 2025-02-02 21:23:50 +03:00
tray Fix GTK tray icon without menu + lifetime 2025-02-12 16:18:31 -08:00
video Use an autoreleasepool in Cocoa_GetDisplayUsableBounds() 2025-03-18 14:36:48 -07:00
SDL.c Save and restore error messages when rolling back after failed init 2025-03-02 07:55:56 -08:00
SDL_assert.c
SDL_assert_c.h
SDL_error.c Don't log SDL errors by default 2025-01-02 17:32:10 -08:00
SDL_error_c.h Save and restore error messages when rolling back after failed init 2025-03-02 07:55:56 -08:00
SDL_guid.c
SDL_hashtable.c hashtable: Redesign the hashtable API. 2025-02-15 18:52:56 -05:00
SDL_hashtable.h hashtable: Redesign the hashtable API. 2025-02-15 18:52:56 -05:00
SDL_hints.c
SDL_hints_c.h
SDL_internal.h Disable all camera drivers if SDL_CAMERA_DISABLED is defined 2025-02-22 09:48:49 -08:00
SDL_list.c
SDL_list.h
SDL_log.c
SDL_log_c.h
SDL_properties.c Don't allow further operations on properties while we're destroying them 2025-02-26 08:34:14 -08:00
SDL_properties_c.h
SDL_utils.c Include the VID/PID of generic keyboard/mouse devices on Windows 2025-02-27 14:03:39 -08:00
SDL_utils_c.h Include the VID/PID of generic keyboard/mouse devices on Windows 2025-02-27 14:03:39 -08:00