Fri, 15 Feb 2013 08:47:44 -0800 |
Happy New Year!
|
file | diff | annotate |
Sat, 14 Jan 2012 13:21:19 -0500 |
Make sure that we use consistent configuration options on platforms like Windows so that command line builds and IDE builds have ABI compatibility.
|
file | diff | annotate |
Sat, 31 Dec 2011 09:28:07 -0500 |
Happy New Year!
|
file | diff | annotate |
Sun, 16 Oct 2011 03:27:48 -0400 |
Check for __ARM_ARCH_5TEJ__ in spinlock atomics.
|
file | diff | annotate |
Sun, 16 Oct 2011 03:02:46 -0400 |
Let iOS use OSAtomicCompareAndSwap32Barrier() if nothing else is available.
|
file | diff | annotate |
Sun, 18 Sep 2011 03:19:41 -0400 |
Implemented x86 and x86-64 spinlock inline asm.
|
file | diff | annotate |
Sun, 18 Sep 2011 02:55:45 -0400 |
Use an actual #error instead of a bogus symbol if there's no spinlock support.
|
file | diff | annotate |
Wed, 22 Jun 2011 10:33:48 +0000 |
Implemented pthread spinlocks.
|
file | diff | annotate |
Fri, 08 Apr 2011 13:03:26 -0700 |
SDL 1.3 is now under the zlib license.
|
file | diff | annotate |
Wed, 16 Feb 2011 17:17:21 -0800 |
Fixed bug 1122 (spinlock fails to compile with -march=armv4t)
|
file | diff | annotate |
Sun, 13 Feb 2011 14:01:02 -0800 |
Frank Zago to SDL
|
file | diff | annotate |
Fri, 11 Feb 2011 22:37:15 -0800 |
Happy 2011! :)
|
file | diff | annotate |
Mon, 07 Feb 2011 22:57:33 -0800 |
It's now possible to disable the fast atomic operations, at a huge performance penalty.
|
file | diff | annotate |
Tue, 25 Jan 2011 18:02:41 -0800 |
More fixes for compilation on Visual Studio
|
file | diff | annotate |
Tue, 25 Jan 2011 17:40:06 -0800 |
Improvements based on feedback from Anthony Williams
|
file | diff | annotate |
Mon, 24 Jan 2011 21:22:00 -0800 |
Only include windows.h on Windows. :)
|
file | diff | annotate |
Mon, 24 Jan 2011 21:20:30 -0800 |
Include windows.h in a single point in the source, so we can be consistent about the definition of UNICODE and have core utility functions for Windows that all modules can share.
|
file | diff | annotate |
Mon, 24 Jan 2011 15:46:11 -0800 |
Fixed compiling on Windows Mobile SDK 5.0 with Visual Studio 2008
|
file | diff | annotate |
Fri, 21 Jan 2011 23:46:51 -0800 |
Fixed bug #1097
|
file | diff | annotate |
Fri, 21 Jan 2011 21:45:55 -0800 |
HAVE_GCC_ATOMICS covers the test and set
|
file | diff | annotate |
Fri, 21 Jan 2011 21:42:04 -0800 |
Separated out the minimum functionality that we need from gcc for our spinlock fallback.
|
file | diff | annotate |
Tue, 18 Jan 2011 22:10:37 -0800 |
Whoops, good catch from Greg Jandl
|
file | diff | annotate |
Mon, 17 Jan 2011 14:05:43 -0800 |
Use compiler intrinsics on Windows
|
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 |