summaryrefslogtreecommitdiff
path: root/src/timer
AgeCommit message (Expand)AuthorFilesLines
2019-01-04Updated copyright for 2019Sam Lantinga7-7/+7
2018-12-06Fix warnings detected on Android buildSylvain Becker1-2/+1
2018-10-28Add and update include guardsMichaƂ Janiszewski1-0/+6
2018-01-03Updated copyright for 2018Sam Lantinga7-7/+7
2017-08-14Fixed bug 3745 - specify SDLCALL as the calling convention for API callbacksSam Lantinga1-1/+1
2017-08-13Fixed bug 2764 - Timer is not rescheduled with the returned intervalSam Lantinga1-0/+1
2017-08-13Fixed bug 3744 - missing SDLCALL in several functionsSam Lantinga1-1/+1
2017-07-29haiku: Changed header paths to be more compatible.Philipp Wiesemann1-1/+1
2017-01-01Updated copyright for 2017Sam Lantinga7-7/+7
2016-11-13Patch from Sylvain to fix clang warningsSam Lantinga1-0/+1
2016-10-16Windows: Fixed not removing the always added hint callback on quit.Philipp Wiesemann1-4/+2
2016-04-12threads: Move SDL's own thread creation to a new internal API.Ryan C. Gordon1-12/+4
2016-02-14Windows: make sure SDL_TicksInit has been called before calling Sleep(ms) in ...Alex Szpakowski1-0/+4
2016-01-03Remove almost all instances of "volatile" keyword.Ryan C. Gordon1-26/+17
2016-01-02Updated copyright to 2016Sam Lantinga7-7/+7
2015-06-19Use CLOCK_MONOTONIC_RAW, if available, which is not subject to adjustment by NTPSam Lantinga1-3/+12
2015-05-26Updated the copyright year to 2015Sam Lantinga7-7/+7
2015-04-20Cleaned up the macro salsa in the Windows timer code.Ryan C. Gordon1-56/+29
2015-04-20Windows: Always set the system timer resolution to 1ms by default.Ryan C. Gordon1-7/+10
2015-01-31Added missing guards in implementation for PSP.Philipp Wiesemann1-0/+4
2015-01-31Added missing include statements in implementation for PSP.Philipp Wiesemann1-0/+1
2014-11-15WinRT: build fix for Visual C++ 2013 Update 4David Ludwig1-1/+13
2014-07-07Fixed compiler warnings on iOSSam Lantinga1-4/+2
2014-06-20Fix compiler warnings in Native Client and Linux builds.Sam Clegg1-0/+7
2014-03-09Integrated David Ludwig's support for Windows RTSam Lantinga1-2/+27
2014-03-09Fixed line endings on WinRT source codeSam Lantinga1-11/+11
2014-03-01Fixed bug 2423 - timeBeginPeriod & timeEndPeriod mismatchSam Lantinga6-17/+59
2014-02-02Fixed bug 2374 - Update copyright for 2014...Sam Lantinga7-7/+7
2013-12-09Implemented the Dynamic API magic.Ryan C. Gordon1-0/+4
2013-11-28WinRT: merged with latest SDL 2.x/HG codeDavid Ludwig1-3/+3
2013-11-24Make internal SDL sources include SDL_internal.h instead of SDL_config.hRyan C. Gordon6-6/+6
2013-11-14Renamed things named after BeOS to be named after Haiku instead.Ryan C. Gordon1-3/+3
2013-10-27WinRT: merged with SDL 2.0.1 codebaseDavid Ludwig6-21/+66
2013-08-13WinRT: build fixes and additional WinRT-related integrations with SDL 2.0.0David Ludwig1-0/+25
2013-08-10Fixed bug 1925 - SDL_GetPerformanceFrequency returns incorrect value on iOSSam Lantinga1-2/+2
2013-08-29Fixes bug #2074 - Thanks Sylvain!Gabriel Jacobo1-3/+3
2013-08-21Fixes for -Wdeclaration-after-statementGabriel Jacobo1-2/+2
2013-08-17Patched to compile with Visual Studio.Ryan C. Gordon1-4/+4
2013-08-17Fixed for consistency with the other platformsSam Lantinga1-2/+4
2013-08-17auto init the ticks if the GetTicks and the like methods are called before SD...Edward Rudd6-18/+61
2013-07-13Added a hint to control the Windows timer resolution: SDL_HINT_TIMER_RESOLUTIONSam Lantinga1-9/+41
2013-06-23Updated timer test and fixed performance counter on Mac OS XSam Lantinga1-5/+7
2013-05-18File style cleanup for the SDL 2.0 releaseSam Lantinga5-16/+16
2013-05-02move Ticks initialization tracking to separate function and ensure it's calle...Edward Rudd2-0/+13
2013-05-02add in OS X Monotonic clock as well as handling fall-back incase the OSX/Linu...Edward Rudd1-46/+74
2013-05-02QueryPerformanceCounter() is reliable these days, and setting the timer frequ...Sam Lantinga1-4/+4
2013-03-17Removed Nintendo DS support since nobody has volunteered to maintain it for o...Sam Lantinga1-78/+0
2013-03-17Add PSP supportCaptain Lex1-0/+69
2013-03-07Changed the name of SDL_mutexP() SDL_mutexV()Sam Lantinga1-4/+4
2013-02-15Happy New Year!Sam Lantinga7-7/+7