Re: libc++ enabled for Android / C++11 standard library update

2016-05-05 Thread Mike Hommey
On Thu, May 05, 2016 at 05:45:35PM -0400, Nathan Froyd wrote: > On Thu, May 5, 2016 at 5:36 PM, wrote: > > Out of interest, what is the situation on Linux? Which C++11 standard > > library will you be using? Will you be shipping your own copy as a shared > > library,

Re: libc++ enabled for Android / C++11 standard library update

2016-05-05 Thread Nathan Froyd
On Thu, May 5, 2016 at 5:36 PM, wrote: > Out of interest, what is the situation on Linux? Which C++11 standard library > will you be using? Will you be shipping your own copy as a shared library, or > will you be using the system one? If I understand correctly, I

Re: libc++ enabled for Android / C++11 standard library update

2016-05-05 Thread cosinusoidally
On Tuesday, 3 May 2016 16:32:55 UTC+1, Nicholas Alexander wrote: > On Tue, May 3, 2016 at 7:57 AM, Nathan Froyd wrote: > > This change leaves Mac as our only tier-1 platform without a C++11 > > standard library. Out of interest, what is the situation on Linux? Which C++11 standard library will

Re: libc++ enabled for Android / C++11 standard library update

2016-05-04 Thread Mike Hommey
On Wed, May 04, 2016 at 01:54:49PM -0400, Nathan Froyd wrote: > On Wed, May 4, 2016 at 1:12 PM, Henri Sivonen wrote: > > Cool! Thank you! > > > > What impact, if anything, does this have on > > https://bugzilla.mozilla.org/show_bug.cgi?id=1208262 (adopting > > Microsoft's

Re: libc++ enabled for Android / C++11 standard library update

2016-05-04 Thread Nathan Froyd
On Wed, May 4, 2016 at 1:12 PM, Henri Sivonen wrote: > Cool! Thank you! > > What impact, if anything, does this have on > https://bugzilla.mozilla.org/show_bug.cgi?id=1208262 (adopting > Microsoft's Guidelines Support Library or an approximation thereof)? It gets us closer

Re: libc++ enabled for Android / C++11 standard library update

2016-05-04 Thread Henri Sivonen
On Tue, May 3, 2016 at 5:57 PM, Nathan Froyd wrote: > Given the recent announcement that Mac 10.6-10.8 support will be > dropped, the path to moving Mac to a C++11 standard library is much > clearer. Bug 1246743 will be repurposed for moving Mac to use > -stdlib=libc++, and

Re: libc++ enabled for Android / C++11 standard library update

2016-05-03 Thread Nathan Froyd
On Tue, May 3, 2016 at 10:57 AM, Nathan Froyd wrote: > As the subject suggests. It is also strongly suggested that you now > use NDK r11b or above for your local Android development; this is what > automation uses and what |mach bootstrap| installs. It's worth pointing out

libc++ enabled for Android / C++11 standard library update

2016-05-03 Thread Nathan Froyd
As the subject suggests. It is also strongly suggested that you now use NDK r11b or above for your local Android development; this is what automation uses and what |mach bootstrap| installs. This change leaves Mac as our only tier-1 platform without a C++11 standard library. Given the recent

Re: libc++ enabled for Android / C++11 standard library update

2016-05-03 Thread Nicholas Alexander
On Tue, May 3, 2016 at 7:57 AM, Nathan Froyd wrote: > As the subject suggests. It is also strongly suggested that you now > use NDK r11b or above for your local Android development; this is what > automation uses and what |mach bootstrap| installs. > > This change leaves Mac