summaryrefslogtreecommitdiff
path: root/test/testtimer.c
Commit message (Expand)AuthorAgeFilesLines
* Updated copyright for 2021Sam Lantinga2021-01-021-1/+1
* Fix some format specifier warningsJay Petacat2020-03-251-1/+1
* 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
* Updated copyright to 2016Sam Lantinga2016-01-021-1/+1
* Fixed compile error in timer test program if PRIu64 not available.Philipp Wiesemann2015-12-011-1/+1
* Replaced tabs with spaces in test programs.Philipp Wiesemann2015-11-251-1/+1
* Updated the copyright year to 2015Sam Lantinga2015-05-261-1/+1
* switch to use SDL_PRI* macros for long long formatting everywhere.Edward Rudd2014-12-031-1/+1
* Fixed bug 2374 - Update copyright for 2014...Sam Lantinga2014-02-021-1/+1
* Fix bug 2034: replace printf by SDL_Log in tests; update loopwave VS solution...Andreas Schiffler2013-08-141-14/+16
* Updated the copyright year for the test programsSam Lantinga2013-07-251-1/+1
* Fixed compiler warning in testtimer.cRyan C. Gordon2013-07-141-1/+1
* Updated timer test and fixed performance counter on Mac OS XSam Lantinga2013-06-231-15/+13
* Fixed building tests on iOSSam Lantinga2013-06-051-0/+1
* File style cleanup for the SDL 2.0 releaseSam Lantinga2013-05-181-1/+1
* Removed the SDL 1.2 compatibility API... we'll see how painful this is.Sam Lantinga2012-01-221-0/+10
* SDL 1.3 is now under the zlib license.Sam Lantinga2011-04-081-0/+11
* Added high resolution timing API: SDL_GetPerformanceCounter(), SDL_GetPerform...Sam Lantinga2011-03-251-1/+11
* SDL 1.2 is moving to a branch, and SDL 1.3 is becoming the head.Sam Lantinga2006-07-101-65/+68
* Fixed bug #215Sam Lantinga2006-05-071-2/+2
* Ugh, more 64-bit cleanupSam Lantinga2006-03-311-8/+1
* BlahSam Lantinga2006-03-121-1/+1
* Added documentation on how to build a completely useless SDL library. :)Sam Lantinga2006-03-081-1/+1
* Removed atexit() from most of the test programs; atexit(SDL_Quit) isn't safeRyan C. Gordon2005-09-281-2/+9
* Date: Wed, 26 Nov 2003 01:52:02 +0800Sam Lantinga2004-01-041-3/+3
* Initial revisionSam Lantinga2001-04-261-0/+87