Re: [webkit-dev] Heads-up: C++11 and WebKit2

2013-03-06 Thread Simon Hausmann
On Tuesday, March 05, 2013 03:53:48 PM Benjamin Poulain wrote: On Tue, Mar 5, 2013 at 3:48 PM, Kenneth Rohde Christiansen kenneth.christian...@gmail.com wrote: I am personally happy that we can make use of C++11 and I don't suppose it is a problem for the Tizen/EFL port. On the other

[webkit-dev] Heads-up: C++11 and WebKit2

2013-03-05 Thread Anders Carlsson
Hello everyone, Some time ago we started using C++11 in the Mac port of WebKit2. In the near future we’re going to expand our use of C++11 in the WebKit2 codebase. Specifically, we’d like to make use of rvalue references and move semantics in our IPC code to avoid needlessly copying data and

Re: [webkit-dev] Heads-up: C++11 and WebKit2

2013-03-05 Thread Kenneth Rohde Christiansen
Hi there, I am personally happy that we can make use of C++11 and I don't suppose it is a problem for the Tizen/EFL port. On the other hand, I fear that Qt might be targeting some platforms where this could be an issue. According to http://qt-project.org/wiki/Qt_5.0 they are still aiming at

Re: [webkit-dev] Heads-up: C++11 and WebKit2

2013-03-05 Thread Benjamin Poulain
On Tue, Mar 5, 2013 at 3:48 PM, Kenneth Rohde Christiansen kenneth.christian...@gmail.com wrote: I am personally happy that we can make use of C++11 and I don't suppose it is a problem for the Tizen/EFL port. On the other hand, I fear that Qt might be targeting some platforms where this could