Sam Lantinga
|
b566bfce07
Fixed warning C4152: nonstandard extension, function/data pointer conversion in expression
|
2 anni fa |
Sam Lantinga
|
df4b855af5
Updated SDL_TLSID to use the same type as other IDs in SDL
|
2 anni fa |
Sam Lantinga
|
fc0c774976
Renamed SDL_ThreadID() to SDL_GetCurrentThreadID()
|
2 anni fa |
Sam Lantinga
|
5b3ee51c6c
Updated copyright for 2024
|
2 anni fa |
Anonymous Maarten
|
b6ae281e97
Use #ifdef/#ifndef instead of #if defined/#if \!defined
|
3 anni fa |
Anonymous Maarten
|
3472dc11d6
Fix uses of undefined macro identifiers (-Wundef)
|
3 anni fa |
David Demelier
|
d0c4849d0b
Rename SDL_atomic_t to SDL_AtomicInt
|
3 anni fa |
Sam Lantinga
|
fde78d12f2
Updated copyright for 2023
|
3 anni fa |
Sam Lantinga
|
63724c113b
Removed the vi format comments from the source
|
3 anni fa |
Sam Lantinga
|
5750bcb174
Update for SDL3 coding style (#6717)
|
3 anni fa |
Sam Lantinga
|
c5790359fd
Added precompiled header support for Visual Studio and Xcode (#6710)
|
3 anni fa |
Sam Lantinga
|
0a48abc860
Switch header convention from `#include "SDL.h"` to `#include <SDL3/SDLh>`
|
3 anni fa |
Ozkan Sezer
|
8d6fda4810
removed os2 support & support for building SDL with watcom.
|
3 anni fa |
Pierre Wendling
|
655275378d
N3DS port (squashed)
|
5 anni fa |
Francisco Javier Trujillo Mata
|
52f00833b0
Add Thread drivers
|
3 anni fa |
Michael Fitzmayer
|
fbd230bb6c
Add support for the Nokia N-Gage (#5597)
|
3 anni fa |
Sam Lantinga
|
120c76c84b
Updated copyright for 2022
|
4 anni fa |
Ivan Epifanov
|
2d64e37e41
Initial rebase of xerpi's port
|
5 anni fa |
Sam Lantinga
|
9130f7c377
Updated copyright for 2021
|
5 anni fa |
Ozkan Sezer
|
d27238751f
os2: integrate the port into main tree.
|
5 anni fa |
Ryan C. Gordon
|
46bb47cf04
thread: Put all important SDL_CreateThread internal data into SDL_Thread.
|
6 anni fa |
Sam Lantinga
|
a8780c6a28
Updated copyright date for 2020
|
6 anni fa |
Sam Lantinga
|
5e13087b0f
Updated copyright for 2019
|
7 anni fa |
Sam Lantinga
|
e3cc5b2c6b
Updated copyright for 2018
|
8 anni fa |
Sam Lantinga
|
de91b1248f
Fixed bug 3745 - specify SDLCALL as the calling convention for API callbacks
|
8 anni fa |
Sam Lantinga
|
45b774e3f7
Updated copyright for 2017
|
9 anni fa |
Sam Lantinga
|
3615633571
Renaming of guard header names to quiet -Wreserved-id-macro
|
9 anni fa |
Sam Lantinga
|
57d01d7d67
Patch from Sylvain to fix clang warnings
|
9 anni fa |
Ryan C. Gordon
|
c61675dc5d
threads: Move SDL's own thread creation to a new internal API.
|
10 anni fa |
Ryan C. Gordon
|
7ae2951fca
threads: Handle SDL_HINT_THREAD_STACK_SIZE at top level, implement elsewhere.
|
10 anni fa |