log test/testatomic.c @ 5073:1e94e68525d5

age author description
2011-01-18 Sam Lantinga Michael gave permission to use his test code
2011-01-17 Sam Lantinga Fixed compiler errors
2011-01-17 Sam Lantinga Include windows.h in SDL_atomic.h by default, but don't include the atomic API in SDL.h
2011-01-16 Sam Lantinga Added native atomic operations for Windows, Mac OS X, and gcc compiler intrinsics.
2011-01-15 Sam Lantinga Updated the atomic API for better use cases
2009-10-04 Sam Lantinga Fixed bug #817
2009-09-29 Sam Lantinga Better cross-platform macros for printing 32 and 64 bit values
2009-09-28 Bob Pendleton Ok, added long casts to get rid of compiler warnings.
2009-09-23 Bob Pendleton int testmmousetable.c the arguments to main() are not compatible with what is required in SDL_main.h
2009-09-17 Bob Pendleton The new, cleaner, version of the atomic operations. The dummy code is what you should start working with to port atomic ops.
2009-08-11 Bob Pendleton Start of redesign, getting rid of 8 and 16 bit operations in .h and test files.
2009-07-09 Bob Pendleton volitile... duh, yeah the variable need to be labeled volitile