Sam Lantinga
|
f2074d7af3
Updated copyright for 2025
|
há 1 ano atrás |
Sam Lantinga
|
28b94c4758
Re-added SDL_getenv() as a thread-safe getenv() implementation
|
há 1 ano atrás |
Sam Lantinga
|
90e01040c5
Added thread-safe environment functions
|
há 1 ano atrás |
Ryan C. Gordon
|
ac08dde1b2
windows: Clean out things that should be using `defined(SDL_PLATFORM_WINDOWS)`.
|
há 1 ano atrás |
Sam Lantinga
|
8f546bb3c9
Use C99 bool internally in SDL
|
há 1 ano atrás |
Sam Lantinga
|
6501e90018
Use C++ style comments consistently in SDL source code
|
há 1 ano atrás |
Anonymous Maarten
|
0fa2049fef
Document iconv functions + add testautomation (#10131)
|
há 1 ano atrás |
Ozkan Sezer
|
2205626816
SDL_iconv_string: simplify recomputation of outbuf and outbytesleft
|
há 1 ano atrás |
Anonymous Maarten
|
31d133db40
Define SDL_PLATFORM_* macros instead of underscored ones (#8875)
|
há 2 anos atrás |
Sam Lantinga
|
5b3ee51c6c
Updated copyright for 2024
|
há 2 anos atrás |
Ozkan Sezer
|
42c8366fdc
revise iconv detection:
|
há 2 anos atrás |
Sylvain
|
d8600f717e
Pointer as bool (libsdl-org#7214)
|
há 2 anos atrás |
Sam Lantinga
|
1375d2049d
SDL_iconv_string() defaults to UTF-8
|
há 2 anos atrás |
Sam Lantinga
|
ecbbac7c72
Do a full UCS4 zero termination on iconv converted strings
|
há 2 anos atrás |
Sam Lantinga
|
c369b90019
Fixed SDL_iconv_string() truncation when handling SDL_ICONV_E2BIG
|
há 2 anos atrás |
Sam Lantinga
|
ddbdd73258
Updated source to match SDL function prototype style
|
há 2 anos atrás |
Eddy Jansson
|
5f5abb6805
Always allocate zt in output of SDL_iconv_string()
|
há 3 anos atrás |
Sylvain Becker
|
cb6b8b0132
Simplify flags testing (#7220)
|
há 3 anos atrás |
Sam Lantinga
|
fde78d12f2
Updated copyright for 2023
|
há 3 anos atrás |
Sylvain
|
25336d053a
Remove underscore for _SDL_iconv_t
|
há 3 anos atrás |
Sam Lantinga
|
63724c113b
Removed the vi format comments from the source
|
há 3 anos atrás |
Sam Lantinga
|
5750bcb174
Update for SDL3 coding style (#6717)
|
há 3 anos atrás |
Sam Lantinga
|
c5790359fd
Added precompiled header support for Visual Studio and Xcode (#6710)
|
há 3 anos atrás |
Sylvain Becker
|
6a2200823c
Cleanup add brace (#6545)
|
há 3 anos atrás |
Sam Lantinga
|
0a48abc860
Switch header convention from `#include "SDL.h"` to `#include <SDL3/SDLh>`
|
há 3 anos atrás |
chalonverse
|
3b191580c3
Windows GDK Support (#5830)
|
há 3 anos atrás |
Pierre Wendling
|
501a499180
Add clang-format on/off comments where necessary.
|
há 3 anos atrás |
Ryan C. Gordon
|
8df045cc7d
stdlib: just cast iconv()'s 2nd arg to void *.
|
há 4 anos atrás |
Sam Lantinga
|
120c76c84b
Updated copyright for 2022
|
há 4 anos atrás |
Ozkan Sezer
|
a2b13e585c
SDL_iconv_string: avoid memory leak if realloc() fails.
|
há 4 anos atrás |