summaryrefslogtreecommitdiff
path: root/src/timer/unix/SDL_systimer.c
Commit message (Expand)AuthorAgeFilesLines
* Removed support for clock_gettime_nsec_np()Sam Lantinga2021-02-011-22/+5
* Fixed bug 5467 - SDL sys timer Mac OS update proposalSam Lantinga2021-01-231-5/+22
* Updated copyright for 2021Sam Lantinga2021-01-021-1/+1
* Fixed bug 5235 - All internal sources should include SDL_assert.hSam Lantinga2020-12-091-1/+0
* emscripten: Introduce SDL_HINT_EMSCRIPTEN_ASYNCIFYSylvain Beucler2020-06-271-2/+3
* emscripten: support pseudo-synchronous screen refresh and events update using...Sylvain Beucler2020-06-271-0/+11
* Updated copyright date for 2020Sam Lantinga2020-01-161-1/+1
* Updated copyright for 2019Sam Lantinga2019-01-041-1/+1
* Fix warnings detected on Android buildSylvain Becker2018-12-061-2/+1
* Updated copyright for 2018Sam Lantinga2018-01-031-1/+1
* Updated copyright for 2017Sam Lantinga2017-01-011-1/+1
* Patch from Sylvain to fix clang warningsSam Lantinga2016-11-131-0/+1
* Updated copyright to 2016Sam Lantinga2016-01-021-1/+1
* Use CLOCK_MONOTONIC_RAW, if available, which is not subject to adjustment by NTPSam Lantinga2015-06-191-3/+12
* Updated the copyright year to 2015Sam Lantinga2015-05-261-1/+1
* Fixed compiler warnings on iOSSam Lantinga2014-07-071-4/+2
* Fix compiler warnings in Native Client and Linux builds.Sam Clegg2014-06-201-0/+7
* Fixed bug 2423 - timeBeginPeriod & timeEndPeriod mismatchSam Lantinga2014-03-011-4/+10
* 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
* Fixes bug #2074 - Thanks Sylvain!Gabriel Jacobo2013-08-291-3/+3
* Fixes for -Wdeclaration-after-statementGabriel Jacobo2013-08-211-2/+2
* auto init the ticks if the GetTicks and the like methods are called before SD...Edward Rudd2013-08-171-1/+19
* Fixed bug 1925 - SDL_GetPerformanceFrequency returns incorrect value on iOSSam Lantinga2013-08-101-2/+2
* Updated timer test and fixed performance counter on Mac OS XSam Lantinga2013-06-231-5/+7
* File style cleanup for the SDL 2.0 releaseSam Lantinga2013-05-181-1/+1
* add in OS X Monotonic clock as well as handling fall-back incase the OSX/Linu...Edward Rudd2013-05-021-46/+74
* 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
* SDL 1.3 is now under the zlib license.Sam Lantinga2011-04-081-19/+18
* Added high resolution timing API: SDL_GetPerformanceCounter(), SDL_GetPerform...Sam Lantinga2011-03-251-0/+36
* Happy 2011! :)Sam Lantinga2011-02-111-1/+1
* Improved timer implementationSam Lantinga2011-01-271-121/+1
* Fixed compile warningsSam Lantinga2010-07-131-0/+1
* Fixed bug #926Sam Lantinga2010-01-241-1/+1
* Fixed bug #935Sam Lantinga2010-01-241-11/+0
* Updated copyright dateSam Lantinga2008-12-081-1/+1
* Final merge of Google Summer of Code 2008 work...Sam Lantinga2008-08-271-2/+1
* SDL 1.2 is moving to a branch, and SDL 1.3 is becoming the head.Sam Lantinga2006-07-101-105/+124
* Make sure code is only compiled if the appropriate subsystem is enabledSam Lantinga2006-04-141-0/+4
* Need time.h for nanosleep too...Sam Lantinga2006-03-231-1/+1
* Use consistent identifiers for the various platforms we support.Sam Lantinga2006-02-211-0/+1
* NetBSD supportSam Lantinga2006-02-201-5/+0
* New configure-based build system. Still work in progress, but much improvedSam Lantinga2006-02-161-0/+240