Thu, 29 Oct 2020 20:00:20 +0300 |
SDL_stdinc.h: define _DARWIN_C_SOURCE on macOS for memset_pattern4()
|
file | diff | annotate |
Sun, 28 Jun 2020 17:45:07 -0400 |
stdinc: Let Clang static analysis see more C runtime functions.
|
file | diff | annotate |
Fri, 10 Apr 2020 12:17:14 -0400 |
stdlib: Add SDL_trunc and SDL_truncf
|
file | diff | annotate |
Mon, 02 Mar 2020 15:21:07 -0800 |
Fixed bug 5001 - Feature request: SDL_isupper & SDL_islower
|
file | diff | annotate |
Thu, 16 Jan 2020 20:49:25 -0800 |
Updated copyright date for 2020
|
file | diff | annotate |
Wed, 20 Nov 2019 16:42:50 -0800 |
Improved XInput VID/PID detection and added SDL_wcsstr() and SDL_wcsncmp()
|
file | diff | annotate |
Wed, 20 Nov 2019 20:40:50 +0300 |
added SDL_strtokr() as a replacement for POSIX strtok_r (bug #4046.)
|
file | diff | annotate |
Wed, 04 Sep 2019 00:39:47 -0400 |
stdinc: On macOS and iOS, use memset_pattern4() for SDL_memset4().
|
file | diff | annotate |
Wed, 31 Jul 2019 01:22:02 +0300 |
Fix bug 4746 - introduce SDL_zeroa macro.
|
file | diff | annotate |
Fri, 04 Jan 2019 22:01:14 -0800 |
Updated copyright for 2019
|
file | diff | annotate |
Thu, 09 Aug 2018 16:00:17 -0700 |
Added HIDAPI joystick drivers for more consistent support for Xbox, PS4 and Nintendo Switch Pro controller support across platforms.
|
file | diff | annotate |
Sat, 04 Aug 2018 11:52:46 -0400 |
SDL_exp
|
file | diff | annotate |
Sun, 01 Jul 2018 09:50:47 +0300 |
make sure SDL_vsnprintf() nul terminates if it is using _vsnprintf
|
file | diff | annotate |
Thu, 10 May 2018 08:47:00 +0300 |
backport fixes for bug #4159
|
file | diff | annotate |
Sat, 24 Mar 2018 23:04:03 +0300 |
win32, stdlib: use _strtoi64() and _strtoui64() when available
|
file | diff | annotate |
Thu, 10 May 2018 08:28:00 +0300 |
SDL_stdinc.h: move the alloca() includes before begin_code.h
|
file | diff | annotate |
Thu, 08 Feb 2018 17:07:47 +0300 |
add SDL_log10 and SDL_log10f to include and dynapi
|
file | diff | annotate |
Wed, 03 Jan 2018 10:03:25 -0800 |
Updated copyright for 2018
|
file | diff | annotate |
Sat, 04 Nov 2017 17:35:03 -0700 |
Added SDL_fmod() and SDL_fmodf()
|
file | diff | annotate |
Sat, 04 Nov 2017 15:34:14 -0700 |
Added float versions of SDL's math functions
|
file | diff | annotate |
Mon, 16 Oct 2017 14:39:56 -0700 |
Added min/max macros for the sized SDL datatypes
|
file | diff | annotate |
Thu, 12 Oct 2017 17:17:09 -0700 |
Fixed compiler warning
|
file | diff | annotate |
Thu, 12 Oct 2017 13:44:28 -0700 |
Added functions to query and set the SDL memory allocation functions:
|
file | diff | annotate |
Wed, 06 Sep 2017 04:32:30 -0700 |
Fixed bug 3780 - GCC 7 implicit fallthrough warnings
|
file | diff | annotate |
Sun, 13 Aug 2017 22:26:44 -0700 |
Added wchar.h to fix build on some platforms with new wcs* functions
|
file | diff | annotate |
Sun, 13 Aug 2017 20:37:49 -0700 |
Added SDL_wcscmp()
|
file | diff | annotate |
Sat, 10 Jun 2017 15:38:14 -0400 |
Make compile-time assert error messages more clear.
|
file | diff | annotate |
Sun, 04 Jun 2017 23:15:39 +0200 |
Fixed comments in headers for doxygen output.
|
file | diff | annotate |
Mon, 29 May 2017 03:01:05 -0400 |
stdlib: added SDL_utf8strlen().
|
file | diff | annotate |
Fri, 03 Mar 2017 16:38:17 -0500 |
Fix some more compiler warnings on armcc.
|
file | diff | annotate |
Sun, 01 Jan 2017 18:33:28 -0800 |
Updated copyright for 2017
|
file | diff | annotate |
Sun, 20 Nov 2016 21:34:54 -0800 |
Renaming of guard header names to quiet -Wreserved-id-macro
|
file | diff | annotate |
Fri, 07 Oct 2016 16:44:42 -0700 |
Fixed bug 2885 - SDL_stdinc.h doesn't need to include iconv.h
|
file | diff | annotate |
Sat, 01 Oct 2016 10:28:00 -0700 |
Fixed bug 3336 - Failure to build with MinGW-w64
|
file | diff | annotate |
Sat, 02 Jan 2016 10:10:34 -0800 |
Updated copyright to 2016
|
file | diff | annotate |
Tue, 26 May 2015 06:27:46 -0700 |
Updated the copyright year to 2015
|
file | diff | annotate |
Wed, 08 Apr 2015 01:42:47 -0400 |
Make SDL_stdinc.h work when compiling with -Wundef (thanks, Ben!).
|
file | diff | annotate |
Mon, 02 Mar 2015 21:36:45 -0500 |
Fixed SDL_PRI?64 for 64-bit Linux.
|
file | diff | annotate |
Mon, 05 Jan 2015 01:41:42 -0500 |
Clang static analysis builds should use C runtime directly.
|
file | diff | annotate |
Wed, 03 Dec 2014 12:47:39 -0500 |
ugh.. stray character
|
file | diff | annotate |
Wed, 03 Dec 2014 12:45:04 -0500 |
fix SDL_PRIs64 on windows compilers.. (should end in d)
|
file | diff | annotate |
Wed, 03 Dec 2014 12:23:17 -0500 |
switch to use SDL_PRI* macros for long long formatting everywhere.
|
file | diff | annotate |
Sun, 17 Aug 2014 13:11:55 -0700 |
Removed SDL_round() because the license wasn't compatible with zlib
|
file | diff | annotate |
Sat, 16 Aug 2014 23:23:15 -0700 |
Added SDL_round(), contributed by Benoit Pierre - thanks!
|
file | diff | annotate |
Mon, 23 Jun 2014 11:06:50 -0700 |
Don't redefine standard macros, use SDL specific macros instead to avoid compiler warnings
|
file | diff | annotate |
Sat, 21 Jun 2014 11:24:06 -0700 |
commit 9e211e646f9d51dc1372c9f3c8f47a78caf4f2a5
|
file | diff | annotate |
Sun, 08 Jun 2014 12:51:02 +0200 |
Fixed typo in source comment.
|
file | diff | annotate |
Sat, 07 Jun 2014 18:20:01 -0700 |
Added SDL_sqrtf(), SDL_tan(), SDL_tanf()
|
file | diff | annotate |
Wed, 04 Jun 2014 10:56:56 -0700 |
Added annotations to help code analysis tools
|
file | diff | annotate |
Sun, 09 Mar 2014 11:36:47 -0700 |
Integrated David Ludwig's support for Windows RT
|
file | diff | annotate |
Thu, 28 Nov 2013 22:09:21 -0500 |
WinRT: merged with latest SDL 2.x/HG code
|
file | diff | annotate |
Sun, 27 Oct 2013 21:26:46 -0400 |
WinRT: merged with SDL 2.0.1 codebase
|
file | diff | annotate |
Tue, 27 Aug 2013 12:20:35 -0400 |
WinRT: more "Windows RT" to "WinRT" renaming
|
file | diff | annotate |
Tue, 13 Aug 2013 20:09:52 -0400 |
WinRT: build fixes and additional WinRT-related integrations with SDL 2.0.0
|
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, 21 Apr 2013 12:38:44 -0400 |
WinRT: merged with latest, official, SDL 2.x sources
|
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 |
Sun, 04 Nov 2012 09:46:59 -0500 |
Merge with latest, official SDL 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 |