Sam Lantinga
|
996b3dc37a
Fixed warning building with Visual Studio
|
2 years ago |
Cameron Cawley
|
e0f3da497f
Remove unused SDL_ASSEMBLY_ROUTINES define
|
2 years ago |
SDL Wiki Bot
|
f93e810780
Sync wiki -> header
|
2 years ago |
Sylvain
|
6b9884d40a
Fixed bug #4213 - update documentation to reflect SDL2 behavior of SDL_RenderGetLogicalSize
|
2 years ago |
Ethan Lee
|
e4bb3c8649
wayland: Fix build for configs without libdecor
|
2 years ago |
Ethan Lee
|
6222bd3143
wayland: Don't create a new libdecor context if one already exists
|
2 years ago |
Ethan Lee
|
6f88cbe4c9
wayland: Support xdg_decoration requesting client-side decorations.
|
2 years ago |
Eddy Jansson
|
d7866ffac8
assert: Check for integer overflow.
|
2 years ago |
Sam Lantinga
|
737b4fc32c
Added -fobjc-arc to support automatic reference counting on macOS
|
2 years ago |
Michael Fitzmayer
|
9b75fa0165
N-Gage port: add changes from code reviews, overall cleanup (#5618)
|
2 years ago |
Sam Lantinga
|
2c2cbbe664
Fixed function reference for SDL_SIMDGetAlignment()
|
2 years ago |
Sam Lantinga
|
6da99d4a6c
Don't use SDL_SIMDFree() if the pixels haven't been allocated with SDL_SIMDAlloc()
|
2 years ago |
Cameron Cawley
|
2f924020e8
Add SDL_SCANCODE_CALL and SDL_SCANCODE_ENDCALL
|
3 years ago |
Cameron Cawley
|
2bc373622b
Add SDL_SCANCODE_SOFTLEFT and SDL_SCANCODE_SOFTRIGHT
|
3 years ago |
Alex Szpakowski
|
f871c178b9
macOS: remove dead code for supporting 10.6 at runtime.
|
2 years ago |
Simon McVittie
|
8ab3ae98f0
stdinc: Add a comment to clarify why inline functions are needed here
|
2 years ago |
Eddy Jansson
|
f7280dcebb
log: Check for integer overflow.
|
2 years ago |
Alex Szpakowski
|
ec8fa57750
macOS: always use Objective-C ARC (automatic ref counting).
|
2 years ago |
Alex Szpakowski
|
d35c737f1c
macOS: change min supported OS from 10.6 to 10.7.
|
2 years ago |
Ozkan Sezer
|
6422a5d259
updated config.guess and config.sub from mainstream
|
2 years ago |
Simon McVittie
|
2a7948016a
cpuinfo: Check for overflow in SIMD allocation
|
2 years ago |
Simon McVittie
|
cf1daafa3f
cpuinfo: Set padding to 0 if none is needed
|
2 years ago |
Simon McVittie
|
d15f6e379c
test: Add a unit test for overflow detection
|
2 years ago |
Simon McVittie
|
f661654fad
stdinc: Add overflow-checking add and multiply for size_t
|
2 years ago |
Simon McVittie
|
6e6e425e23
workflows: Do the equivalent of Automake `make distcheck`
|
3 years ago |
Cameron Cawley
|
c71ee68b8a
Fix enabling tests on platforms without testnative support
|
2 years ago |
Cameron Cawley
|
318b5577f9
Delete gcc-fat.sh
|
2 years ago |
Cameron Cawley
|
9ef6885743
Fix MSVC ARM32 builds
|
2 years ago |
Frank Richter
|
b352b78345
Add 'static VCRT' cases to MSVC build matrix
|
2 years ago |
Frank Richter
|
0e63b514d5
Don't define memcpy(), memset() when using static VC runtime.
|
2 years ago |