Re: [webkit-dev] Ports not building as C++11?

2013-07-30 Thread Patrick East
mailto:ander...@apple.com] Sent: Tuesday, July 30, 2013 2:02 PM To: Brent Fulgham Cc: Patrick East; WebKit Development Subject: Re: [webkit-dev] Ports not building as C++11? On Jul 30, 2013, at 10:52 AM, Brent Fulgham mailto:bfulg...@apple.com>> wrote: I realize that CE 5, 6, and 7 are probably not

Re: [webkit-dev] Ports not building as C++11?

2013-07-30 Thread Patrick East
mailto:bfulg...@apple.com] Sent: Tuesday, July 30, 2013 10:53 AM To: Patrick East Cc: Anders Carlsson; WebKit Development Subject: Re: [webkit-dev] Ports not building as C++11? Hi Patrick, On Jul 29, 2013, at 10:42 AM, Patrick East mailto:patri...@bsquare.com>> wrote: There is support for C++11 o

Re: [webkit-dev] Ports not building as C++11?

2013-07-30 Thread Anders Carlsson
On Jul 30, 2013, at 10:52 AM, Brent Fulgham wrote: >> I realize that CE 5, 6, and 7 are probably not top priorities for the >> community, but these changes will basically force dropping support for those >> platforms. We do have some interest in keeping WebKit working for our >> downstream bui

Re: [webkit-dev] Ports not building as C++11?

2013-07-30 Thread Anders Carlsson
On Jul 30, 2013, at 9:23 AM, Osztrogonác Csaba wrote: > No, I don't have objections. :) I absolutely support switching to c++11, > and I'm happy to add back the removed nullptrs and scoped enum values > _after_ all ports switched to c++11. > > - cmake port did the switch by http://trac.webkit.o

Re: [webkit-dev] Ports not building as C++11?

2013-07-30 Thread Brent Fulgham
Hi Patrick, On Jul 29, 2013, at 10:42 AM, Patrick East wrote: > There is support for C++11 on Windows Embedded Compact 2013 using the newer > VC11 compiler, but for CE 5, 6, or WEC 7 they will not be able to support it > since they are limited to the VC9 compiler. Afaik there doesn’t appear to

Re: [webkit-dev] Ports not building as C++11?

2013-07-30 Thread Osztrogonác Csaba
Hi, On 07/26/2013 06:04 PM, Anders Carlsson wrote: > Hi everyone, > > when Oliver landed his “let’s break everything” patches in JSC the other day, I noticed that some of the follow-up build fixes by other ports were removing use of C++11 features (mainly nullptr). > > Are there any ports that

Re: [webkit-dev] Ports not building as C++11?

2013-07-29 Thread Nico Weber
.519.5912 | patri...@bsquare.com > > Bsquare │Forging Smart Connections > > www.bsquare.com > > ** ** > > ** ** > > ** ** > > *From:* webkit-dev-boun...@lists.webkit.org [mailto: > webkit-dev-boun...@lists.webkit.org] *On Behalf Of *Brent F

Re: [webkit-dev] Ports not building as C++11?

2013-07-29 Thread Patrick East
Re: [webkit-dev] Ports not building as C++11? The only platform I know cannot support C++11 is WinCE, and that port is in favor of making the move to C++11 in anticipation of updated build tools from Microsoft. What other platform are we talking about here? The GNU compilers have supported

Re: [webkit-dev] Ports not building as C++11?

2013-07-29 Thread Alex Christensen
On Jul 29, 2013, at 12:18 AM, Geoffrey Garen wrote: > I’d really like to use , which isn’t supported until VS2012. > > When will we VS2012? I don't know details about plans to update to VS2012, but FYI updating from VS2010 to VS2012 is much easier than the update from VS2005 to VS2010 that we

Re: [webkit-dev] Ports not building as C++11?

2013-07-29 Thread Anders Carlsson
Hello, so it looks like we’re in a pretty decent shape when it comes to C++11 capable compilers. If we limit ourselves to GCC 4.6, MSVC 2010 and a fairly recent version of clang (Whatever comes with Xcode 4.6), we should be able to make use of a nice chunk of C++11 features. (See http://wiki

Re: [webkit-dev] Ports not building as C++11?

2013-07-29 Thread Hugo Parente Lima
09:19 *À :* Brent Fulgham *Cc :* WebKit Development *Objet :* Re: [webkit-dev] Ports not building as C++11? I’d really like to use , which isn’t supported until VS2012. When will we VS2012? Geoff On Jul 28, 2013, at 9:10 PM, Brent Fulgham <mailto:bfulg...@gmail.com>> wrote: We ca

Re: [webkit-dev] Ports not building as C++11?

2013-07-29 Thread Brianceau, Julien
Julien De : webkit-dev-boun...@lists.webkit.org [mailto:webkit-dev-boun...@lists.webkit.org] De la part de Geoffrey Garen Envoyé : lundi 29 juillet 2013 09:19 À : Brent Fulgham Cc : WebKit Development Objet : Re: [webkit-dev] Ports not building as C++11? I'd really like to use , which isn&#x

Re: [webkit-dev] Ports not building as C++11?

2013-07-29 Thread Philippe Normand
FWIW the GTK+ port also builds with C++11 support. Philippe On Fri, 2013-07-26 at 09:04 -0700, Anders Carlsson wrote: > Hi everyone, > > when Oliver landed his “let’s break everything” patches in JSC the other day, > I noticed that some of the follow-up build fixes by other ports were removing

Re: [webkit-dev] Ports not building as C++11?

2013-07-29 Thread Geoffrey Garen
I’d really like to use , which isn’t supported until VS2012. When will we VS2012? Geoff On Jul 28, 2013, at 9:10 PM, Brent Fulgham wrote: > We can support auto and move semantics. We cannot support ranged iterators > until VS2012. > > But at least it's a step in the right direction... > >

Re: [webkit-dev] Ports not building as C++11?

2013-07-28 Thread Brent Fulgham
We can support auto and move semantics. We cannot support ranged iterators until VS2012. But at least it's a step in the right direction... Sent from my iPad On Jul 28, 2013, at 2:36 PM, Oliver Hunt wrote: > So wait, is everyone using C++11 now? > > I dream of using auto… > > :-D > > On J

Re: [webkit-dev] Ports not building as C++11?

2013-07-28 Thread Oliver Hunt
So wait, is everyone using C++11 now? I dream of using auto… :-D On Jul 28, 2013, at 12:47 PM, Gergely Kis wrote: > Hi, > > On Sun, Jul 28, 2013 at 7:30 PM, Allan Sandfeld Jensen > wrote: >> became required in WebKit2. The only fallout will likely be the loss of the >> Qt >> MIPS bot which

Re: [webkit-dev] Ports not building as C++11?

2013-07-28 Thread Gergely Kis
Hi, On Sun, Jul 28, 2013 at 7:30 PM, Allan Sandfeld Jensen wrote: > became required in WebKit2. The only fallout will likely be the loss of the Qt > MIPS bot which is maintained by a third party and is too old. > The MIPS bot was updated to Debian Wheezy and GCC 4.7.2 a few weeks ago, I just for

Re: [webkit-dev] Ports not building as C++11?

2013-07-28 Thread Allan Sandfeld Jensen
On Saturday 27 July 2013, Allan Sandfeld Jensen wrote: > On Friday 26 July 2013, Anders Carlsson wrote: > > Hi everyone, > > > > when Oliver landed his “let’s break everything” patches in JSC the other > > day, I noticed that some of the follow-up build fixes by other ports were > > removing use o

Re: [webkit-dev] Ports not building as C++11?

2013-07-27 Thread Brent Fulgham
The only platform I know cannot support C++11 is WinCE, and that port is in favor of making the move to C++11 in anticipation of updated build tools from Microsoft. What other platform are we talking about here? The GNU compilers have supported C++11 for a long time. -Brent Sent from my iPhon

Re: [webkit-dev] Ports not building as C++11?

2013-07-26 Thread Anders Carlsson
On Jul 26, 2013, at 8:09 PM, Allan Sandfeld Jensen wrote: > On Friday 26 July 2013, Anders Carlsson wrote: >> Hi everyone, >> >> when Oliver landed his “let’s break everything” patches in JSC the other >> day, I noticed that some of the follow-up build fixes by other ports were >> removing use

Re: [webkit-dev] Ports not building as C++11?

2013-07-26 Thread Allan Sandfeld Jensen
On Friday 26 July 2013, Anders Carlsson wrote: > Hi everyone, > > when Oliver landed his “let’s break everything” patches in JSC the other > day, I noticed that some of the follow-up build fixes by other ports were > removing use of C++11 features (mainly nullptr). > > Are there any ports that ar

Re: [webkit-dev] Ports not building as C++11?

2013-07-26 Thread Christophe Dumez - SISA
Hi, FYI, since Oliver's change, the EFL port is now building as C++11. Kr, Christophe DUMEZ. From: webkit-dev-boun...@lists.webkit.org [webkit-dev-boun...@lists.webkit.org] on behalf of Anders Carlsson [ander...@apple.com] Sent: Friday, July 26, 2013 19: