William Horvath
|
66a8454f2d
thread: Use a flexible array member for "array" in SDL_TLSData.
|
пре 2 месеци |
Sam Lantinga
|
80c6a5f8d9
Updated copyright for 2026
|
пре 2 месеци |
Sam Lantinga
|
d9ca0457b5
Make sure we don't allocate a TLS ID clobbering an application defined one
|
пре 4 месеци |
Sam Lantinga
|
25b2d2c821
Use new parameter validation macro
|
пре 6 месеци |
Sam Lantinga
|
ede86a1267
Fixed memory leak when using detached threads
|
пре 6 месеци |
Sam Lantinga
|
e3d9f1172c
Remove the reference to the thread when it is detached
|
пре 1 година |
Petar Popovic
|
8ccf85c59e
Formatting spaces around pointer symbol.
|
пре 1 година |
Sam Lantinga
|
f2074d7af3
Updated copyright for 2025
|
пре 1 година |
Sam Lantinga
|
eb1be89e70
Cleaned up thread state handling and added thread object validation
|
пре 1 година |
Moritz
|
ca4f5dd40d
Added SDL_GetThreadState
|
пре 1 година |
Sam Lantinga
|
fe2880fcda
Rename SDL_SetThreadPriority() to SDL_SetCurrentThreadPriority()
|
пре 1 година |
Sam Lantinga
|
48e213b4cd
Fixed SDL_ShouldQuit() returning false during status transitions
|
пре 1 година |
Sam Lantinga
|
125e592844
Added SDL_ShouldInit() and SDL_ShouldQuit()
|
пре 1 година |
Sam Lantinga
|
a90ad3b0e2
Removed SDL_bool in favor of plain bool
|
пре 1 година |
Sam Lantinga
|
8d223b3037
Renamed atomic functions to match SDL 3.0 naming convention
|
пре 1 година |
Ryan C. Gordon
|
ac08dde1b2
windows: Clean out things that should be using `defined(SDL_PLATFORM_WINDOWS)`.
|
пре 1 година |
Ryan C. Gordon
|
154452a726
winrt: Removed WinRT/Windows Phone/UWP support.
|
пре 1 година |
Sam Lantinga
|
9ff3446f03
Use SDL_bool instead an int return code in the SDL API
|
пре 1 година |
Sam Lantinga
|
8f546bb3c9
Use C99 bool internally in SDL
|
пре 1 година |
Sam Lantinga
|
6501e90018
Use C++ style comments consistently in SDL source code
|
пре 1 година |
Sam Lantinga
|
4f55271571
Removed temporary memory from the API
|
пре 1 година |
Sam Lantinga
|
bb96320cc4
Make sure we always copy the data returned using SDL_GetStringRule
|
пре 1 година |
Sam Lantinga
|
ec3bb4c029
Removed the need for SDL_CreateTLS()
|
пре 1 година |
Sam Lantinga
|
5bf6bc4d7d
Renamed SDL_Get/SetProperty() to SDL_Get/SetPointerProperty()
|
пре 1 година |
Sam Lantinga
|
bd041b4831
Make sure SDL subsystems are initialized before starting threads
|
пре 1 година |
Sam Lantinga
|
b517043936
Added TLS initialization and shutdown functions
|
пре 1 година |
Ryan C. Gordon
|
96f2ef77ab
include: Make function pointer params into typedefs.
|
пре 1 година |
Ryan C. Gordon
|
e23257307e
Introduce formal policy for APIs that return strings.
|
пре 1 година |
Ryan C. Gordon
|
b83bb035e6
thread: SDL_CreateThreadWithStackSize is now SDL_CreateThreadWithProperties.
|
пре 1 година |
Ryan C. Gordon
|
0ec716819e
thread: Reworked SDL_CreateThread to be consistent across platforms.
|
пре 1 година |