log include/SDL_atomic.h @ 4847:4201864f77e7

age author description
2010-01-24 Sam Lantinga Fixed bug #926
2009-10-19 Sam Lantinga Partial fix for bug #859
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 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 is really bad at handling assembly
2009-06-10 Sam Lantinga indent
2009-06-09 Bob Pendleton OK, had to add some casts to get SDL_atomic.h to compile with C++. testatomic still compiles and runs.
2009-06-09 Bob Pendleton First commit for SDL atomic operations.