Sam Lantinga
|
fc0c774976
Renamed SDL_ThreadID() to SDL_GetCurrentThreadID()
|
2 년 전 |
Sam Lantinga
|
a2665f54c8
Updated the atomic API for SDL 3.0 naming conventions
|
2 년 전 |
Sam Lantinga
|
5b3ee51c6c
Updated copyright for 2024
|
2 년 전 |
Sam Lantinga
|
72b7acfe8a
Don't create a TLS error buffer if we're just clearing the error
|
2 년 전 |
Ryan C. Gordon
|
447b508a77
error: SDL's allocators now call SDL_OutOfMemory on error.
|
2 년 전 |
meyraud705
|
8708ba7393
Don't leak if realloc fails
|
2 년 전 |
Sylvain
|
d8600f717e
Pointer as bool (libsdl-org#7214)
|
2 년 전 |
Ryan C. Gordon
|
e6116d399a
mutex: Removed SDL_MUTEX_MAXWAIT.
|
2 년 전 |
Sam Lantinga
|
cb73bed6eb
SDL API renaming: SDL TLS functions
|
2 년 전 |
Sam Lantinga
|
ddbdd73258
Updated source to match SDL function prototype style
|
2 년 전 |
Sam Lantinga
|
737aa881fa
Updated source to match SDL function prototype style
|
2 년 전 |
Sam Lantinga
|
87ad71f9b2
Rename SDL mutex, semaphore and condition variable types to match SDL 3.0 naming convention
|
2 년 전 |
Sam Lantinga
|
61c0c009ab
Rename SDL semaphore and condition variable functions to match SDL 3.0 naming convention
|
2 년 전 |
Anonymous Maarten
|
b6ae281e97
Use #ifdef/#ifndef instead of #if defined/#if \!defined
|
3 년 전 |
Anonymous Maarten
|
3472dc11d6
Fix uses of undefined macro identifiers (-Wundef)
|
3 년 전 |
David Demelier
|
d0c4849d0b
Rename SDL_atomic_t to SDL_AtomicInt
|
3 년 전 |
Sylvain
|
9b065bf54b
Fix various warnings: static /void / comma
|
3 년 전 |
Sam Lantinga
|
fde78d12f2
Updated copyright for 2023
|
3 년 전 |
Sam Lantinga
|
63724c113b
Removed the vi format comments from the source
|
3 년 전 |
Sam Lantinga
|
8121bbd083
Convert ticks to 64-bit, added nanosecond precision to the API
|
3 년 전 |
Pierre Wendling
|
3c501b963d
Clang-Tidy fixes (#6725)
|
3 년 전 |
Sam Lantinga
|
5750bcb174
Update for SDL3 coding style (#6717)
|
3 년 전 |
Sam Lantinga
|
c5790359fd
Added precompiled header support for Visual Studio and Xcode (#6710)
|
3 년 전 |
Sylvain Becker
|
6a2200823c
Cleanup add brace (#6545)
|
3 년 전 |
Sam Lantinga
|
0a48abc860
Switch header convention from `#include "SDL.h"` to `#include <SDL3/SDLh>`
|
3 년 전 |
Anonymous Maarten
|
2105c7f6ed
SDL_thread.c: fix unused function SDL_FreeErrBuf when building without thread support (emscripten)
|
3 년 전 |
Sam Lantinga
|
b6f1c91862
Fixed Watcom C build
|
3 년 전 |
Sam Lantinga
|
cbd0187475
Removed the limit on the size of the SDL error message
|
3 년 전 |
Sam Lantinga
|
120c76c84b
Updated copyright for 2022
|
4 년 전 |
Ryan C. Gordon
|
7d02248cf5
tls: wrap reference to a mutex into an #if !SDL_THREADS_DISABLED test.
|
5 년 전 |