log

age author description
2011-01-19 Sam Lantinga Greg Jandl to SDL
2011-01-19 Sam Lantinga Greg Jandl to SDL
2011-01-19 Sam Lantinga Whoops, good catch from Greg Jandl
2011-01-19 Sam Lantinga Fixed building with the latest iOS SDK (4.2)
2011-01-19 Sam Lantinga Fixed building with the latest iOS SDK (4.2)
2011-01-19 Sam Lantinga Fixed missing source files in static library target
2011-01-18 Sam Lantinga Not all MinGW compilers have intrin.h, so we'll only use this with Visual Studio.
2011-01-18 Sam Lantinga Fixed building with the latest iOS SDK (4.2)
2011-01-18 Sam Lantinga Fixed building with the latest iOS SDK (4.2)
2011-01-18 Sam Lantinga Fixed build against 10.4 SDK
2011-01-18 Sam Lantinga Fixed compiler error with the latest Xcode package
2011-01-18 Sam Lantinga Updated the snapshot script for Mercurial
2011-01-18 Sam Lantinga Michael gave permission to use his test code
2011-01-17 Sam Lantinga SDL_atomic.h is safe to include in the main header now.
2011-01-17 Sam Lantinga Fixed compiler warnings using Windows intrinsics
2011-01-17 Sam Lantinga Use compiler intrinsics on Windows
2011-01-17 Sam Lantinga Fixed compiler error
2011-01-17 Sam Lantinga Fixed compiler errors
2011-01-17 Sam Lantinga Use compiler intrinsics, where available
2011-01-17 Sam Lantinga Use the portable intrinsic
2011-01-17 Sam Lantinga Added testatomic test project
2011-01-17 Sam Lantinga Minor documentation consistency cleanup
2011-01-17 Sam Lantinga Fixed compiler warning
2011-01-17 Sam Lantinga Fixed compiler warning about symbol redefinition
2011-01-17 Sam Lantinga Include windows.h in SDL_atomic.h by default, but don't include the atomic API in SDL.h
2011-01-16 Sam Lantinga Don't hose code that isn't expecting a windows include
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