Sam Lantinga <slouken@libsdl.org> [Wed, 26 Jan 2011 19:20:16 -0800] rev 5102
Since we're directly reading and writing 'active' from different threads, it needs to be flagged volatile.
Sam Lantinga <slouken@libsdl.org> [Wed, 26 Jan 2011 12:26:27 -0800] rev 5101
Ozkan Sezer to slouken
The attached small patch updates SDL's libtoolized files for
pe-x86_64 magic, ie win/x64.
Sam Lantinga <slouken@libsdl.org> [Wed, 26 Jan 2011 12:23:32 -0800] rev 5100
Ozkan Sezer to slouken
The attached small patch updates SDL's libtoolized files for
pe-x86_64 magic, ie win/x64.
Sam Lantinga <slouken@libsdl.org> [Wed, 26 Jan 2011 00:03:34 -0800] rev 5099
Added a test to measure the impact of a separate thread periodically locking the queue entirely.
Sam Lantinga <slouken@libsdl.org> [Tue, 25 Jan 2011 23:23:52 -0800] rev 5098
Added a FIFO test to the atomic test suite.
This is really useful because we might be able to use something like this
for the SDL event queue.
Sam Lantinga <slouken@libsdl.org> [Tue, 25 Jan 2011 18:02:41 -0800] rev 5097
More fixes for compilation on Visual Studio
Sam Lantinga <slouken@libsdl.org> [Tue, 25 Jan 2011 17:44:17 -0800] rev 5096
Fixed compile error on Visual C++
Sam Lantinga <slouken@libsdl.org> [Tue, 25 Jan 2011 17:40:06 -0800] rev 5095
Improvements based on feedback from Anthony Williams
krogoway [Mon, 24 Jan 2011 23:54:21 -0600] rev 5094
Added SDL_window.* to the project.
Sam Lantinga <slouken@libsdl.org> [Mon, 24 Jan 2011 21:41:36 -0800] rev 5093
Fixed cross-compiling for Windows