Sam Lantinga
|
5b3ee51c6c
Updated copyright for 2024
|
1 year ago |
Ryan C. Gordon
|
c53843a961
docs: Remove Doxygen `\brief` tags.
|
1 year ago |
SDL Wiki Bot
|
2e9eb1073d
Sync SDL3 wiki -> header
|
1 year ago |
Ryan C. Gordon
|
e6116d399a
mutex: Removed SDL_MUTEX_MAXWAIT.
|
1 year ago |
SDL Wiki Bot
|
82f48be3ef
Sync SDL3 wiki -> header
|
1 year ago |
Ryan C. Gordon
|
899eb0d042
thread: Locking mutexes and rwlocks are now void functions.
|
1 year ago |
Ryan C. Gordon
|
b16165a33f
rwlock: SDL_UnlockRWLock was incorrectly tagged with SDL_RELEASE_SHARED.
|
1 year ago |
Sam Lantinga
|
12deed91f8
Added information on how to enable thread-safety analysis
|
2 years ago |
Sam Lantinga
|
fd42a2f994
Changed all variadic macros into fixed (thanks @Wohlstand!)
|
2 years ago |
SDL Wiki Bot
|
78cfc23993
Sync SDL3 wiki -> header
|
2 years ago |
Sam Lantinga
|
87ad71f9b2
Rename SDL mutex, semaphore and condition variable types to match SDL 3.0 naming convention
|
2 years ago |
Sam Lantinga
|
61c0c009ab
Rename SDL semaphore and condition variable functions to match SDL 3.0 naming convention
|
2 years ago |
Sam Lantinga
|
170c410d35
Remove old mutex macros
|
2 years ago |
SDL Wiki Bot
|
38d22aed67
Sync SDL3 wiki -> header
|
2 years ago |
Ryan C. Gordon
|
e474047ff8
rwlock: Added SDL_rwlock API for shared locks.
|
2 years ago |
Ryan C. Gordon
|
736f9fb9b9
mutex: Fixed typos in documentation
|
2 years ago |
Anonymous Maarten
|
549cedfa88
include: add \brief to includes
|
2 years ago |
Sylvain
|
49e47b523a
Update `\returns` to the generic form
|
2 years ago |
Sylvain
|
ce366facaa
Add missing \returns, change "return" to "returns" to have same naming
|
2 years ago |
Ryan C. Gordon
|
197340ea1c
Sync wiki -> headers.
|
2 years ago |
Sam Lantinga
|
5ed00d34aa
Document that condition variable mutexes can't be locked recursively.
|
2 years ago |
Sam Lantinga
|
fde78d12f2
Updated copyright for 2023
|
2 years ago |
Sam Lantinga
|
63724c113b
Removed the vi format comments from the source
|
2 years ago |
Ryan C. Gordon
|
3197632347
include: Renamed begin_code.h and close_code.h to have SDL_ prefixes.
|
2 years ago |
Ryan C. Gordon
|
78725dc0cd
include: Fixed a C++-style single line comment.
|
2 years ago |
Sam Lantinga
|
5c29b58e95
Added support for clang thread-safety analysis
|
2 years ago |
Sam Lantinga
|
1f4cc733a1
Removed the nanosecond versions of event and thread primitive waits from the public API
|
2 years ago |
Sam Lantinga
|
8121bbd083
Convert ticks to 64-bit, added nanosecond precision to the API
|
2 years ago |
Pierre Wendling
|
3c501b963d
Clang-Tidy fixes (#6725)
|
2 years ago |
Sam Lantinga
|
0a48abc860
Switch header convention from `#include "SDL.h"` to `#include <SDL3/SDLh>`
|
2 years ago |