index
:
~bnf/sdl-wayland
master
old
Unnamed repository; edit this file to name it for gitweb.
bnf
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
thread
/
pthread
Age
Commit message (
Expand
)
Author
Files
Lines
2011-10-18
Don't crash with a NULL thread name.
Ryan C. Gordon
1
-3
/
+5
2011-10-13
Fixed a whole slew of compiler warnings that -Wall exposed.
Ryan C. Gordon
2
-0
/
+4
2011-10-02
Patched to compile on Mac OS X (I think).
Ryan C. Gordon
1
-8
/
+2
2011-10-02
1.3 API CHANGE: Add support for naming threads.
Ryan C. Gordon
1
-1
/
+22
2011-09-20
Don't call pthread_exit(), returning from RunThread() is equivalent.
Ryan C. Gordon
1
-2
/
+1
2011-04-08
SDL 1.3 is now under the zlib license.
Sam Lantinga
6
-108
/
+102
2011-03-25
Android defines linux, but doesn't have the gettid system call.
Sam Lantinga
1
-2
/
+2
2011-03-25
Warn people not to run their applications as root!
Sam Lantinga
1
-0
/
+3
2011-03-25
The API sets the priority for the current thread, not an arbitrary thread.
Sam Lantinga
1
-5
/
+28
2011-03-25
Implemented SDL_SetThreadPriority()
Sam Lantinga
1
-0
/
+27
2011-03-12
Fixed so code will compile with SDL_config_minimal.h
Sam Lantinga
1
-1
/
+1
2011-02-11
Happy 2011! :)
Sam Lantinga
6
-6
/
+6
2011-01-27
Colin Leroy 2011-01-26 04:24:20 PST
Sam Lantinga
1
-9
/
+30
2011-01-27
Nobody is maintaining RISC OS code, so I'm removing it for now.
Sam Lantinga
1
-14
/
+0
2010-01-24
Fixed bug #926
Sam Lantinga
6
-12
/
+12
2009-12-30
We're using GNU recursive mutexes
Sam Lantinga
1
-0
/
+1
2009-12-16
Fixed bug #741
Sam Lantinga
2
-4
/
+4
2009-06-03
Von: Thomas Zimmermann
Sam Lantinga
1
-1
/
+1
2008-12-08
Updated copyright date
Sam Lantinga
6
-6
/
+6
2008-11-24
Fixed Bugzilla bug #205
Sam Lantinga
1
-13
/
+0
2008-10-04
Final merge of Google Summer of Code 2008 work...
Sam Lantinga
1
-1
/
+1
2008-08-27
Final merge of Google Summer of Code 2008 work...
Sam Lantinga
1
-2
/
+1
2006-07-10
SDL 1.2 is moving to a branch, and SDL 1.3 is becoming the head.
Sam Lantinga
6
-326
/
+361
2006-05-17
Make sure sem_wait didn't return early with EINTR. Fixes Bugzilla #231.
Ryan C. Gordon
1
-1
/
+2
2006-04-13
Fixed compile error
Sam Lantinga
1
-9
/
+7
2006-04-13
Fixed bug #179
Sam Lantinga
1
-25
/
+6
2006-03-09
Cleaning up warnings on MacOS X
Sam Lantinga
1
-0
/
+1
2006-03-02
Date: Wed, 01 Mar 2006 10:14:31 +0000
Sam Lantinga
1
-0
/
+15
2006-02-21
Use consistent identifiers for the various platforms we support.
Sam Lantinga
6
-3
/
+9
2006-02-16
New configure-based build system. Still work in progress, but much improved
Sam Lantinga
6
-0
/
+639