summaryrefslogtreecommitdiff
path: root/include/SDL_thread.h
AgeCommit message (Expand)AuthorFilesLines
2016-01-02Updated copyright to 2016Sam Lantinga1-1/+1
2015-05-26Updated the copyright year to 2015Sam Lantinga1-1/+1
2014-09-06Fixed example in header file.Philipp Wiesemann1-2/+2
2014-02-02Fixed bug 2374 - Update copyright for 2014...Sam Lantinga1-1/+1
2013-12-09Implemented the Dynamic API magic.Ryan C. Gordon1-0/+5
2013-11-14Renamed things named after BeOS to be named after Haiku instead.Ryan C. Gordon1-1/+1
2013-11-14Added SDL_DetachThread() API.Ryan C. Gordon1-1/+41
2013-08-18Changed some documentation comments in header files to be used by doxygen.Philipp Wiesemann1-4/+6
2013-07-27Fixed bug 1983 - SDL_thread.h broken under MinGW crosscompiling environmentSam Lantinga1-1/+1
2013-07-20Fixed some compiler warnings that Visual Studio reported.Ryan C. Gordon1-1/+1
2013-07-12Fixed gcc warnings for apps using SDL headers with -Wstrict-prototypes flag.Dimitris Zenios1-1/+1
2013-07-10Added release/acquire memory barriers to the atomic APISam Lantinga1-3/+4
2013-07-10Implemented an API for thread-local storage: SDL_TLSCreate(), SDL_TLSSet(), S...Sam Lantinga1-0/+61
2013-05-18File style cleanup for the SDL 2.0 releaseSam Lantinga1-13/+9
2013-02-15Happy New Year!Sam Lantinga1-1/+1
2012-09-15Removed Windows CE support from SDL 2.0.Ryan C. Gordon1-12/+0
2011-12-31Happy New Year!Sam Lantinga1-1/+1
2011-10-021.3 API CHANGE: Add support for naming threads.Ryan C. Gordon1-4/+28
2011-09-12Clean up the win32 compiler warnings for SDL threads, in the 1.3 branch.Ryan C. Gordon1-12/+0
2011-04-08SDL 1.3 is now under the zlib license.Sam Lantinga1-19/+18
2011-03-25The API sets the priority for the current thread, not an arbitrary thread.Sam Lantinga1-2/+2
2011-03-25Implemented SDL_SetThreadPriority()Sam Lantinga1-0/+15
2011-02-11Happy 2011! :)Sam Lantinga1-1/+1
2011-01-24Fixed compiling on Windows Mobile SDK 5.0 with Visual Studio 2008Sam Lantinga1-1/+1
2011-01-20Fixed bug #925Sam Lantinga1-1/+1
2010-08-28Added a typedef for the thread function to simplify documentationSam Lantinga1-2/+7
2010-05-24SDL_KillThread() is no longer supported - it was always dangerous! :)Sam Lantinga1-10/+0
2010-01-24Fixed bug #926Sam Lantinga1-1/+1
2009-12-16Fixed bug #741Sam Lantinga1-4/+7
2009-10-19Partial fix for bug #859Sam Lantinga1-28/+60
2009-09-19Removed outdated OS/2 supportSam Lantinga1-10/+4
2008-12-08Updated copyright dateSam Lantinga1-1/+1
2008-11-24Fixed Bugzilla bug #205Sam Lantinga1-1/+6
2006-10-28indent is evilSam Lantinga1-6/+4
2006-10-17Merged SDL-ryan-multiple-audio-device branch r2803:2871 into the trunk.Ryan C. Gordon1-1/+1
2006-07-10SDL 1.2 is moving to a branch, and SDL 1.3 is becoming the head.Sam Lantinga1-20/+42
2006-05-17Fixed thread callback calling conventions, updated OS/2 DLL name to SDL12.dllSam Lantinga1-1/+1
2006-03-06Enabled libc support on Win32, so we don't break binary compatibility in 1.2Sam Lantinga1-5/+3
2006-03-06Fixed declarations to match mingw includesSam Lantinga1-0/+5
2006-03-04Updated WinCE support by Dmitry (with some tweaks)Sam Lantinga1-3/+2
2006-02-26Updated OS/2 build, yay!Sam Lantinga1-2/+2
2006-02-21Use consistent identifiers for the various platforms we support.Sam Lantinga1-1/+1
2006-02-10More header massaging... works great on Windows. ;-)Sam Lantinga1-0/+1
2006-02-10*** empty log message ***Sam Lantinga1-2/+1
2006-02-06It's now possible to build SDL without any C runtime at all on Windows,Sam Lantinga1-22/+22
2006-02-01Updated copyright information and removed rcs id lines (problematic in branch...Sam Lantinga1-12/+7
2005-11-23OS/2 port!Ryan C. Gordon1-0/+43
2004-08-20Date: Fri, 20 Aug 2004 08:31:20 +0200Sam Lantinga1-1/+1
2004-01-04Updated copyright information for 2004 (Happy New Year!)Sam Lantinga1-1/+1
2002-04-11Explicitly specify the SDL API calling convention (C by default)Sam Lantinga1-5/+5