log src/atomic/SDL_spinlock.c @ 5175:51b4cfdf7ebb

age author description
2011-01-26 Sam Lantinga More fixes for compilation on Visual Studio
2011-01-26 Sam Lantinga Improvements based on feedback from Anthony Williams
2011-01-25 Sam Lantinga Only include windows.h on Windows. :)
2011-01-25 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.
2011-01-24 Sam Lantinga Fixed compiling on Windows Mobile SDK 5.0 with Visual Studio 2008
2011-01-22 Sam Lantinga Fixed bug #1097
2011-01-22 Sam Lantinga HAVE_GCC_ATOMICS covers the test and set
2011-01-22 Sam Lantinga Separated out the minimum functionality that we need from gcc for our spinlock fallback.
2011-01-19 Sam Lantinga Whoops, good catch from Greg Jandl
2011-01-17 Sam Lantinga Use compiler intrinsics on Windows
2011-01-16 Sam Lantinga Added native atomic operations for Windows, Mac OS X, and gcc compiler intrinsics.
2011-01-15 Sam Lantinga Updated the atomic API for better use cases