summaryrefslogtreecommitdiff
path: root/src/thread/SDL_systhread.h
Commit message (Expand)AuthorAgeFilesLines
* Updated copyright for 2021Sam Lantinga2021-01-021-1/+1
* thread: Put all important SDL_CreateThread internal data into SDL_Thread.Ryan C. Gordon2020-03-261-2/+2
* Updated copyright date for 2020Sam Lantinga2020-01-161-1/+1
* Updated copyright for 2019Sam Lantinga2019-01-041-1/+1
* Updated copyright for 2018Sam Lantinga2018-01-031-1/+1
* Updated copyright for 2017Sam Lantinga2017-01-011-1/+1
* Renaming of guard header names to quiet -Wreserved-id-macroSam Lantinga2016-11-201-3/+3
* Patch from Sylvain to fix clang warningsSam Lantinga2016-11-131-1/+1
* threads: Move SDL's own thread creation to a new internal API.Ryan C. Gordon2016-04-121-0/+5
* Updated copyright to 2016Sam Lantinga2016-01-021-1/+1
* Updated the copyright year to 2015Sam Lantinga2015-05-261-1/+1
* Fixed bug 2374 - Update copyright for 2014...Sam Lantinga2014-02-021-1/+1
* Make internal SDL sources include SDL_internal.h instead of SDL_config.hRyan C. Gordon2013-11-241-1/+1
* Added SDL_DetachThread() API.Ryan C. Gordon2013-11-141-0/+3
* Fixed bug 2076 - OpenGL doesn't work with --disable-threadsSam Lantinga2013-09-051-0/+1
* Added release/acquire memory barriers to the atomic APISam Lantinga2013-07-101-0/+6
* Happy New Year!Sam Lantinga2013-02-151-1/+1
* Removed executable bit from source filesSam Lantinga2012-09-271-0/+0
* Happy New Year!Sam Lantinga2011-12-311-1/+1
* 1.3 API CHANGE: Add support for naming threads.Ryan C. Gordon2011-10-021-1/+1
* SDL 1.3 is now under the zlib license.Sam Lantinga2011-04-081-19/+18
* The API sets the priority for the current thread, not an arbitrary thread.Sam Lantinga2011-03-251-2/+2
* Implemented SDL_SetThreadPriority()Sam Lantinga2011-03-251-0/+3
* Happy 2011! :)Sam Lantinga2011-02-111-1/+1
* Fixed bug #926Sam Lantinga2010-01-241-1/+1
* Added SDL_GetCPUCount() to see how many cores are available.Sam Lantinga2009-12-161-0/+1
* Updated copyright dateSam Lantinga2008-12-081-1/+1
* Fixed Bugzilla bug #205Sam Lantinga2008-11-241-3/+0
* SDL 1.2 is moving to a branch, and SDL 1.3 is becoming the head.Sam Lantinga2006-07-101-4/+7
* Enabled libc support on Win32, so we don't break binary compatibility in 1.2Sam Lantinga2006-03-061-1/+1
* Use consistent identifiers for the various platforms we support.Sam Lantinga2006-02-211-1/+2
* New configure-based build system. Still work in progress, but much improvedSam Lantinga2006-02-161-1/+5
* It's now possible to build SDL without any C runtime at all on Windows,Sam Lantinga2006-02-061-1/+1
* Updated copyright information and removed rcs id lines (problematic in branch...Sam Lantinga2006-02-011-12/+7
* OS/2 port!Ryan C. Gordon2005-11-231-0/+4
* Updated copyright information for 2004 (Happy New Year!)Sam Lantinga2004-01-041-1/+1
* Updated copyright information for 2002Sam Lantinga2002-03-061-1/+1
* Updated the source with the correct e-mail addressSam Lantinga2001-12-141-1/+1
* Initial revisionSam Lantinga2001-04-261-0/+48