summaryrefslogtreecommitdiff
path: root/test/testplatform.c
Commit message (Expand)AuthorAgeFilesLines
* Updated copyright for 2021Sam Lantinga2021-01-021-1/+1
* Updated copyright date for 2020Sam Lantinga2020-01-161-1/+1
* Updated copyright for 2019Sam Lantinga2019-01-041-1/+1
* cpuinfo: Added SDL_HasAVX512F().Ryan C. Gordon2018-05-211-0/+1
* Updated copyright for 2018Sam Lantinga2018-01-031-1/+1
* Added min/max macros for the sized SDL datatypesSam Lantinga2017-10-161-0/+20
* Updated copyright for 2017Sam Lantinga2017-01-011-1/+1
* cpuinfo: first attempt at SDL_HasNEON() implementation.Ryan C. Gordon2016-11-171-0/+1
* Shifting a value by more than its bits isn't defined and has varying behavior...Sam Lantinga2016-11-061-5/+5
* Fixed bug 3468 - _allshr in SDL_stdlib.c is not working properlySam Lantinga2016-11-061-0/+215
* Added call to SDL_HasAVX2() in platform test program.Philipp Wiesemann2016-10-301-0/+1
* Updated copyright to 2016Sam Lantinga2016-01-021-1/+1
* Updated the copyright year to 2015Sam Lantinga2015-05-261-1/+1
* Updated name of assert type in test program.Philipp Wiesemann2015-03-151-1/+1
* Removed redundant include statements from test programs.Philipp Wiesemann2015-02-181-3/+0
* switch to use SDL_PRI* macros for long long formatting everywhere.Edward Rudd2014-12-031-7/+1
* Fixed bug 2374 - Update copyright for 2014...Sam Lantinga2014-02-021-1/+1
* Fixed bug 2376 - no SDL_HasAVXSam Lantinga2014-02-021-0/+1
* Fixed compiling on Mac OS X, added a system RAM testSam Lantinga2013-10-171-0/+1
* Fix bug 2034: replace printf by SDL_Log in tests; update loopwave VS solution...Andreas Schiffler2013-08-141-27/+30
* Updated the copyright year for the test programsSam Lantinga2013-07-251-1/+1
* Fixed another printf() compiler warning, this time in the 1.3 branch.Ryan C. Gordon2011-08-231-2/+3
* Added test of the assertion reporting systemSam Lantinga2011-04-191-0/+10
* SDL 1.3 is now under the zlib license.Sam Lantinga2011-04-081-0/+11
* SDL 1.3 requires a 64-bit type for the platform.Sam Lantinga2011-03-251-10/+1
* Fixing permissionsSam Lantinga2011-03-111-0/+0
* Re-added the 3DNow! and AltiVec instruction support.Sam Lantinga2011-02-221-1/+3
* Fixed SSE4 detection, and split it into SSE 4.1 and 4.2Sam Lantinga2011-02-111-1/+2
* Updated CPU detection code for SSE3 and SSE4 and removed obsolete 3DNow! and ...Sam Lantinga2011-02-111-5/+2
* Fixed testSam Lantinga2011-01-271-2/+1
* Added CPU cache line size to the test output.Sam Lantinga2011-01-271-0/+1
* Fixed compile warning on 64-bit Mac OS XSam Lantinga2010-01-211-4/+8
* Fixed compiler warnings on 32-bit LinuxSam Lantinga2010-01-211-4/+4
* Moved the assertion tests to testplatformSam Lantinga2010-01-131-0/+23
* Added SDL_GetCPUCount() to see how many cores are available.Sam Lantinga2009-12-161-0/+1
* Fixed bug #777Sam Lantinga2009-09-261-52/+1
* Fixed bug #705Sam Lantinga2009-09-261-4/+4
* Fixed bug #615Sam Lantinga2009-09-211-0/+3
* Final merge of Google Summer of Code 2008 work...Sam Lantinga2008-10-041-0/+2
* Removed AmigaOS code for 1.3 branch.Ryan C. Gordon2006-10-291-2/+0
* SDL 1.2 is moving to a branch, and SDL 1.3 is becoming the head.Sam Lantinga2006-07-101-141/+147
* Fixes bug #195:Sam Lantinga2006-04-131-1/+1
* Ugh, more 64-bit cleanupSam Lantinga2006-03-311-4/+8
* Updated MacOS Classic MPW buildSam Lantinga2006-02-241-1/+1
* testplatform replaces testtypes, testendian, and testcpuinfoSam Lantinga2006-02-241-0/+205