Wed, 14 Aug 2013 23:30:10 -0700 |
Fix bug 2034: replace printf by SDL_Log in tests; update loopwave VS solution: copy missing dependency
|
file | diff | annotate |
Sat, 27 Jul 2013 21:02:50 +0200 |
Corrected words in comments of test programs.
|
file | diff | annotate |
Thu, 25 Jul 2013 09:51:21 -0700 |
Updated the copyright year for the test programs
|
file | diff | annotate |
Sat, 13 Jul 2013 21:05:13 +0200 |
Removed unused variable and not needed assignment in test program.
|
file | diff | annotate |
Sat, 18 May 2013 14:17:52 -0700 |
File style cleanup for the SDL 2.0 release
|
file | diff | annotate |
Thu, 07 Mar 2013 20:12:40 -0800 |
Changed the name of SDL_mutexP() SDL_mutexV()
|
file | diff | annotate |
Sun, 02 Oct 2011 00:29:16 -0400 |
1.3 API CHANGE: Add support for naming threads.
|
file | diff | annotate |
Fri, 08 Apr 2011 13:03:26 -0700 |
SDL 1.3 is now under the zlib license.
|
file | diff | annotate |
Thu, 27 Jan 2011 16:51:47 -0800 |
Bump up the default cache line size.
|
file | diff | annotate |
Thu, 27 Jan 2011 16:46:15 -0800 |
Added cache line size info in SDL_cpuinfo.h
|
file | diff | annotate |
Thu, 27 Jan 2011 15:31:00 -0800 |
Fixed compiling under Visual Studio
|
file | diff | annotate |
Wed, 26 Jan 2011 19:20:16 -0800 |
Since we're directly reading and writing 'active' from different threads, it needs to be flagged volatile.
|
file | diff | annotate |
Wed, 26 Jan 2011 00:03:34 -0800 |
Added a test to measure the impact of a separate thread periodically locking the queue entirely.
|
file | diff | annotate |
Tue, 25 Jan 2011 23:23:52 -0800 |
Added a FIFO test to the atomic test suite.
|
file | diff | annotate |
Tue, 18 Jan 2011 10:57:28 -0800 |
Michael gave permission to use his test code
|
file | diff | annotate |
Mon, 17 Jan 2011 13:54:13 -0800 |
Fixed compiler errors
|
file | diff | annotate |
Sun, 16 Jan 2011 17:45:42 -0800 |
Include windows.h in SDL_atomic.h by default, but don't include the atomic API in SDL.h
|
file | diff | annotate |
Sun, 16 Jan 2011 15:16:39 -0800 |
Added native atomic operations for Windows, Mac OS X, and gcc compiler intrinsics.
|
file | diff | annotate |
Sat, 15 Jan 2011 12:41:59 -0800 |
Updated the atomic API for better use cases
|
file | diff | annotate |
Sun, 04 Oct 2009 09:55:20 +0000 |
Fixed bug #817
|
file | diff | annotate |
Tue, 29 Sep 2009 01:19:14 +0000 |
Better cross-platform macros for printing 32 and 64 bit values
|
file | diff | annotate |
Mon, 28 Sep 2009 18:44:26 +0000 |
Ok, added long casts to get rid of compiler warnings.
|
file | diff | annotate |
Wed, 23 Sep 2009 02:52:11 +0000 |
int testmmousetable.c the arguments to main() are not compatible with what is required in SDL_main.h
|
file | diff | annotate |
Thu, 17 Sep 2009 20:35:12 +0000 |
The new, cleaner, version of the atomic operations. The dummy code is what you should start working with to port atomic ops.
|
file | diff | annotate |
Tue, 11 Aug 2009 21:27:19 +0000 |
Start of redesign, getting rid of 8 and 16 bit operations in .h and test files.
|
file | diff | annotate |
Thu, 09 Jul 2009 21:31:27 +0000 |
volitile... duh, yeah the variable need to be labeled volitile
|
file | diff | annotate |
Mon, 29 Jun 2009 19:54:43 +0000 |
I've made so many changes I don't dare continue until I check the current stuff in.
|
file | diff | annotate |
Wed, 24 Jun 2009 22:24:23 +0000 |
Disabling 64 bit atomics operations until I figure out why they do not link.
|
file | diff | annotate |
Wed, 24 Jun 2009 20:04:08 +0000 |
This check in updates SDL_atomic.h to reflect the new set of atomic operations in 32 and 64 bit form.
|
file | diff | annotate |
Wed, 10 Jun 2009 13:34:20 +0000 |
indent
|
file | diff | annotate |
Tue, 09 Jun 2009 17:33:44 +0000 |
First commit for SDL atomic operations.
|
file | diff | annotate |