index
:
~wtay/SDL
SDL-1.2
fixes
master
pipewire-camera
rhel-7.9
rhel-8
rhel-8.0
rhel-8.0-SDL2
Unnamed repository; edit this file 'description' to name the repository.
wtay
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
thread
Age
Commit message (
Expand
)
Author
Files
Lines
2014-02-02
Fixed bug 2374 - Update copyright for 2014...
Sam Lantinga
28
-28
/
+28
2013-12-09
Implemented the Dynamic API magic.
Ryan C. Gordon
1
-1
/
+7
2013-11-24
Make internal SDL sources include SDL_internal.h instead of SDL_config.h
Ryan C. Gordon
25
-25
/
+25
2013-11-14
Added SDL_DetachThread() API.
Ryan C. Gordon
7
-4
/
+77
2013-11-13
Started BeOS removal: merged BeOS thread and pthread code.
Ryan C. Gordon
6
-384
/
+10
2013-10-20
Added a macro SDL_TICKS_PASSED() to correctly compare two 32-bit tick values.
Sam Lantinga
1
-1
/
+1
2013-10-20
Disable Win32 thread naming again. See Bugzilla #2089.
Ryan C. Gordon
1
-0
/
+4
2013-10-17
Fixed building using MinGW
Sam Lantinga
2
-4
/
+4
2013-09-07
Disable thread naming on Win64 for now.
Ryan C. Gordon
1
-1
/
+1
2013-09-06
Fixed time comparison and explicitly delay 1 ms instead of an arbitrary sched...
Sam Lantinga
1
-2
/
+2
2013-09-05
Fixed bug 2076 - OpenGL doesn't work with --disable-threads
Sam Lantinga
3
-0
/
+7
2013-08-31
Enabled thread naming on Windows.
Ryan C. Gordon
1
-10
/
+26
2013-08-29
Fixes bug #2074 - Thanks Sylvain!
Gabriel Jacobo
1
-1
/
+1
2013-08-08
Fixed crash if SDL_GetThreadName() is passed a NULL thread.
Sam Lantinga
1
-5
/
+17
2013-07-23
Add a timeout to the clipboard code to avoid hangs when using synergy. When a...
Sam Lantinga
1
-0
/
+0
2013-07-21
Fixed building with cygwin
Sam Lantinga
1
-0
/
+6
2013-07-20
One more compiler warning.
Ryan C. Gordon
1
-1
/
+1
2013-07-20
Fixed some compiler warnings that Visual Studio reported.
Ryan C. Gordon
2
-3
/
+3
2013-07-10
Added release/acquire memory barriers to the atomic API
Sam Lantinga
7
-314
/
+301
2013-07-10
Fixed Haiku build
Sam Lantinga
1
-3
/
+1
2013-07-10
Implemented an API for thread-local storage: SDL_TLSCreate(), SDL_TLSSet(), S...
Sam Lantinga
5
-142
/
+501
2013-07-06
Fixed bug 1936 - Broken URL in generic SDL_syscond.c
Sam Lantinga
1
-1
/
+1
2013-06-13
Fixed SDL building with the minimal configuration
Sam Lantinga
1
-5
/
+5
2013-06-02
Fixed bug 1881 - SDL will not compile with "SDL_THREADS" disabled.
Sam Lantinga
1
-0
/
+7
2013-05-18
File style cleanup for the SDL 2.0 release
Sam Lantinga
5
-102
/
+102
2013-03-31
Make SDL_SetError and friends unconditionally return -1.
Ryan C. Gordon
17
-151
/
+73
2013-03-17
Removed Nintendo DS support since nobody has volunteered to maintain it for o...
Sam Lantinga
9
-804
/
+0
2013-03-17
Add PSP support
Captain Lex
7
-0
/
+668
2013-03-09
Fix SDL_TryLockMutex compile error when FAKE_RECURSIVE_MUTEX is defined
Andreas Schiffler
1
-1
/
+1
2013-03-07
Changed the name of SDL_mutexP() SDL_mutexV()
Sam Lantinga
7
-14
/
+14
2013-03-06
move variable declaration to beginning of function
Edward Rudd
1
-1
/
+1
2013-03-05
Add SDL_TryLockMutex and implementations for all platforms
Edward Rudd
4
-2
/
+133
2013-02-15
Happy New Year!
Sam Lantinga
30
-30
/
+30
2012-11-03
Whoops, let's not redefine the actual symbol.
Ryan C. Gordon
1
-7
/
+7
2012-11-03
Make Linux dynamically look up pthread_setname_np() for older glibc compat.
Ryan C. Gordon
1
-17
/
+41
2012-10-23
Really fixed the Mac build this time.
Sam Lantinga
1
-2
/
+7
2012-10-23
Fixed Mac OS X build
Sam Lantinga
1
-1
/
+1
2012-10-23
Fixed running SDL on older versions of Mac OS X. pthread_setname_np() was in...
Sam Lantinga
1
-1
/
+7
2012-09-27
Removed executable bit from source files
Sam Lantinga
30
-0
/
+0
2012-09-15
Removed Windows CE support from SDL 2.0.
Ryan C. Gordon
5
-293
/
+0
2012-07-09
Fixes #1422, removes global JNI Env, uses per thread copies, adds thread auto...
Gabriel Jacobo
1
-0
/
+6
2012-02-20
Fixed bug 1426 - SDL_SemWaitTimeout returns -1 and sets error instead of SDL_...
Sam Lantinga
1
-1
/
+5
2012-01-15
Check for sem_timedwait(), which isn't available on some systems (including O...
Sam Lantinga
1
-0
/
+14
2011-12-31
Happy New Year!
Sam Lantinga
30
-30
/
+30
2011-10-31
Lots of fixes importing SDL source wholesale into a new iOS project
Sam Lantinga
12
-347
/
+29
2011-10-18
Don't crash with a NULL thread name.
Ryan C. Gordon
3
-22
/
+27
2011-10-13
Fixed a whole slew of compiler warnings that -Wall exposed.
Ryan C. Gordon
2
-0
/
+4
2011-10-02
Disable thread naming on Windows for now.
Ryan C. Gordon
1
-0
/
+2
2011-10-02
Patched to compile on Mac OS X (I think).
Ryan C. Gordon
1
-8
/
+2
2011-10-02
Further patched to compile on Windows.
Ryan C. Gordon
1
-1
/
+1
[next]