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.
|
Tue, 11 Aug 2009 21:27:19 +0000 |
Bob Pendleton |
Start of redesign, getting rid of 8 and 16 bit operations in .h and test files.
|
Thu, 09 Jul 2009 21:31:27 +0000 |
Bob Pendleton |
volitile... duh, yeah the variable need to be labeled volitile
|
Mon, 29 Jun 2009 19:54:43 +0000 |
Bob Pendleton |
I've made so many changes I don't dare continue until I check the current stuff in.
|
Wed, 24 Jun 2009 20:04:08 +0000 |
Bob Pendleton |
This check in updates SDL_atomic.h to reflect the new set of atomic operations in 32 and 64 bit form.
|
Wed, 10 Jun 2009 13:38:19 +0000 |
Sam Lantinga |
indent is really bad at handling assembly
|
Wed, 10 Jun 2009 13:34:20 +0000 |
Sam Lantinga |
indent
|
Tue, 09 Jun 2009 19:39:23 +0000 |
Bob Pendleton |
OK, had to add some casts to get SDL_atomic.h to compile with C++. testatomic still compiles and runs.
|
Tue, 09 Jun 2009 17:33:44 +0000 |
Bob Pendleton |
First commit for SDL atomic operations.
|