Wed, 10 Jul 2013 02:32:04 -0700 |
Sam Lantinga |
Implemented an API for thread-local storage: SDL_TLSCreate(), SDL_TLSSet(), SDL_TLSGet()
|
file |
diff |
annotate
|
Tue, 09 Jul 2013 13:54:29 -0300 |
Gabriel Jacobo |
Removing video/uikit/*.c from configure's iOS sources
|
file |
diff |
annotate
|
Mon, 08 Jul 2013 09:21:54 -0700 |
Sam Lantinga |
Make sure that srcdir has a full pathname so source indexing works.
|
file |
diff |
annotate
|
Sun, 07 Jul 2013 10:15:10 -0700 |
Sam Lantinga |
Updated configure with the sndio audio backend
|
file |
diff |
annotate
|
Thu, 13 Jun 2013 22:10:10 -0700 |
Sam Lantinga |
Fixed SDL building with the minimal configuration
|
file |
diff |
annotate
|
Fri, 07 Jun 2013 21:50:29 -0700 |
Sam Lantinga |
Updated configure
|
file |
diff |
annotate
|
Tue, 04 Jun 2013 22:13:06 -0700 |
Sam Lantinga |
Updated configure with Ryan's cygwin workaround
|
file |
diff |
annotate
|
Sun, 02 Jun 2013 20:20:18 +0600 |
Azamat H. Hackimov |
Fix compilation with libX11 >= 1.5.99.902.
|
file |
diff |
annotate
|
Sun, 26 May 2013 22:16:42 -0700 |
Sam Lantinga |
Better mingw32-x64 linker flag fix, which doesn't require libtool patch
|
file |
diff |
annotate
|
Sun, 26 May 2013 16:29:57 -0700 |
Sam Lantinga |
Removed dependency on libgcc_s_sjlj-1.dll when building with mingw64
|
file |
diff |
annotate
|
Sun, 26 May 2013 11:06:17 -0700 |
Sam Lantinga |
Renamed documentation files to .txt and converted them to DOS line endings so they would open properly on all systems.
|
file |
diff |
annotate
|
Tue, 21 May 2013 22:35:13 -0700 |
Sam Lantinga |
The Haiku install location fix needs to get into configure
|
file |
diff |
annotate
|
Thu, 16 May 2013 01:03:28 -0700 |
Sam Lantinga |
Fixed bug 1829 - sdl2-config is not executable
|
file |
diff |
annotate
|
Thu, 02 May 2013 21:23:38 -0400 |
Edward Rudd |
default clock_gettime use to enabled as there is now proper fallback code for systems that don't have it.
|
file |
diff |
annotate
|
Sat, 09 Mar 2013 10:35:12 -0800 |
Sam Lantinga |
Fixed bug 1744 - DirectFB video and renderer API is not updated
|
file |
diff |
annotate
|
Mon, 04 Mar 2013 10:33:48 -0300 |
Gabriel Jacobo |
Adds some required CFLAGS and LDFLAGS for the iOS platform
|
file |
diff |
annotate
|
Tue, 12 Feb 2013 16:17:24 -0800 |
Jørgen P. Tjernø |
Regenerate configure to enable dbus
|
file |
diff |
annotate
|
Mon, 11 Feb 2013 17:40:09 -0800 |
Sam Lantinga |
Backed out use of @autorelease keyword for now, since it's not supported by older Xcode versions.
|
file |
diff |
annotate
|
Sun, 03 Feb 2013 14:03:49 -0800 |
Sam Lantinga |
Use clang on Mac OS X, which is required for the @autorelease keyword
|
file |
diff |
annotate
|
Tue, 11 Dec 2012 10:50:45 -0800 |
Sam Lantinga |
Updated configure with libudev detection
|
file |
diff |
annotate
|
Mon, 26 Nov 2012 14:59:07 -0800 |
Sam Lantinga |
Include all the test headers in the test library header install
|
file |
diff |
annotate
|
Mon, 26 Nov 2012 07:53:56 -0800 |
Sam Lantinga |
Work in progress on an SDL test library
|
file |
diff |
annotate
|
Sat, 03 Nov 2012 18:43:36 -0700 |
Sam Lantinga |
Added an API to get the size of a file - WARNING! ABI CHANGE!
|
file |
diff |
annotate
|
Sat, 20 Oct 2012 00:14:58 -0700 |
Sam Lantinga |
Make it possible to build a DLL with mingw that's ABI compatible with Visual C++ built applications
|
file |
diff |
annotate
|
Fri, 19 Oct 2012 21:43:41 -0700 |
Sam Lantinga |
We have to fix the DLL name convention on Windows every time...
|
file |
diff |
annotate
|
Fri, 12 Oct 2012 02:33:34 -0700 |
Sam Lantinga |
Don't use the --no-undefined linker option yet, it doesn't build on OpenBSD and BeOS.
|
file |
diff |
annotate
|
Thu, 11 Oct 2012 15:05:00 -0700 |
Sam Lantinga |
Use the --no-undefined linker option if it's available, which will catch references to undefined functions which could fail at runtime.
|
file |
diff |
annotate
|
Tue, 25 Sep 2012 08:54:05 -0300 |
Gabriel Jacobo |
Fix Windows build, version.o linking.
|
file |
diff |
annotate
|
Thu, 20 Sep 2012 22:01:51 -0700 |
Sam Lantinga |
Fixed false positive when checking for X11 on Mac OS X when the X11 development environment isn't installed.
|
file |
diff |
annotate
|
Thu, 20 Sep 2012 21:17:49 -0700 |
Sam Lantinga |
Changed the comment so it actually talks about the right instruction set.
|
file |
diff |
annotate
|
Thu, 20 Sep 2012 21:16:02 -0700 |
Sam Lantinga |
Fixed 3DNow! detection for clang llvm
|
file |
diff |
annotate
|
Thu, 20 Sep 2012 21:13:10 -0700 |
Sam Lantinga |
Updated to the latest versions of autotools and config.guess/config.sub
|
file |
diff |
annotate
|
Fri, 20 Jul 2012 12:57:25 -0700 |
Sam Lantinga |
Fixed bug 1547 - Fix test(1) utilization within the autoconf script
|
file |
diff |
annotate
|
Wed, 18 Jul 2012 13:57:39 -0700 |
Sam Lantinga |
Fixed bug 1543 - Fix dynamic loading of X libs on OpenBSD
|
file |
diff |
annotate
|
Wed, 18 Jul 2012 10:47:41 -0700 |
Sam Lantinga |
Updated the generic event check to try to compile instead of just look for library runtime function (fixes compiling on older Mac OS X SDKs)
|
file |
diff |
annotate
|
Thu, 21 Jun 2012 14:01:47 -0300 |
Gabriel Jacobo |
Fixes #1524, improved xinput2 test
|
file |
diff |
annotate
|
Tue, 19 Jun 2012 12:29:53 -0400 |
Sam Lantinga |
Added command-line cross-compile support for iOS - Gabriel Jacobo will be adding iosbuild.sh and documentation for the process.
|
file |
diff |
annotate
|
Sun, 03 Jun 2012 17:34:18 -0300 |
Gabriel Jacobo |
Actually functional, hopefully!, Xext test
|
file |
diff |
annotate
|
Fri, 01 Jun 2012 20:06:48 -0400 |
Sam Lantinga |
Better test for Xext headers
|
file |
diff |
annotate
|
Fri, 01 Jun 2012 19:42:15 -0300 |
Gabriel Jacobo |
Fix test for Xext headers (bug 1498), now it should fail properly in systems with the old headers.
|
file |
diff |
annotate
|
Thu, 31 May 2012 09:06:47 -0400 |
Sam Lantinga |
Updated with new configure.in changes
|
file |
diff |
annotate
|
Wed, 30 May 2012 11:44:57 -0400 |
Sam Lantinga |
Fixed compile error with both new and old Xext headers (bug 1498)
|
file |
diff |
annotate
|
Tue, 28 Feb 2012 21:58:36 -0500 |
Sam Lantinga |
Fixed bug 1429 - Compiling static library with -arch fails when linking showimage
|
file |
diff |
annotate
|
Sun, 22 Jan 2012 17:21:00 -0500 |
Sam Lantinga |
Updated to SDL 2.0, and SDL 2.0 can now be installed coexisting with SDL 1.2
|
file |
diff |
annotate
|
Thu, 19 Jan 2012 01:55:51 -0500 |
Sam Lantinga |
Switched back to configure generating SDL_config.h
|
file |
diff |
annotate
|
Sun, 15 Jan 2012 03:34:14 -0500 |
Sam Lantinga |
Check for sem_timedwait(), which isn't available on some systems (including OpenBSD
|
file |
diff |
annotate
|
Sat, 14 Jan 2012 13:21:19 -0500 |
Sam Lantinga |
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
|
Sun, 08 Jan 2012 02:23:37 -0500 |
Sam Lantinga |
Fixed bug 1242 - PATCH: Improve support for OpenGL ES under X11
|
file |
diff |
annotate
|
Thu, 29 Dec 2011 05:36:39 -0500 |
Sam Lantinga |
Fixes bug 1296 - SDL_SetVideoMode crashes because of unaligned MOVAPS instruction
|
file |
diff |
annotate
|
Mon, 05 Dec 2011 12:43:50 -0500 |
Ryan C. Gordon |
Backed out most of changeset 4b88086910d3, at Andreas's request.
|
file |
diff |
annotate
|
Mon, 05 Dec 2011 07:41:20 -0800 |
Andreas Schiffler |
Fix buildbot sdl-macosx-unix-x86 and sdl-macosx-amd64 compiler warnings
|
file |
diff |
annotate
|
Thu, 17 Nov 2011 00:43:44 -0500 |
Sam Lantinga |
Fixed the aux directory to be the one recognized by automake.
|
file |
diff |
annotate
|
Wed, 19 Oct 2011 20:23:40 -0400 |
Sam Lantinga |
Updated from configure.in
|
file |
diff |
annotate
|
Sun, 11 Sep 2011 03:35:46 -0400 |
Ryan C. Gordon |
Fixed Win64 builds with MingW.
|
file |
diff |
annotate
|
Fri, 09 Sep 2011 00:34:48 -0400 |
Ryan C. Gordon |
Removed legacy Mac OS X dlcompat code.
|
file |
diff |
annotate
|
Sat, 06 Aug 2011 01:21:24 -0400 |
Sam Lantinga |
Updated configure for new changes in configure.in
|
file |
diff |
annotate
|
Fri, 05 Aug 2011 00:49:31 -0400 |
Ryan C. Gordon |
More patches to compile.
|
file |
diff |
annotate
|
Fri, 25 Mar 2011 13:47:49 -0700 |
Sam Lantinga |
SDL 1.3 requires a 64-bit type for the platform.
|
file |
diff |
annotate
|
Sat, 12 Mar 2011 13:28:56 -0800 |
Sam Lantinga |
If we leave the default SDL_config.h in place, it'll override the one generated by configure when building from a different directory. Argh...
|
file |
diff |
annotate
|
Fri, 11 Mar 2011 14:24:35 -0800 |
Sam Lantinga |
We don't want to remove SDL_config.h since it's in source control now.
|
file |
diff |
annotate
|