Sat, 02 Jan 2021 10:25:38 -0800 |
Updated copyright for 2021
|
file | diff | annotate |
Wed, 09 Dec 2020 07:16:22 -0800 |
Fixed bug 5235 - All internal sources should include SDL_assert.h
|
file | diff | annotate |
Thu, 16 Jan 2020 20:49:25 -0800 |
Updated copyright date for 2020
|
file | diff | annotate |
Thu, 31 Oct 2019 17:10:02 +0300 |
SDL_qsort.c: sync comments with version 1.15 from mainstream
|
file | diff | annotate |
Sat, 14 Sep 2019 17:00:50 +0300 |
make SDL_qsort.c to actually link (missing SDL_stdinc.h include)
|
file | diff | annotate |
Fri, 04 Jan 2019 22:01:14 -0800 |
Updated copyright for 2019
|
file | diff | annotate |
Wed, 03 Jan 2018 10:03:25 -0800 |
Updated copyright for 2018
|
file | diff | annotate |
Fri, 08 Sep 2017 15:08:03 -0700 |
Fixed 64-bit build warning
|
file | diff | annotate |
Tue, 29 Aug 2017 15:52:49 -0400 |
Fixed a bunch of compiler warnings.
|
file | diff | annotate |
Sun, 01 Jan 2017 18:33:28 -0800 |
Updated copyright for 2017
|
file | diff | annotate |
Fri, 11 Nov 2016 03:18:16 -0800 |
Fixed signed/unsigned comparison warnings in Visual Studio
|
file | diff | annotate |
Wed, 30 Mar 2016 13:30:59 -0400 |
1.2 stdlib: include SDL_config.h so we can see if HAVE_QSORT is actually set.
|
file | diff | annotate |
Wed, 30 Mar 2016 11:23:28 -0400 |
SDL_qsort in SDL 1.2 needs to use the system includes.
|
file | diff | annotate |
Fri, 11 Mar 2016 08:30:18 -0800 |
Quick fix for qsort off-by-one error.
|
file | diff | annotate |
Fri, 11 Mar 2016 08:30:18 -0800 |
Quick fix for qsort off-by-one error.
|
file | diff | annotate |
Sun, 21 Feb 2016 13:19:33 -0500 |
1.2 stdlib: Updated qsort with licensing resolved (thanks, Gareth!).
|
file | diff | annotate |
Sun, 21 Feb 2016 13:07:14 -0500 |
stdlib: Restored previous qsort() implementation; the licensing is resolved.
|
file | diff | annotate |
Mon, 15 Feb 2016 03:37:01 -0500 |
Another attempt to fix Windows build.
|
file | diff | annotate |
Mon, 15 Feb 2016 03:21:26 -0500 |
Patched to compile on Visual Studio.
|
file | diff | annotate |
Mon, 15 Feb 2016 03:16:46 -0500 |
Replaced SDL_qsort with public domain code from PDCLib: http://pdclib.e43.eu/
|
file | diff | annotate |
Mon, 05 Jan 2015 01:41:42 -0500 |
Clang static analysis builds should use C runtime directly.
|
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 |
Fri, 05 Jul 2013 23:57:19 -0700 |
Removed the inline functions from SDL_stdinc.h
|
file | diff | annotate |
Fri, 15 Mar 2013 01:01:20 -0400 |
Improvements to stdlib.
|
file | diff | annotate |
Tue, 07 Feb 2012 02:11:15 -0500 |
Replaced some assert macros with SDL_assert.
|
file | diff | annotate |
Sat, 12 Sep 2009 13:15:27 +0000 |
Fixed compiler warnings on Mac OS X 10.6 SDK.
|
file | diff | annotate |
Wed, 06 Jan 2010 20:17:35 +0000 |
Merged r4710:4711 from branches/SDL-1.2: Mac OS X SDL_stdlib qsort build fixes.
|
file | diff | annotate |
Wed, 03 Jun 2009 04:37:27 +0000 |
Von: Thomas Zimmermann
|
file | diff | annotate |
Mon, 10 Jul 2006 21:04:37 +0000 |
SDL 1.2 is moving to a branch, and SDL 1.3 is becoming the head.
|
file | diff | annotate |
Mon, 29 May 2006 04:04:35 +0000 |
more tweaking indent options
|
file | diff | annotate |
Sun, 28 May 2006 13:04:16 +0000 |
Revamp of the video system in progress - adding support for multiple displays, multiple windows, and a full video mode selection API.
|
file | diff | annotate |
Wed, 01 Mar 2006 09:43:47 +0000 |
Fixed a bunch of 64-bit compatibility problems
|
file | diff | annotate |
Tue, 21 Feb 2006 08:46:50 +0000 |
Use consistent identifiers for the various platforms we support.
|
file | diff | annotate |
Thu, 09 Feb 2006 09:38:05 +0000 |
Fixed build problem with SDL_string.c
|
file | diff | annotate |
Tue, 07 Feb 2006 07:03:29 +0000 |
Don't touch code that we brought in from other sources
|
file | diff | annotate |
Tue, 07 Feb 2006 06:59:48 +0000 |
Use SDL_ prefixed versions of C library functions.
|
file | diff | annotate |
Mon, 06 Feb 2006 08:46:14 +0000 |
A few fixes to get this building on Linux again
|
file | diff | annotate |
Mon, 06 Feb 2006 08:28:51 +0000 |
It's now possible to build SDL without any C runtime at all on Windows,
|
file | diff | annotate |