Sat, 05 Jul 2014 16:11:23 -0700 |
2620 solaris port missing atomics if not using gcc
|
file | diff | annotate |
Sun, 09 Mar 2014 11:36:47 -0700 |
Integrated David Ludwig's support for Windows RT
|
file | diff | annotate |
Sun, 09 Mar 2014 11:06:11 -0700 |
Fixed line endings on WinRT source code
|
file | diff | annotate |
Sun, 27 Oct 2013 23:03:11 -0400 |
WinRT: build fixes, post SDL 2.0.1 update
|
file | diff | annotate |
Sun, 27 Oct 2013 21:26:46 -0400 |
WinRT: merged with SDL 2.0.1 codebase
|
file | diff | annotate |
Mon, 12 Aug 2013 22:29:55 -0400 |
WinRT: merged with SDL 2.0.0 codebase (aka. SDL hg rev d6a8fa507a45)
|
file | diff | annotate |
Sun, 14 Apr 2013 11:42:55 -0400 |
WinRT: merged with latest, official, SDL 2.x sources (at rev. bea100d73d13)
|
file | diff | annotate |
Sat, 23 Feb 2013 20:01:46 -0500 |
WinRT: merged with latest, official, SDL 2.x code
|
file | diff | annotate |
Wed, 17 Oct 2012 21:43:20 -0400 |
Got a bare-bones version of SDL compiling for Windows RT. Dummy drivers are used in some places. Very little Windows-specific code (from the Win32 version of SDL) is used.
|
file | diff | annotate |
Sun, 02 Feb 2014 00:53:27 -0800 |
Fixed bug 2374 - Update copyright for 2014...
|
file | diff | annotate |
Sun, 24 Nov 2013 23:56:17 -0500 |
Make internal SDL sources include SDL_internal.h instead of SDL_config.h
|
file | diff | annotate |
Thu, 17 Oct 2013 23:02:29 -0700 |
Fixed building using MinGW
|
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 |
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 |