Ryan C. Gordon <icculus@icculus.org> [Tue, 06 May 2014 00:20:34 -0400] rev 8752
Update the machine-generated configure code.
Ryan C. Gordon <icculus@icculus.org> [Tue, 06 May 2014 00:13:07 -0400] rev 8751
Fix build on Windows targets without dxgi.h, like MingW32.
Brandon Schaefer <brandon.schaefer@canonical.com> [Fri, 02 May 2014 12:39:26 -0700] rev 8750
Remove code that found its way back into the diff
Brandon Schaefer <brandon.schaefer@canonical.com> [Fri, 02 May 2014 12:33:19 -0700] rev 8749
Fix software rendering in the mir backend. The window assumed hardware buffer, which caused testdrawchessboard to fail to mmap a buffer.
David Ludwig <dludwig@pobox.com> [Wed, 30 Apr 2014 21:12:47 -0400] rev 8748
WinRT: suppressed an unused param warning when building for Windows Phone 8.1
David Ludwig <dludwig@pobox.com> [Wed, 30 Apr 2014 21:07:30 -0400] rev 8747
WinRT: preliminary support for building against the Windows Phone 8.1 SDK
This is a step towards supporting "Universal" Windows apps, when building for
Windows Phone. SDL can now build against the Windows Phone 8.1 SDK, and apps
linked to it can run, however further work and testing is required as some
previously Phone-only code appears to no longer be applicable for
Windows Phone 8.1. The Windows 8.1 code paths does seem to be preferable, but
should probably be tested and updated on a finer-grained basis.
If in doubt, use the Windows Phone 8.0 projects for now, as located in
VisualC-WinRT/WinPhone80_VS2012/
TODO:
- look at any Windows Phone specific code paths in SDL, and see if Phone 8.1
should use the Windows Phone code path(s), or the Windows 8.x or 8.1 paths
David Ludwig <dludwig@pobox.com> [Tue, 29 Apr 2014 19:22:48 -0400] rev 8746
Fixed a linker error when building SDL/WinRT
The Win32 APIs, VerifyVersionInfoW and VerSetConditionMask, are not currently
available for use in WinRT apps. This change primarily #if[n]defs-out some
calls to them.
David Ludwig <dludwig@pobox.com> [Tue, 29 Apr 2014 19:06:00 -0400] rev 8745
WinRT: added project files for Windows 8.1 + MSVC 2013
This commit also includes some base-level support for Universal apps.
TODO:
- add support for Windows Phone 8.1
- add support for satellite libs: SDL_image, SDL_ttf, and SDL_mixer
Ryan C. Gordon <icculus@icculus.org> [Tue, 29 Apr 2014 12:00:28 -0400] rev 8744
Removed comma at end of enum in a public header, to make -Wpedantic happy.
Steven Stewart-Gallus <sstewartgallus00@mylangara.bc.ca> [Sat, 19 Apr 2014 16:33:42 -0700] rev 8743
Set the tag type in libtool invocations
Setting the tag type will let libtool work even when it cannot infer
the type of the code being built. One way libtool may fail to infer
the tag type is if one uses a mock compiler (such as for static
analysis).