Sam Lantinga
|
5e13087b0f
Updated copyright for 2019
|
7 年之前 |
Sylvain Becker
|
252dc85e95
Fix warnings detected on Android build
|
7 年之前 |
Ryan C. Gordon
|
1689e9f910
linux: Move SDL_LinuxSetThreadPriority() elsewhere to fix build.
|
7 年之前 |
Sylvain Becker
|
6259a72636
Warnings: fix a documentation warning and missing prototypes
|
7 年之前 |
Ryan C. Gordon
|
c4bc59a50e
Patched to compile on Linux with --disable-threads.
|
7 年之前 |
Ryan C. Gordon
|
0ad4b0b697
thread: fixed compiler warnings on non-Linux systems that use pthread.
|
8 年之前 |
Sam Lantinga
|
8f780e76e1
Fixed build
|
8 年之前 |
Sam Lantinga
|
f521b22eb5
Added SDL_THREAD_PRIORITY_TIME_CRITICAL
|
8 年之前 |
Sam Lantinga
|
b5d231eede
Handle NULL return from SDL_DBus_GetContext()
|
8 年之前 |
Sam Lantinga
|
432312561f
Added SDL_LinuxSetThreadPriority() to directly set the priority of a Linux thread (tid)
|
8 年之前 |
Sam Lantinga
|
816a6e68e5
Added support for adjusting thread priorities using Linux RealtimeKit
|
8 年之前 |
Ryan C. Gordon
|
75a58303a0
pthread: fix error code checks (thanks, Andreas!).
|
8 年之前 |
sezero
|
40b27fd51b
revert the recent typecast assignment changes (see bug #4079)
|
8 年之前 |
Sam Lantinga
|
90e72bf4e2
Fixed ISO C99 compatibility
|
8 年之前 |
Sam Lantinga
|
e3cc5b2c6b
Updated copyright for 2018
|
8 年之前 |
Ryan C. Gordon
|
619ab7a22d
haiku: Various fixes from haikuports.
|
9 年之前 |
Sam Lantinga
|
45b774e3f7
Updated copyright for 2017
|
9 年之前 |
Sam Lantinga
|
83cb2b63a3
Fixed bug 2758 - Android issues with NDK r10c and API-21
|
9 年之前 |
Sam Lantinga
|
741aaf4c80
Added a note on how to allow non-root applications to increase their thread priority on Linux
|
9 年之前 |
Ryan C. Gordon
|
7ae2951fca
threads: Handle SDL_HINT_THREAD_STACK_SIZE at top level, implement elsewhere.
|
10 年之前 |
Sam Lantinga
|
42065e785d
Updated copyright to 2016
|
10 年之前 |
Ryan C. Gordon
|
696cd7975c
NetBSD: fixed issues with cpuinfo and pthread_setname_np (thanks, Thomas!).
|
10 年之前 |
Philipp Wiesemann
|
98986f39e9
Removed not needed call to pthread_attr_getstacksize() for SDL_CreateThread().
|
10 年之前 |
Philipp Wiesemann
|
72590685c0
Backed out changeset 4ad56dbf4a6f
|
11 年之前 |
Sam Clegg
|
7e52722dfd
Fix compiler warnings in Native Client and Linux builds.
|
12 年之前 |
Gabriel Jacobo
|
1e352d7929
Chrome's Native Client backend implementation
|
12 年之前 |
David Ludwig
|
3dcb451f85
Added a README file regarding WinRT support
|
12 年之前 |