Sam Lantinga
|
b6e97d9ff0
Fixed Xcode warnings
|
2 years ago |
Sam Lantinga
|
0fc3574464
Updated copyright for 2024
|
2 years ago |
Anonymous Maarten
|
d81d986858
cmake: fix uses of undefined macro identifiers (-Wundef)
|
2 years ago |
Sylvain Becker
|
a14b948b6c
[SDL2] pointer boolean (#8523)
|
2 years ago |
Sam Lantinga
|
3f1fd5abff
Updated source to match SDL function prototype style
|
2 years ago |
Sam Lantinga
|
0479df53ca
Updated copyright for 2023
|
3 years ago |
Pierre Wendling
|
d0bbfdbfb8
Clang-Tidy fixes (#6725)
|
3 years ago |
Sam Lantinga
|
b8d85c6939
Update for SDL3 coding style (#6717)
|
3 years ago |
Sylvain Becker
|
fb0ce375f0
Cleanup add brace (#6545)
|
3 years ago |
Anonymous Maarten
|
2105c7f6ed
SDL_thread.c: fix unused function SDL_FreeErrBuf when building without thread support (emscripten)
|
3 years ago |
Sam Lantinga
|
b6f1c91862
Fixed Watcom C build
|
3 years ago |
Sam Lantinga
|
cbd0187475
Removed the limit on the size of the SDL error message
|
3 years ago |
Sam Lantinga
|
120c76c84b
Updated copyright for 2022
|
4 years ago |
Ryan C. Gordon
|
7d02248cf5
tls: wrap reference to a mutex into an #if !SDL_THREADS_DISABLED test.
|
5 years ago |
Xing Ji
|
fb283a732a
Squashed commit of the following:
|
5 years ago |
Sam Lantinga
|
9130f7c377
Updated copyright for 2021
|
5 years ago |
Sam Lantinga
|
cb36189692
Fixed bug 5235 - All internal sources should include SDL_assert.h
|
5 years ago |
Ryan C. Gordon
|
46bb47cf04
thread: Put all important SDL_CreateThread internal data into SDL_Thread.
|
6 years ago |
Sam Lantinga
|
a8780c6a28
Updated copyright date for 2020
|
6 years ago |
Sylvain Becker
|
81cdd50002
Remove redundant 'SDL_GetErrBuf' declaration
|
6 years ago |
Sam Lantinga
|
5e13087b0f
Updated copyright for 2019
|
7 years ago |
Ryan C. Gordon
|
acb05f50d8
thread: make SDL_CreateThreadWithStackSize() a public API.
|
7 years ago |
Sam Lantinga
|
e3cc5b2c6b
Updated copyright for 2018
|
8 years ago |
Sam Lantinga
|
de91b1248f
Fixed bug 3745 - specify SDLCALL as the calling convention for API callbacks
|
8 years ago |
Sam Lantinga
|
45b774e3f7
Updated copyright for 2017
|
9 years ago |
Philipp Wiesemann
|
97aa577589
Fixed empty parameter list in signatures of internal functions.
|
9 years ago |
Ryan C. Gordon
|
c61675dc5d
threads: Move SDL's own thread creation to a new internal API.
|
10 years ago |
Ryan C. Gordon
|
7ae2951fca
threads: Handle SDL_HINT_THREAD_STACK_SIZE at top level, implement elsewhere.
|
10 years ago |
Sam Lantinga
|
42065e785d
Updated copyright to 2016
|
10 years ago |
Philipp Wiesemann
|
72590685c0
Backed out changeset 4ad56dbf4a6f
|
10 years ago |