Sam Lantinga
|
bb96320cc4
Make sure we always copy the data returned using SDL_GetStringRule
|
1 year ago |
Sam Lantinga
|
ec3bb4c029
Removed the need for SDL_CreateTLS()
|
1 year ago |
Sam Lantinga
|
5bf6bc4d7d
Renamed SDL_Get/SetProperty() to SDL_Get/SetPointerProperty()
|
1 year ago |
Sam Lantinga
|
bd041b4831
Make sure SDL subsystems are initialized before starting threads
|
1 year ago |
Sam Lantinga
|
b517043936
Added TLS initialization and shutdown functions
|
1 year ago |
Ryan C. Gordon
|
96f2ef77ab
include: Make function pointer params into typedefs.
|
1 year ago |
Ryan C. Gordon
|
e23257307e
Introduce formal policy for APIs that return strings.
|
1 year ago |
Ryan C. Gordon
|
b83bb035e6
thread: SDL_CreateThreadWithStackSize is now SDL_CreateThreadWithProperties.
|
1 year ago |
Ryan C. Gordon
|
0ec716819e
thread: Reworked SDL_CreateThread to be consistent across platforms.
|
1 year ago |
Sam Lantinga
|
6f2621438a
Renamed DECLSPEC to SDL_DECLSPEC
|
1 year ago |
Ozkan Sezer
|
e909c0360f
remove most of SDL_OutOfMemory() calls where SDL is the allocator.
|
1 year ago |
Sam Lantinga
|
9920e062d5
Removed SDL_HINT_THREAD_STACK_SIZE
|
2 years ago |
Sam Lantinga
|
df4b855af5
Updated SDL_TLSID to use the same type as other IDs in SDL
|
2 years ago |
Sam Lantinga
|
fc0c774976
Renamed SDL_ThreadID() to SDL_GetCurrentThreadID()
|
2 years ago |
Sam Lantinga
|
a2665f54c8
Updated the atomic API for SDL 3.0 naming conventions
|
2 years ago |
Sam Lantinga
|
5b3ee51c6c
Updated copyright for 2024
|
2 years ago |
Sam Lantinga
|
72b7acfe8a
Don't create a TLS error buffer if we're just clearing the error
|
2 years ago |
Ryan C. Gordon
|
447b508a77
error: SDL's allocators now call SDL_OutOfMemory on error.
|
2 years ago |
meyraud705
|
8708ba7393
Don't leak if realloc fails
|
2 years ago |
Sylvain
|
d8600f717e
Pointer as bool (libsdl-org#7214)
|
2 years ago |
Ryan C. Gordon
|
e6116d399a
mutex: Removed SDL_MUTEX_MAXWAIT.
|
2 years ago |
Sam Lantinga
|
cb73bed6eb
SDL API renaming: SDL TLS functions
|
2 years ago |
Sam Lantinga
|
ddbdd73258
Updated source to match SDL function prototype style
|
2 years ago |
Sam Lantinga
|
737aa881fa
Updated source to match SDL function prototype style
|
2 years ago |
Sam Lantinga
|
87ad71f9b2
Rename SDL mutex, semaphore and condition variable types to match SDL 3.0 naming convention
|
2 years ago |
Sam Lantinga
|
61c0c009ab
Rename SDL semaphore and condition variable functions to match SDL 3.0 naming convention
|
2 years ago |
Anonymous Maarten
|
b6ae281e97
Use #ifdef/#ifndef instead of #if defined/#if \!defined
|
3 years ago |
Anonymous Maarten
|
3472dc11d6
Fix uses of undefined macro identifiers (-Wundef)
|
3 years ago |
David Demelier
|
d0c4849d0b
Rename SDL_atomic_t to SDL_AtomicInt
|
3 years ago |
Sylvain
|
9b065bf54b
Fix various warnings: static /void / comma
|
3 years ago |