Alex Szpakowski [Fri, 18 Aug 2017 23:23:30 -0300] rev 11327
iOS 10: Work around screen bounds orientation bug. Fixes bugs #3465 and #3505.
Sam Lantinga [Fri, 18 Aug 2017 18:16:37 -0700] rev 11326
Updated version to 2.0.6
Sam Lantinga [Fri, 18 Aug 2017 17:29:44 -0700] rev 11325
Added WASAPI audio target to autoconf build process
Ryan C. Gordon [Fri, 18 Aug 2017 20:25:14 -0400] rev 11324
cmake: some iOS fixes (don't link to Cocoa or Carbon frameworks).
Fixes Bugzilla #3625.
Ryan C. Gordon [Fri, 18 Aug 2017 20:00:29 -0400] rev 11323
cmake: added a FIXME for later.
Have to figure out what cmake version fixed this and bump the minimum to that.
Ryan C. Gordon [Fri, 18 Aug 2017 19:53:40 -0400] rev 11322
configure: Apple platforms don't need to build with -fpascal-strings anymore.
Ryan C. Gordon [Fri, 18 Aug 2017 19:52:58 -0400] rev 11321
configure: mac and iOS should compile core/unix/*.c
macOS currently needs this if you build with X11 support. iOS doesn't
(currently), but it doesn't hurt to compile it in case we do something
Unixy on that platform later on.
Ryan C. Gordon [Fri, 18 Aug 2017 18:52:25 -0400] rev 11320
cmake: Fix building for macOS with Xcode generator (thanks, dungaipara!).
Fixes Bugzilla #3625.
Ryan C. Gordon [Fri, 18 Aug 2017 16:52:19 -0400] rev 11319
audio: better docs on conversion APIs, error if not init'd (thanks, Simon!).
Fixes Bugzilla #3662.
Ozkan Sezer [Fri, 18 Aug 2017 16:35:55 -0400] rev 11318
Add atomics for Watcom/x86 as inline asm
Partially fixes Bugzilla #3758.