Sam Lantinga
|
eacf119923
Renamed SDL_size_add_overflow() and SDL_size_mul_overflow()
|
1 yıl önce |
Sam Lantinga
|
9ff3446f03
Use SDL_bool instead an int return code in the SDL API
|
1 yıl önce |
Sam Lantinga
|
6501e90018
Use C++ style comments consistently in SDL source code
|
1 yıl önce |
Anonymous Maarten
|
46d9066a69
Fix warnings shown when making SDL_bool a typedef of bool
|
1 yıl önce |
Sam Lantinga
|
89cdadf7c3
Added SDL_isinf(), SDL_isinff(), SDL_isnan(), and SDL_isnanf()
|
1 yıl önce |
Ryan C. Gordon
|
a5c892d2c3
stdlib: Improve Unicode support and consistency in string comparison functions.
|
1 yıl önce |
Sam Lantinga
|
7a069cc4b0
Allow optimizing memcpy and memset where possible
|
2 yıl önce |
Sam Lantinga
|
5b3ee51c6c
Updated copyright for 2024
|
2 yıl önce |
Sam Lantinga
|
dab4f296b8
Cleanup spacing
|
2 yıl önce |
Sam Lantinga
|
2e465ae31b
Revert "Added SDL_nextafter() and SDL_nextafterf()"
|
2 yıl önce |
Sam Lantinga
|
bc5d074818
Added SDL_nextafter() and SDL_nextafterf()
|
2 yıl önce |
Sam Lantinga
|
737aa881fa
Updated source to match SDL function prototype style
|
2 yıl önce |
Anonymous Maarten
|
b6ae281e97
Use #ifdef/#ifndef instead of #if defined/#if \!defined
|
2 yıl önce |
Sam Lantinga
|
2aa9569b3e
Replaced SDL_SIMDAlloc(), SDL_SIMDRealloc(), and SDL_SIMDFree() with SDL_aligned_alloc() and SDL_aligned_free()
|
3 yıl önce |
Sam Lantinga
|
fde78d12f2
Updated copyright for 2023
|
3 yıl önce |
Sam Lantinga
|
7f23d71b6a
Added SDL_modf() and SDL_modff()
|
3 yıl önce |
Sam Lantinga
|
63724c113b
Removed the vi format comments from the source
|
3 yıl önce |
Sam Lantinga
|
5750bcb174
Update for SDL3 coding style (#6717)
|
3 yıl önce |
Sam Lantinga
|
c5790359fd
Added precompiled header support for Visual Studio and Xcode (#6710)
|
3 yıl önce |
Sam Lantinga
|
0a48abc860
Switch header convention from `#include "SDL.h"` to `#include <SDL3/SDLh>`
|
3 yıl önce |
Sam Lantinga
|
ce9f3173cd
Only use memset_pattern4() if we have string.h on Apple platforms
|
3 yıl önce |
Sam Lantinga
|
63f307fe1f
Remove SDL_config.h from the public headers
|
3 yıl önce |
Ozkan Sezer
|
0b8309da0c
renamed SDL PI constants to SDL_PI_D and SDL_PI_F.
|
3 yıl önce |
Sam Lantinga
|
670f1df469
Removed SDL_stdinc.h dependency on HAVE_M_PI, added SDL_M_PIl (double) and SDL_M_PIf (float) instead
|
3 yıl önce |
Anonymous Maarten
|
5da85376b9
stdlib: move all mslibc functions to SDL_mslibc.c
|
3 yıl önce |
Frank Richter
|
0e63b514d5
Don't define memcpy(), memset() when using static VC runtime.
|
3 yıl önce |
Sam Lantinga
|
120c76c84b
Updated copyright for 2022
|
4 yıl önce |
Ozkan Sezer
|
6407d4b0a8
remove unnecessary parentheses from SDL_abs()
|
4 yıl önce |
Kevin Colour
|
6cbee0634e
include: Swap parameter names in atan2 functions
|
4 yıl önce |
Ozkan Sezer
|
1957ffd21a
fixed a typo in SDL_ceilf()
|
5 yıl önce |