index
:
delta/sdl.git
SDL-1.2
SDL-1.2-olpc
SDL-1.3
SDL-ryan-batching-renderer
SDL-ryan-multiple-audio-device
apk
baserock/morph
experimental
gsoc2008_audio_resampling
gsoc2008_force_feedback
gsoc2008_iphone
gsoc2008_manymouse
gsoc2008_nds
gsoc2009_IME
gsoc2009_ps3
gsoc2009_unit_tests
iOS-improvements
master
hg.libsdl.org: SDL
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
thread
/
pthread
Commit message (
Expand
)
Author
Age
Files
Lines
*
Updated copyright for 2021
Sam Lantinga
2021-01-02
7
-7
/
+7
*
Fixed bug 5235 - All internal sources should include SDL_assert.h
Sam Lantinga
2020-12-09
1
-2
/
+1
*
Fix SDL_HINT_THREAD_FORCE_REALTIME_TIME_CRITICAL also applying to HIGH priori...
Sam Lantinga
2020-11-12
1
-2
/
+6
*
Fix process randomly getting killed when SDL_THREAD_PRIORITY_HIGH/TIME_CRITIC...
Sam Lantinga
2020-11-11
1
-0
/
+7
*
More Linux fixes.
Sam Lantinga
2020-05-26
1
-2
/
+4
*
Rename Linux-only variable.
Sam Lantinga
2020-05-26
1
-2
/
+2
*
Include SDL_hints.h.
Sam Lantinga
2020-05-26
1
-1
/
+1
*
Include SDL_hint.h.
Sam Lantinga
2020-05-26
1
-0
/
+1
*
Make some changes to SDL_SetThreadPriority to try and have SDL transparently ...
Sam Lantinga
2020-05-26
1
-14
/
+52
*
Added SDL_log.h to SDL_internal.h so logging is available everywhere
Sam Lantinga
2020-04-07
1
-1
/
+0
*
Updated thread priorities for Apple operating systems
Sam Lantinga
2020-04-01
1
-3
/
+16
*
thread: Put all important SDL_CreateThread internal data into SDL_Thread.
Ryan C. Gordon
2020-03-26
1
-3
/
+3
*
Add basic support for compiling on RISC OS
Cameron Cawley
2020-02-13
1
-1
/
+1
*
Updated copyright date for 2020
Sam Lantinga
2020-01-16
7
-7
/
+7
*
Readability: remove redundant cast to the same type
Sylvain Becker
2019-10-30
1
-1
/
+1
*
Updated copyright for 2019
Sam Lantinga
2019-01-04
7
-7
/
+7
*
Fix warnings detected on Android build
Sylvain Becker
2018-12-06
1
-1
/
+0
*
linux: Move SDL_LinuxSetThreadPriority() elsewhere to fix build.
Ryan C. Gordon
2018-12-05
1
-0
/
+1
*
Warnings: fix a documentation warning and missing prototypes
Sylvain Becker
2018-12-05
1
-0
/
+1
*
Patched to compile on Linux with --disable-threads.
Ryan C. Gordon
2018-12-01
1
-78
/
+0
*
thread: fixed compiler warnings on non-Linux systems that use pthread.
Ryan C. Gordon
2018-05-21
1
-1
/
+1
*
Fixed build
Sam Lantinga
2018-04-23
1
-1
/
+1
*
Added SDL_THREAD_PRIORITY_TIME_CRITICAL
Sam Lantinga
2018-04-23
1
-1
/
+6
*
TryLockMutex: Fix error handling for TryLockMutex
Sam Lantinga
2018-04-23
1
-4
/
+7
*
Handle NULL return from SDL_DBus_GetContext()
Sam Lantinga
2018-04-23
1
-3
/
+2
*
Added SDL_LinuxSetThreadPriority() to directly set the priority of a Linux th...
Sam Lantinga
2018-04-23
1
-17
/
+25
*
Added support for adjusting thread priorities using Linux RealtimeKit
Sam Lantinga
2018-04-23
1
-2
/
+68
*
Fixed bug 4097 - Segmentation fault by SDL_CreateThreadWithStackSize
Sam Lantinga
2018-02-25
1
-1
/
+4
*
pthread: fix error code checks (thanks, Andreas!).
Ryan C. Gordon
2018-02-17
3
-5
/
+5
*
revert the recent typecast assignment changes (see bug #4079)
sezero
2018-02-12
1
-1
/
+5
*
Fixed ISO C99 compatibility
Sam Lantinga
2018-01-30
1
-5
/
+1
*
Updated copyright for 2018
Sam Lantinga
2018-01-03
7
-7
/
+7
*
Fixed bug 3258 - SDL_TryLockMutex blocks for pthreads with FAKE_RECURSIVE_MUTEX
Sam Lantinga
2017-08-11
1
-1
/
+1
*
haiku: Various fixes from haikuports.
Ryan C. Gordon
2017-05-01
1
-1
/
+1
*
Updated copyright for 2017
Sam Lantinga
2017-01-01
7
-7
/
+7
*
Renaming of guard header names to quiet -Wreserved-id-macro
Sam Lantinga
2016-11-20
1
-3
/
+3
*
Fixed empty parameter list in signatures of internal functions.
Philipp Wiesemann
2016-11-16
1
-1
/
+1
*
Patch from Sylvain to fix clang warnings
Sam Lantinga
2016-11-13
2
-1
/
+2
*
Define _GNU_SOURCE when building SDL
Sam Lantinga
2016-11-11
2
-6
/
+0
*
Fixed bug 2758 - Android issues with NDK r10c and API-21
Sam Lantinga
2016-10-14
1
-4
/
+4
*
Added a note on how to allow non-root applications to increase their thread p...
Sam Lantinga
2016-10-12
1
-0
/
+4
*
threads: Handle SDL_HINT_THREAD_STACK_SIZE at top level, implement elsewhere.
Ryan C. Gordon
2016-04-12
1
-8
/
+3
*
Updated copyright to 2016
Sam Lantinga
2016-01-02
7
-7
/
+7
*
NetBSD: fixed issues with cpuinfo and pthread_setname_np (thanks, Thomas!).
Ryan C. Gordon
2015-12-29
1
-0
/
+4
*
Removed not needed call to pthread_attr_getstacksize() for SDL_CreateThread().
Philipp Wiesemann
2015-08-15
1
-3
/
+0
*
Android: Fixed two warnings.
Philipp Wiesemann
2015-06-17
1
-2
/
+2
*
Partial fix for bug 2758 - Android issues with NDK r10c and API-21
Sam Lantinga
2015-06-17
1
-2
/
+3
*
Fixed bug 3011 - pthread/SDL_syssem.c requires _GNU_SOURCE
Sam Lantinga
2015-06-13
2
-1
/
+4
*
Uh, yeah, it helps to press "Save" before committing...
Ryan C. Gordon
2015-05-26
1
-1
/
+1
*
Stack hint should look for 0, not -1, and not care about environment variables.
Ryan C. Gordon
2015-05-26
1
-1
/
+4
[next]