log test/testatomic.c @ 3695:f6a8be3fefa0

age author description
Sun, 04 Oct 2009 09:55:20 +0000 Sam Lantinga Fixed bug #817
Tue, 29 Sep 2009 01:19:14 +0000 Sam Lantinga Better cross-platform macros for printing 32 and 64 bit values
Mon, 28 Sep 2009 18:44:26 +0000 Bob Pendleton Ok, added long casts to get rid of compiler warnings.
Wed, 23 Sep 2009 02:52:11 +0000 Bob Pendleton int testmmousetable.c the arguments to main() are not compatible with what is required in SDL_main.h
Thu, 17 Sep 2009 20:35:12 +0000 Bob Pendleton The new, cleaner, version of the atomic operations. The dummy code is what you should start working with to port atomic ops.
Tue, 11 Aug 2009 21:27:19 +0000 Bob Pendleton Start of redesign, getting rid of 8 and 16 bit operations in .h and test files.
Thu, 09 Jul 2009 21:31:27 +0000 Bob Pendleton volitile... duh, yeah the variable need to be labeled volitile
Mon, 29 Jun 2009 19:54:43 +0000 Bob Pendleton I've made so many changes I don't dare continue until I check the current stuff in.
Wed, 24 Jun 2009 22:24:23 +0000 Bob Pendleton Disabling 64 bit atomics operations until I figure out why they do not link.
Wed, 24 Jun 2009 20:04:08 +0000 Bob Pendleton This check in updates SDL_atomic.h to reflect the new set of atomic operations in 32 and 64 bit form.
Wed, 10 Jun 2009 13:34:20 +0000 Sam Lantinga indent
Tue, 09 Jun 2009 17:33:44 +0000 Bob Pendleton First commit for SDL atomic operations.