log include/SDL_atomic.h @ 5097:dceec93471e7

age author description
Tue, 25 Jan 2011 17:40:06 -0800 Sam Lantinga Improvements based on feedback from Anthony Williams
Mon, 24 Jan 2011 15:46:11 -0800 Sam Lantinga Fixed compiling on Windows Mobile SDK 5.0 with Visual Studio 2008
Fri, 21 Jan 2011 23:46:51 -0800 Sam Lantinga Fixed bug #1097
Tue, 18 Jan 2011 15:07:53 -0800 Sam Lantinga Not all MinGW compilers have intrin.h, so we'll only use this with Visual Studio.
Mon, 17 Jan 2011 14:07:15 -0800 Sam Lantinga Fixed compiler warnings using Windows intrinsics
Mon, 17 Jan 2011 13:53:31 -0800 Sam Lantinga Use compiler intrinsics, where available
Sun, 16 Jan 2011 17:45:42 -0800 Sam Lantinga Include windows.h in SDL_atomic.h by default, but don't include the atomic API in SDL.h
Sun, 16 Jan 2011 15:31:09 -0800 Sam Lantinga Don't hose code that isn't expecting a windows include
Sun, 16 Jan 2011 15:16:39 -0800 Sam Lantinga Added native atomic operations for Windows, Mac OS X, and gcc compiler intrinsics.
Sat, 15 Jan 2011 12:41:59 -0800 Sam Lantinga Updated the atomic API for better use cases
Sun, 27 Jun 2010 23:17:36 -0700 Sam Lantinga Typo in documentation
Sun, 24 Jan 2010 21:10:53 +0000 Sam Lantinga Fixed bug #926
Mon, 19 Oct 2009 13:31:58 +0000 Sam Lantinga Partial fix for bug #859
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.