Frank Praznik
d31d98d436
wayland: Add a sigtimedwait() implementation for OpenBSD
...
sigtimedwait() is an optional part of POSIX.1-2001, and OpenBSD doesn't implement it. Add a replacement implementation based on https://comp.unix.programmer.narkive.com/rEDH0sPT/sigtimedwait-implementation
(backported from commit 1049426a76
)
2025-08-30 14:23:04 +03:00
Sam Lantinga
53dbe1862e
Revert "Support Google Play 16 KB Page Size Requirement ( #13470 )"
...
This reverts commit 4b2aa3f102
.
If you need to support the Google Play 16 kiB page size requirement, the recommendation is to use NDK r28c or newer, which automatically aligns binaries correctly.
2025-08-07 11:38:24 -07:00
Anonymous Maarten
4b2aa3f102
Support Google Play 16 KB Page Size Requirement ( #13470 )
...
- See: https://developer.android.com/guide/practices/page-sizes#update-packaging
- Also, make min API uniform at 21 (from 16 and 23 in a few places)
Manual backport of dc2c83c383
2025-08-07 17:59:05 +02:00
Ozkan Sezer
74df61530f
autotools, cmake: fix the sys/audioio.h checks.
...
Reference issue: https://github.com/libsdl-org/SDL/issues/13405 .
2025-07-28 12:40:30 +03:00
Ryan C. Gordon
cf1eb95fb1
sunaudio: don't compile in the sun audio backend if sys/audioio.h is missing.
...
Newer Solaris-based releases, like OpenIndiana, don't include this, using
Open Sound System, or something layered over OSS like PulseAudio, instead.
Fixes #13405 .
2025-07-26 13:50:20 -04:00
Ozkan Sezer
2fb6abb9ad
fix ARM64 linkage with Visual Studio >= 17.14 when SDL_LIBC is disabled
...
Reference issue: https://github.com/libsdl-org/SDL/issues/13254
2025-07-08 14:50:10 +03:00
Boris I. Bendovsky
40b1eac541
[SDL2] Fix using of DXSDK_DIR in older CMake
...
- Remove duplicate 'dollar' symbol in the path
- Use command 'file' to normalize file paths
2025-04-22 10:12:01 -07:00
Sam Lantinga
5330041ea9
Updated to version 2.33.0 for development
2025-02-08 09:15:11 -08:00
Sam Lantinga
7a44b1ab00
Updated to version 2.32.0 for release
2025-02-08 09:10:22 -08:00
Sam Lantinga
3e97d41da4
Updated to version 2.31.1 for RC build
2025-02-08 08:56:53 -08:00
Anonymous Maarten
fc608ffb5f
cmake: really disable xrandr by default on Solarir
...
Fixes libsdl-org/SDL#10099
2024-12-28 11:57:03 +01:00
Anonymous Maarten
5ac94b519c
cmake: disable xrandr by default on Solaris
...
Backport of 0be6dc5734
Fixes libsdl-org/SDL#10099
2024-12-28 04:04:31 +01:00
Wolfywolfy
9491389baf
Remove EXTRA_CFLAGS.
2024-12-20 15:19:09 -08:00
Wouter Wijsman
f39c5cf989
PSP: Add locale support
2024-11-22 08:37:39 -08:00
Anonymous Maarten
e924f12a7b
cmake: Compatibility with CMake < 3.10 will be removed in a future CMake version
2024-11-17 21:53:32 +01:00
Ozkan Sezer
51570d9257
build system: disable 3dNow! support by default
...
Closes: https://github.com/libsdl-org/SDL/issues/11472 .
2024-11-17 17:55:32 +03:00
Anonymous Maarten
48aa1cccf7
Port build-script from SDL3
...
[ci skip]
2024-11-02 01:58:46 +01:00
Cameron Gutman
a4a8a29075
cmake: don't check c++ compiler flags for asan when CXX is not enabled
...
Backport of fd2b9c0602
to SDL2
2024-09-21 12:14:53 -05:00
Anonymous Maarten
354a35c1d7
cmake: port back Apple changes from SDL3
2024-08-14 10:35:43 +00:00
Anonymous Maarten
7cf3234efe
cmake: SDL2 target is not always available
2024-08-04 15:52:16 +02:00
Anonymous Maarten
50a6a39dd6
cmake: use genexes for linking against apple frameworks
2024-07-27 17:13:52 +02:00
Anonymous Maarten
ab4370c247
cmake: detect ARM64EC and enable SDL_LIBC by default
2024-07-19 10:20:11 +00:00
Anonymous Maarten
7fb8b62a4d
cmake: fix building UWP with non-MSVC generator
2024-07-19 10:20:11 +00:00
Anonymous Maarten
bc39952b23
cmake: only add SDL_LIBC=0 compile options to SDL2 libraries
2024-07-12 23:09:56 +02:00
Anonymous Maarten
bba51871a8
cmake: only link SDL2 against test executables
2024-07-12 18:47:18 +02:00
Anonymous Maarten
8ae7841d91
Revert "Make sdl2-config interpreter configurable"
...
This reverts commit b9f005505b
.
Making the interpreter configurable is a band-aid fix.
So revert the workaround until we know the actual cause.
2024-06-25 00:44:55 +02:00
Anonymous Maarten
b9f005505b
Make sdl2-config interpreter configurable
2024-06-23 23:30:50 +02:00
Ganael Laplanche
ab5740bde2
Fix joystick (/dev/input/xxx) support on FreeBSD
...
Backport f8ad4abe
from main branch.
When switching to CMake, src/joystick/linux/SDL_sysjoystick.c file got
excluded from FreeBSD builds, losing support for /dev/input/xxx devices.
See also: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=279907
and: https://github.com/libsdl-org/SDL/pull/10087
2024-06-23 00:06:55 -07:00
Wouter Wijsman
1803e6555f
CMake: Prevent double SDL2 and SDL2main entries in sdl2.pc
2024-06-03 10:53:45 +02:00
Cameron Cawley
65d8c07c7d
Allow building the Raspberry Pi video driver with standard EGL headers
2024-05-27 12:30:58 -07:00
Anonymous Maarten
6c10201e58
cmake: direct3d12 renderer needs d3d12.h and d3d12sdklayers.h
...
Older MinGW releases don't ship d3d12sdklayers.h
backport of 3af4f120d0
2024-05-27 02:34:26 +02:00
Anonymous Maarten
c79e616806
d3d12: older Windows SDK headers contain wrong function prototypes
...
Declare correct function pointers ourselves.
Backport of:
- 98fcf112e7
- 89a4d9ae67
2024-05-25 00:41:47 +02:00
Ozkan Sezer
d8fbeec096
autotools, cmake, macOS: Do not use the system iconv() by default
...
backport from PR #9676 by @flibitijibibo
2024-05-03 11:56:50 +03:00
yuanhecai
75340b827d
loongarch: Delete the configuration of the compilation option "mlasx"
2024-04-25 20:33:12 -07:00
Frank Praznik
d3c89bb479
wayland: Allocate the cursor shared memory buffer entirely in memory, if possible.
...
Use memfd_create() to allocate the temporary SHM backing file in memory, and set the size with posix_fallocate(), which will return an error on insufficient space vs ftruncate(), which will silently succeed and allow a SIGBUS error to occur if the unbacked memory is accessed.
Additionally, make the legacy path more robust by unlinking the temp file, so it won't persist after close, and unmapping the shared memory buffer.
(cherry picked from commit 9bdb992925
)
2024-03-12 20:56:16 -04:00
Anonymous Maarten
3184936950
cmake: we only need a C++ compiler for Android, Haiku and UWP
2024-03-11 01:26:13 +01:00
Sam Lantinga
8eed915dfa
Don't use the system iconv on Apple mobile platforms
...
Fixes https://github.com/libsdl-org/SDL/issues/8964
(cherry picked from commit d6a48e4958
)
2024-02-01 15:55:00 -08:00
Sam Lantinga
4845027cad
Updated to version 2.31.0 for development
2024-01-22 09:12:34 -08:00
Sam Lantinga
ef7261bc41
Updated to version 2.29.2 for RC build
2024-01-22 08:43:05 -08:00
yuanhecai
ed5d3d9f82
Fix compilation on loongarch
2024-01-21 19:27:59 -08:00
Sam Lantinga
b4f99deb9e
Updated to version 2.29.1 for RC build
2024-01-19 19:58:24 -08:00
Julian Uy
884c21c565
Use common generic syscond for platforms with no cond implementation
2023-12-24 06:35:59 -08:00
Ozkan Sezer
bbcf40e811
cmake: fixed iconv detection test program
...
Fixes https://github.com/libsdl-org/SDL/issues/8614
2023-11-26 01:55:24 +03:00
Ozkan Sezer
8cf7e9e7da
autotools, cmake: set SDL_SYSTEM_ICONV to OFF for windows (like SDL3.)
2023-11-23 03:32:04 +03:00
Ozkan Sezer
17e62abb6d
revise iconv detection:
...
- check libiconv with a linkage test with iconv.h included
- check libc iconv with a linkage test with iconv.h included
and LIBICONV_PLUG defined (in case libiconv header is in
include path)
- add new configuration option to prefer iconv from libiconv,
if available, over the libc version, defaults to disabled:
SDL_LIBICONV for cmake, --enable-libiconv for autotools.
- change FreeBSD specific LIBICONV_PLUG define in SDL_iconv.c
to configuration result.
2023-11-22 23:29:00 +03:00
Ozkan Sezer
3fb5124174
cmake: add openbsd wscons sources to build, if supported
2023-11-22 05:10:02 +03:00
Anonymous Maarten
d81d986858
cmake: fix uses of undefined macro identifiers (-Wundef)
2023-11-17 03:06:26 +00:00
Anonymous Maarten
adc0880520
cmake: also install pdb files of static libraries
2023-11-09 03:23:24 +01:00
Sam Lantinga
e8f4045d0b
Use XINPUT_STATE instead of XINPUT_STATE_EX (thanks Andrew!)
...
XINPUT_STATE_EX isn't actually a thing, we can just use the normal XINPUT_STATE
Fixes https://github.com/libsdl-org/SDL/issues/2797
2023-11-04 22:24:55 -07:00
Anonymous Maarten
8b1b6734f6
cmake: fold HAVE_INPUT_EVENTS into HAVE_LINUX_INPUT_H
2023-11-02 21:28:39 +01:00