Mercurial > sdl-ios-xcode
log src/atomic/linux/SDL_atomic.c @ 4495:dbbfdb9ea716
age | author | description |
---|---|---|
2010-01-24 | Sam Lantinga | Fixed bug #926 |
2009-09-25 | Bob Pendleton | fixed a spelling error in the documentation. |
2009-09-21 | Bob Pendleton | oops |
2009-09-21 | Bob Pendleton | Should now compile on 32 bit linux and 64 bit linux |
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-07-09 | Bob Pendleton | volitile... duh, yeah the variable need to be labeled volitile |
2009-07-02 | Bob Pendleton | This is a cosmetic fix, I found a stupid typo |
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 | Disabling 64 bit atomics operations until I figure out why they do not link. |
2009-06-24 | Bob Pendleton | First draft of atomic operations code for GCC and linux. |
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. |