Sam Clegg
|
36853f923e
[emscripten] Fixes for data addresses above 2gb
|
6 ヶ月 前 |
Ozkan Sezer
|
1ca76a29d9
SDL_stdinc.h (SDL_COMPILE_TIME_ASSERT): Keep C++ case alone (after PR/10331)
|
9 ヶ月 前 |
Anonymous Maarten
|
e53df5b07e
stdinc: c23 deprecated _Static_assert in favor of static_assert
|
9 ヶ月 前 |
Ozkan Sezer
|
1cdd37b32c
always define PRI?64 using 'I64' when targeting windows
|
10 ヶ月 前 |
Anonymous Maarten
|
f5dcb8f7ad
stdinc: modify default alloca prototype
|
1 年間 前 |
Sam Lantinga
|
0fc3574464
Updated copyright for 2024
|
1 年間 前 |
Anonymous Maarten
|
5abcfdb93e
SDL_stdinc.h: fix compile warning when using SDL_PR[iux]64 on Android
|
1 年間 前 |
Ozkan Sezer
|
2222f44c94
use format string attributes for functions accepting va_list params, too
|
1 年間 前 |
Sam Lantinga
|
4c2eb6b95d
Use the default UCS2/UCS4 conversion rather than non-portable INTERNAL encoding
|
1 年間 前 |
Ryan C. Gordon
|
32587bd7de
Sync wiki -> header
|
1 年間 前 |
Eddy Jansson
|
2660da6f5c
Always allocate zt in output of SDL_iconv_string()
|
2 年 前 |
Ozkan Sezer
|
9dea06f5b5
fix mingw build failures in CI with clang-tidy.
|
1 年間 前 |
Sam Lantinga
|
707e9397ca
Removed memset_pattern4() from SDL headers
|
2 年 前 |
Pierre Wendling
|
0081174689
Fix clang-tidy error on LLVM 16.
|
2 年 前 |
Knightly
|
a23d1af0ac
Guard against _USE_MATH_DEFINES redefinition
|
2 年 前 |
Sam Lantinga
|
0479df53ca
Updated copyright for 2023
|
2 年 前 |
Sam Lantinga
|
297ecb706d
Added SDL_strcasestr() for a case insensitive version of SDL_strstr()
|
2 年 前 |
Sam Lantinga
|
c6e8961979
Define _USE_MATH_DEFINES for Visual Studio (thanks @pionere!)
|
2 年 前 |
Pierre Wendling
|
655275378d
N3DS port (squashed)
|
4 年 前 |
Sam Lantinga
|
f6b81125b3
Always define SDL_COMPILE_TIME_ASSERT as static_assert() in C++
|
2 年 前 |
Sam Lantinga
|
b4c4dd84c2
Added SDL_crc16() to be used in joystick GUIDs after 2.24.0
|
2 年 前 |
Sam Lantinga
|
cbd0187475
Removed the limit on the size of the SDL error message
|
2 年 前 |
chalonverse
|
3b191580c3
Windows GDK Support (#5830)
|
2 年 前 |
Sam Lantinga
|
adc6875870
Added SDL_copyp to avoid size mismatch when copying values (thanks @1bsyl!)
|
2 年 前 |
Guldoman
|
74bcc5a0a3
stdlib: Add `SDL_utf8strnlen`
|
3 年 前 |
Cameron Cawley
|
0cca71a846
Use SDLCALL for callbacks in public APIs
|
2 年 前 |
Simon McVittie
|
8ab3ae98f0
stdinc: Add a comment to clarify why inline functions are needed here
|
2 年 前 |
Simon McVittie
|
f661654fad
stdinc: Add overflow-checking add and multiply for size_t
|
3 年 前 |
Ozkan Sezer
|
e9ff4fdd49
add SDL_bsearch
|
3 年 前 |
Eddy Jansson
|
00feca27b0
Add SDL_FLT_EPSILON.
|
3 年 前 |