Sam Lantinga
|
f2074d7af3
Updated copyright for 2025
|
1 year ago |
Sam Lantinga
|
eb1be89e70
Cleaned up thread state handling and added thread object validation
|
1 year ago |
Moritz
|
ca4f5dd40d
Added SDL_GetThreadState
|
1 year ago |
Ryan C. Gordon
|
f45ce45603
ngage: Remove Nokia N-Gage support.
|
1 year ago |
Ryan C. Gordon
|
154452a726
winrt: Removed WinRT/Windows Phone/UWP support.
|
1 year ago |
Sam Lantinga
|
9ff3446f03
Use SDL_bool instead an int return code in the SDL API
|
1 year ago |
Sam Lantinga
|
6501e90018
Use C++ style comments consistently in SDL source code
|
1 year ago |
Sam Lantinga
|
ec3bb4c029
Removed the need for SDL_CreateTLS()
|
1 year ago |
Sam Lantinga
|
b517043936
Added TLS initialization and shutdown functions
|
1 year ago |
Sam Lantinga
|
b566bfce07
Fixed warning C4152: nonstandard extension, function/data pointer conversion in expression
|
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
|
5b3ee51c6c
Updated copyright for 2024
|
2 years ago |
Anonymous Maarten
|
b6ae281e97
Use #ifdef/#ifndef instead of #if defined/#if \!defined
|
2 years ago |
Anonymous Maarten
|
3472dc11d6
Fix uses of undefined macro identifiers (-Wundef)
|
2 years ago |
David Demelier
|
d0c4849d0b
Rename SDL_atomic_t to SDL_AtomicInt
|
3 years ago |
Sam Lantinga
|
fde78d12f2
Updated copyright for 2023
|
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 |
Ozkan Sezer
|
8d6fda4810
removed os2 support & support for building SDL with watcom.
|
3 years ago |
Pierre Wendling
|
655275378d
N3DS port (squashed)
|
5 years ago |
Francisco Javier Trujillo Mata
|
52f00833b0
Add Thread drivers
|
3 years ago |
Michael Fitzmayer
|
fbd230bb6c
Add support for the Nokia N-Gage (#5597)
|
3 years ago |
Sam Lantinga
|
120c76c84b
Updated copyright for 2022
|
4 years ago |
Ivan Epifanov
|
2d64e37e41
Initial rebase of xerpi's port
|
5 years ago |
Sam Lantinga
|
9130f7c377
Updated copyright for 2021
|
5 years ago |
Ozkan Sezer
|
d27238751f
os2: integrate the port into main tree.
|
5 years ago |
Ryan C. Gordon
|
46bb47cf04
thread: Put all important SDL_CreateThread internal data into SDL_Thread.
|
6 years ago |