log src/atomic/SDL_spinlock.c @ 5088:c2539ff054c8

age author description
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
Fri, 21 Jan 2011 21:45:55 -0800 Sam Lantinga HAVE_GCC_ATOMICS covers the test and set
Fri, 21 Jan 2011 21:42:04 -0800 Sam Lantinga Separated out the minimum functionality that we need from gcc for our spinlock fallback.
Tue, 18 Jan 2011 22:10:37 -0800 Sam Lantinga Whoops, good catch from Greg Jandl
Mon, 17 Jan 2011 14:05:43 -0800 Sam Lantinga Use compiler intrinsics on Windows
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