log src/atomic/SDL_spinlock.c @ 5284:96a22141cf86 tip

age author description
Fri, 11 Feb 2011 22:37:15 -0800 Sam Lantinga Happy 2011! :)
Mon, 07 Feb 2011 22:57:33 -0800 Sam Lantinga It's now possible to disable the fast atomic operations, at a huge performance penalty.
Tue, 25 Jan 2011 18:02:41 -0800 Sam Lantinga More fixes for compilation on Visual Studio
Tue, 25 Jan 2011 17:40:06 -0800 Sam Lantinga Improvements based on feedback from Anthony Williams
Mon, 24 Jan 2011 21:22:00 -0800 Sam Lantinga Only include windows.h on Windows. :)
Mon, 24 Jan 2011 21:20:30 -0800 Sam Lantinga Include windows.h in a single point in the source, so we can be consistent about the definition of UNICODE and have core utility functions for Windows that all modules can share.
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