Anonymous Maarten
|
4fbf59ac3a
Implement __chkstk for arm64
|
1 year ago |
Sam Lantinga
|
f2074d7af3
Updated copyright for 2025
|
1 year ago |
Sam Lantinga
|
6501e90018
Use C++ style comments consistently in SDL source code
|
1 year ago |
Ozkan Sezer
|
94827e0acd
SDL_mslibc.c: revert PR/10303 changes
|
1 year ago |
Amir
|
5db08b86ca
Fix warning for Android NDK compiler: "function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]"
|
1 year ago |
Sam Lantinga
|
7a069cc4b0
Allow optimizing memcpy and memset where possible
|
2 years ago |
Sam Lantinga
|
5b3ee51c6c
Updated copyright for 2024
|
2 years ago |
Anonymous Maarten
|
6127ac0871
Use SDL_DISABLE_ALLOCA instead of HAVE_ALLOCA in SDL_stdinc.h
|
2 years ago |
Anonymous Maarten
|
b6ae281e97
Use #ifdef/#ifndef instead of #if defined/#if \!defined
|
3 years ago |
Anonymous Maarten
|
513025b182
Implement _intel_fast_(memcpy|memset)
|
3 years ago |
Anonymous Maarten
|
a06046c55c
memset and memcpy are not intrinsic functions in new LLVM-based Intel compiler
|
3 years ago |
Sam Lantinga
|
fde78d12f2
Updated copyright for 2023
|
3 years ago |
Sam Lantinga
|
63724c113b
Removed the vi format comments from the source
|
3 years ago |
Pierre Wendling
|
3c501b963d
Clang-Tidy fixes (#6725)
|
3 years ago |
Sam Lantinga
|
5750bcb174
Update for SDL3 coding style (#6717)
|
3 years ago |
Sam Lantinga
|
c5790359fd
Added precompiled header support for Visual Studio and Xcode (#6710)
|
3 years ago |
Sam Lantinga
|
2c4159b99a
First pass at changing SDL 2.0 to SDL 3.0
|
3 years ago |
Anonymous Maarten
|
c3b13346e0
On x86, pass -nodefaultlib to linker when wanting to avoid the C library
|
3 years ago |
Anonymous Maarten
|
5c150ddc2f
SDL_mslibc.c: fix unknown pragma ignored [-Wunknown-pragmas]
|
3 years ago |
Anonymous Maarten
|
36dfbe5d66
stdlib: exclude mslibc functions using SDL_STATIC_LIB macro
|
3 years ago |
Anonymous Maarten
|
5da85376b9
stdlib: move all mslibc functions to SDL_mslibc.c
|
3 years ago |