2011-02-12 |
Sam Lantinga |
Happy 2011! :)
|
2011-02-08 |
Sam Lantinga |
It's now possible to disable the fast atomic operations, at a huge performance penalty.
|
2011-02-01 |
Sam Lantinga |
Spacing for documentation tweaks
|
2011-02-01 |
Sam Lantinga |
Tweak for documentation
|
2011-01-26 |
Sam Lantinga |
Added a FIFO test to the atomic test suite.
|
2011-01-26 |
Sam Lantinga |
More fixes for compilation on Visual Studio
|
2011-01-26 |
Sam Lantinga |
Fixed compile error on Visual C++
|
2011-01-26 |
Sam Lantinga |
Improvements based on feedback from Anthony Williams
|
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-18 |
Sam Lantinga |
Not all MinGW compilers have intrin.h, so we'll only use this with Visual Studio.
|
2011-01-17 |
Sam Lantinga |
Fixed compiler warnings using Windows intrinsics
|
2011-01-17 |
Sam Lantinga |
Use compiler intrinsics, where available
|
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
|
2010-06-28 |
Sam Lantinga |
Typo in documentation
|
2010-01-24 |
Sam Lantinga |
Fixed bug #926
|
2009-10-19 |
Sam Lantinga |
Partial fix for bug #859
|
2009-09-17 |
Bob Pendleton |
The new, cleaner, version of the atomic operations. The dummy code is what you should start working with to port atomic ops.
|
2009-08-11 |
Bob Pendleton |
Start of redesign, getting rid of 8 and 16 bit operations in .h and test files.
|
2009-07-09 |
Bob Pendleton |
volitile... duh, yeah the variable need to be labeled volitile
|
2009-06-29 |
Bob Pendleton |
I've made so many changes I don't dare continue until I check the current stuff in.
|
2009-06-24 |
Bob Pendleton |
This check in updates SDL_atomic.h to reflect the new set of atomic operations in 32 and 64 bit form.
|
2009-06-10 |
Sam Lantinga |
indent is really bad at handling assembly
|
2009-06-10 |
Sam Lantinga |
indent
|
2009-06-09 |
Bob Pendleton |
OK, had to add some casts to get SDL_atomic.h to compile with C++. testatomic still compiles and runs.
|
2009-06-09 |
Bob Pendleton |
First commit for SDL atomic operations.
|