summaryrefslogtreecommitdiff
path: root/test/testatomic.c
AgeCommit message (Expand)AuthorFilesLines
2011-04-08SDL 1.3 is now under the zlib license.Sam Lantinga1-0/+11
2011-01-27Bump up the default cache line size.Sam Lantinga1-0/+1
2011-01-27Added cache line size info in SDL_cpuinfo.hSam Lantinga1-10/+7
2011-01-27Fixed compiling under Visual StudioSam Lantinga1-1/+0
2011-01-26Since we're directly reading and writing 'active' from different threads, it ...Sam Lantinga1-1/+1
2011-01-26Added a test to measure the impact of a separate thread periodically locking ...Sam Lantinga1-26/+99
2011-01-25Added a FIFO test to the atomic test suite.Sam Lantinga1-0/+393
2011-01-18Michael gave permission to use his test codeSam Lantinga1-3/+10
2011-01-17Fixed compiler errorsSam Lantinga1-10/+9
2011-01-16Include windows.h in SDL_atomic.h by default, but don't include the atomic AP...Sam Lantinga1-0/+2
2011-01-16Added native atomic operations for Windows, Mac OS X, and gcc compiler intrin...Sam Lantinga1-4/+168
2011-01-15Updated the atomic API for better use casesSam Lantinga1-111/+50
2009-10-04Fixed bug #817Sam Lantinga1-2/+3
2009-09-29Better cross-platform macros for printing 32 and 64 bit valuesSam Lantinga1-22/+34
2009-09-28Ok, added long casts to get rid of compiler warnings.Bob Pendleton1-11/+11
2009-09-23int testmmousetable.c the arguments to main() are not compatible with what is...Bob Pendleton1-1/+1
2009-09-17The new, cleaner, version of the atomic operations. The dummy code is what yo...Bob Pendleton1-24/+9
2009-08-11Start of redesign, getting rid of 8 and 16 bit operations in .h and test files.Bob Pendleton1-102/+0
2009-07-09volitile... duh, yeah the variable need to be labeled volitileBob Pendleton1-4/+4
2009-06-29I've made so many changes I don't dare continue until I check the current stu...Bob Pendleton1-9/+191
2009-06-24Disabling 64 bit atomics operations until I figure out why they do not link.Bob Pendleton1-58/+45
2009-06-24This check in updates SDL_atomic.h to reflect the new set of atomic operation...Bob Pendleton1-47/+47
2009-06-10indentSam Lantinga1-53/+53
2009-06-09First commit for SDL atomic operations.Bob Pendleton1-0/+64