Sam Lantinga
|
737aa881fa
Updated source to match SDL function prototype style
|
2 년 전 |
Anonymous Maarten
|
b6ae281e97
Use #ifdef/#ifndef instead of #if defined/#if \!defined
|
2 년 전 |
Sam Lantinga
|
2aa9569b3e
Replaced SDL_SIMDAlloc(), SDL_SIMDRealloc(), and SDL_SIMDFree() with SDL_aligned_alloc() and SDL_aligned_free()
|
2 년 전 |
Sam Lantinga
|
fde78d12f2
Updated copyright for 2023
|
2 년 전 |
Sam Lantinga
|
7f23d71b6a
Added SDL_modf() and SDL_modff()
|
2 년 전 |
Sam Lantinga
|
63724c113b
Removed the vi format comments from the source
|
2 년 전 |
Sam Lantinga
|
5750bcb174
Update for SDL3 coding style (#6717)
|
2 년 전 |
Sam Lantinga
|
c5790359fd
Added precompiled header support for Visual Studio and Xcode (#6710)
|
2 년 전 |
Sam Lantinga
|
0a48abc860
Switch header convention from `#include "SDL.h"` to `#include <SDL3/SDLh>`
|
2 년 전 |
Sam Lantinga
|
ce9f3173cd
Only use memset_pattern4() if we have string.h on Apple platforms
|
2 년 전 |
Sam Lantinga
|
63f307fe1f
Remove SDL_config.h from the public headers
|
2 년 전 |
Ozkan Sezer
|
0b8309da0c
renamed SDL PI constants to SDL_PI_D and SDL_PI_F.
|
2 년 전 |
Sam Lantinga
|
670f1df469
Removed SDL_stdinc.h dependency on HAVE_M_PI, added SDL_M_PIl (double) and SDL_M_PIf (float) instead
|
2 년 전 |
Anonymous Maarten
|
5da85376b9
stdlib: move all mslibc functions to SDL_mslibc.c
|
3 년 전 |
Frank Richter
|
0e63b514d5
Don't define memcpy(), memset() when using static VC runtime.
|
3 년 전 |
Sam Lantinga
|
120c76c84b
Updated copyright for 2022
|
3 년 전 |
Ozkan Sezer
|
6407d4b0a8
remove unnecessary parentheses from SDL_abs()
|
3 년 전 |
Kevin Colour
|
6cbee0634e
include: Swap parameter names in atan2 functions
|
3 년 전 |
Ozkan Sezer
|
1957ffd21a
fixed a typo in SDL_ceilf()
|
4 년 전 |
Misa
|
3da58b47f6
Fix errors with fallback impls of SDL_isxdigit() and SDL_ispunct()
|
4 년 전 |
Misa
|
dfe219ec71
Add all missing "is characteristic" stdlib functions
|
4 년 전 |
Sam Lantinga
|
9130f7c377
Updated copyright for 2021
|
4 년 전 |
Sam Lantinga
|
93ccdee8c1
Fixed bug 5404 - stdlib: Added SDL_round, SDL_roundf, SDL_lround and SDL_lroundf
|
4 년 전 |
Sam Lantinga
|
8b29aaddbd
Fixed warning when building on Windows
|
4 년 전 |
Sam Lantinga
|
8b60d39cb0
Fixed bug 5112 - CMake won't compile in VS2019
|
5 년 전 |
Sam Lantinga
|
1d8797876a
Fixed implicit linkage to ftol2() on Windows
|
5 년 전 |
Ryan C. Gordon
|
d292f6bd4f
stdlib: Add SDL_trunc and SDL_truncf
|
5 년 전 |
Sam Lantinga
|
aa384ad02b
Fixed bug 5001 - Feature request: SDL_isupper & SDL_islower
|
5 년 전 |
Sam Lantinga
|
a8780c6a28
Updated copyright date for 2020
|
5 년 전 |
Sam Lantinga
|
5e13087b0f
Updated copyright for 2019
|
6 년 전 |