Ryan C. Gordon
|
a5c892d2c3
stdlib: Improve Unicode support and consistency in string comparison functions.
|
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 |
Sam Lantinga
|
dab4f296b8
Cleanup spacing
|
2 years ago |
Sam Lantinga
|
2e465ae31b
Revert "Added SDL_nextafter() and SDL_nextafterf()"
|
2 years ago |
Sam Lantinga
|
bc5d074818
Added SDL_nextafter() and SDL_nextafterf()
|
2 years ago |
Sam Lantinga
|
737aa881fa
Updated source to match SDL function prototype style
|
2 years ago |
Anonymous Maarten
|
b6ae281e97
Use #ifdef/#ifndef instead of #if defined/#if \!defined
|
2 years ago |
Sam Lantinga
|
2aa9569b3e
Replaced SDL_SIMDAlloc(), SDL_SIMDRealloc(), and SDL_SIMDFree() with SDL_aligned_alloc() and SDL_aligned_free()
|
3 years ago |
Sam Lantinga
|
fde78d12f2
Updated copyright for 2023
|
3 years ago |
Sam Lantinga
|
7f23d71b6a
Added SDL_modf() and SDL_modff()
|
3 years ago |
Sam Lantinga
|
63724c113b
Removed the vi format comments from the source
|
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
|
0a48abc860
Switch header convention from `#include "SDL.h"` to `#include <SDL3/SDLh>`
|
3 years ago |
Sam Lantinga
|
ce9f3173cd
Only use memset_pattern4() if we have string.h on Apple platforms
|
3 years ago |
Sam Lantinga
|
63f307fe1f
Remove SDL_config.h from the public headers
|
3 years ago |
Ozkan Sezer
|
0b8309da0c
renamed SDL PI constants to SDL_PI_D and SDL_PI_F.
|
3 years ago |
Sam Lantinga
|
670f1df469
Removed SDL_stdinc.h dependency on HAVE_M_PI, added SDL_M_PIl (double) and SDL_M_PIf (float) instead
|
3 years ago |
Anonymous Maarten
|
5da85376b9
stdlib: move all mslibc functions to SDL_mslibc.c
|
3 years ago |
Frank Richter
|
0e63b514d5
Don't define memcpy(), memset() when using static VC runtime.
|
3 years ago |
Sam Lantinga
|
120c76c84b
Updated copyright for 2022
|
4 years ago |
Ozkan Sezer
|
6407d4b0a8
remove unnecessary parentheses from SDL_abs()
|
4 years ago |
Kevin Colour
|
6cbee0634e
include: Swap parameter names in atan2 functions
|
4 years ago |
Ozkan Sezer
|
1957ffd21a
fixed a typo in SDL_ceilf()
|
5 years ago |
Misa
|
3da58b47f6
Fix errors with fallback impls of SDL_isxdigit() and SDL_ispunct()
|
5 years ago |
Misa
|
dfe219ec71
Add all missing "is characteristic" stdlib functions
|
5 years ago |
Sam Lantinga
|
9130f7c377
Updated copyright for 2021
|
5 years ago |
Sam Lantinga
|
93ccdee8c1
Fixed bug 5404 - stdlib: Added SDL_round, SDL_roundf, SDL_lround and SDL_lroundf
|
5 years ago |
Sam Lantinga
|
8b29aaddbd
Fixed warning when building on Windows
|
5 years ago |