Ryan C. Gordon
|
e23257307e
Introduce formal policy for APIs that return strings.
|
1 年間 前 |
Sam Lantinga
|
b0e93e4e63
Prevent crashes if freed objects are passed to SDL API functions
|
1 年間 前 |
Ryan C. Gordon
|
2f2c3afb05
SDL_internal: tweaked comment.
|
1 年間 前 |
Ryan C. Gordon
|
48ebc829e4
thread: Fix build, if SDL is built without an external C runtime.
|
1 年間 前 |
Sam Lantinga
|
6f2621438a
Renamed DECLSPEC to SDL_DECLSPEC
|
1 年間 前 |
Ryan C. Gordon
|
a5c892d2c3
stdlib: Improve Unicode support and consistency in string comparison functions.
|
2 年 前 |
Dan Ginsburg
|
cab20117e6
Vulkan Renderer (#9114)
|
2 年 前 |
Ozkan Sezer
|
6efe5f30ed
don't let SDL_render.c:render_drivers[] have an empty initializer list.
|
2 年 前 |
Ozkan Sezer
|
aae2d22852
Check the SDL_VIDEO_RENDER_??? macros with #if instead of #ifdef
|
2 年 前 |
Sam Lantinga
|
cacac6cc34
Updated structure and field names for consistency
|
2 年 前 |
Anonymous Maarten
|
31d133db40
Define SDL_PLATFORM_* macros instead of underscored ones (#8875)
|
2 年 前 |
Sam Lantinga
|
5b3ee51c6c
Updated copyright for 2024
|
2 年 前 |
Sam Lantinga
|
0dad56354c
Fixed warning C6326: Potential comparison of a constant with another constant.
|
2 年 前 |
Sam Lantinga
|
21f273ecc7
Fixed warning C6255: _alloca indicates failure by raising a stack overflow exception. Consider using _malloca instead.
|
2 年 前 |
Ozkan Sezer
|
5730eb67f0
add HAVE_GCC_DIAGNOSTIC_PRAGMA to SDL_internal.h, use it
|
2 年 前 |
Sam Lantinga
|
f439ccfc1a
Updated return values for SDL event functions
|
2 年 前 |
Sam Lantinga
|
38afd48daf
Added a single source of SDL object IDs
|
2 年 前 |
Sam Lantinga
|
87ad71f9b2
Rename SDL mutex, semaphore and condition variable types to match SDL 3.0 naming convention
|
2 年 前 |
Sam Lantinga
|
61c0c009ab
Rename SDL semaphore and condition variable functions to match SDL 3.0 naming convention
|
2 年 前 |
Anonymous Maarten
|
b6ae281e97
Use #ifdef/#ifndef instead of #if defined/#if \!defined
|
3 年 前 |
Elad Lahav
|
b4f28fb532
Define _LARGEFILE64_SOURCE as 1 for all platforms
|
3 年 前 |
Elad Lahav
|
49a8b16ffd
Fix use of _LARGEFILE64_SOURCE
|
3 年 前 |
Anonymous Maarten
|
b5b9ddb205
SDL_intrin.h: define SDL_<simd>_INTRINSICS in user-visible header
|
3 年 前 |
Ozkan Sezer
|
41c693dc25
build fix for non-x86 targets.
|
3 年 前 |
Ozkan Sezer
|
69de6964e5
use target attributes of gcc / clang for SIMD code.
|
3 年 前 |
Anonymous Maarten
|
d27db3defa
cmake+video: always use altivec.h header for detection + introduce SDL_ENABLE_ALTIVEC
|
3 年 前 |
Anonymous Maarten
|
fc4085b54e
cmake: Allow build system to disable arm neon intrinsics
|
3 年 前 |
Anonymous Maarten
|
46de6241d7
cmake: Allow build system to disable loongarch intrinsics
|
3 年 前 |
Anonymous Maarten
|
4681240241
cmake: Detect AVX + allow build system to disable Intel intrinsics
|
3 年 前 |
Sam Lantinga
|
dc280c17a0
Moved SDL_intrin.h back into the public headers for application use
|
3 年 前 |