log test/testatomic.c @ 3556:9c2e92de786a

age author description
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
2009-06-29 Bob Pendleton I've made so many changes I don't dare continue until I check the current stuff in.
2009-06-24 Bob Pendleton Disabling 64 bit atomics operations until I figure out why they do not link.
2009-06-24 Bob Pendleton This check in updates SDL_atomic.h to reflect the new set of atomic operations in 32 and 64 bit form.
2009-06-10 Sam Lantinga indent
2009-06-09 Bob Pendleton First commit for SDL atomic operations.