Ozkan Sezer
|
e8c48981f9
pthread/SDL_systhread.c: always include errno.h
|
4 yıl önce |
Sylvain
|
df0d696a62
RISCOS: attempt to fix compilation ERANGE
|
4 yıl önce |
Sylvain
|
87b02d3795
Linux thread name limitation: test for ERANGE (see bug #5283)
|
4 yıl önce |
Sylvain
|
220a9596f3
Remove testing instruction (see bug #5283)
|
4 yıl önce |
Sylvain
|
9e46a512b1
Fixed bug #5283 - limit thread name to 16 characters when using pthread_setname_np()
|
4 yıl önce |
Ozkan Sezer
|
c6c4d4211b
pthread: disable SetThreadPriority for OS/2 too
|
4 yıl önce |
Sam Lantinga
|
120c76c84b
Updated copyright for 2022
|
4 yıl önce |
Frank Praznik
|
43ddc59fa8
Export SDL_LinuxSetThreadPriorityAndPolicy() function (#4877)
|
4 yıl önce |
Ozkan Sezer
|
77c8d11137
configuration updates for dlopen:
|
4 yıl önce |
Fabrice Fontaine
|
b55b11af88
src/thread/pthread/SDL_systhread.c: drop include of SDL_platform.h
|
5 yıl önce |
Sam Lantinga
|
9130f7c377
Updated copyright for 2021
|
5 yıl önce |
Sam Lantinga
|
cb36189692
Fixed bug 5235 - All internal sources should include SDL_assert.h
|
5 yıl önce |
Sam Lantinga
|
0500c04468
Fix SDL_HINT_THREAD_FORCE_REALTIME_TIME_CRITICAL also applying to HIGH priorities
|
5 yıl önce |
Sam Lantinga
|
07eae7d670
Fix process randomly getting killed when SDL_THREAD_PRIORITY_HIGH/TIME_CRITICAL is set
|
5 yıl önce |
Sam Lantinga
|
0713c5790d
More Linux fixes.
|
6 yıl önce |
Sam Lantinga
|
c7d1dab1fe
Rename Linux-only variable.
|
6 yıl önce |
Sam Lantinga
|
b820a81ffb
Include SDL_hints.h.
|
6 yıl önce |
Sam Lantinga
|
de866e6606
Include SDL_hint.h.
|
6 yıl önce |
Sam Lantinga
|
abd5841850
Make some changes to SDL_SetThreadPriority to try and have SDL transparently handle more of the work.
|
6 yıl önce |
Sam Lantinga
|
b6afbe6317
Added SDL_log.h to SDL_internal.h so logging is available everywhere
|
6 yıl önce |
Sam Lantinga
|
378a5cfb61
Updated thread priorities for Apple operating systems
|
6 yıl önce |
Ryan C. Gordon
|
46bb47cf04
thread: Put all important SDL_CreateThread internal data into SDL_Thread.
|
6 yıl önce |
Cameron Cawley
|
8f1a916ac5
Add basic support for compiling on RISC OS
|
6 yıl önce |
Sam Lantinga
|
a8780c6a28
Updated copyright date for 2020
|
6 yıl önce |
Sylvain Becker
|
b458d7a28f
Readability: remove redundant cast to the same type
|
6 yıl önce |
Sam Lantinga
|
5e13087b0f
Updated copyright for 2019
|
7 yıl önce |
Sylvain Becker
|
252dc85e95
Fix warnings detected on Android build
|
7 yıl önce |
Ryan C. Gordon
|
1689e9f910
linux: Move SDL_LinuxSetThreadPriority() elsewhere to fix build.
|
7 yıl önce |
Sylvain Becker
|
6259a72636
Warnings: fix a documentation warning and missing prototypes
|
7 yıl önce |
Ryan C. Gordon
|
c4bc59a50e
Patched to compile on Linux with --disable-threads.
|
7 yıl önce |