Re: [webkit-dev] WebKit, C++11, and Visual Studio 2013

2013-12-09 Thread Osztrogonác Csaba
Hi, is there any plan to use more C++11 featurese not mentioned here? I just ask it, because many of us still use Ubuntu 12.04 LTS with its default compiler - GCC 4.6. (Now EFL and Nix port builds fine.) So my question is if we will need GCC 4.7 or 4.8 in the near future because of using C++11

Re: [webkit-dev] WebKit, C++11, and Visual Studio 2013

2013-12-09 Thread Žan Doberšek
There's a PPA available for Ubuntu 12.04 that provides both GCC 4.7 and 4.8. Is that an option? Cheers, Zan On Mon, Dec 9, 2013 at 11:43 AM, Osztrogonác Csaba o...@inf.u-szeged.huwrote: Hi, is there any plan to use more C++11 featurese not mentioned here? I just ask it, because many of

Re: [webkit-dev] WebKit, C++11, and Visual Studio 2013

2013-12-09 Thread PERIER Romain
Hi, you can at least install gcc4.7 easily , see http://askubuntu.com/questions/113291/how-do-i-install-gcc-4-7 (and yes there is a ppa for that) Regards, Romain 2013/12/9 Žan Doberšek zandober...@gmail.com There's a PPA available for Ubuntu 12.04 that provides both GCC 4.7 and 4.8. Is

Re: [webkit-dev] [JavaScriptCore] When to JSValueProtect?

2013-12-09 Thread Oliver Hunt
On Dec 7, 2013, at 12:15 PM, Alexei Sholik alcosho...@gmail.com wrote: The garbage collector scans the C stack. Hm, let me make sure I understand this correctly. ... I'm asking because I've never previously dealt with a library that scans the host application's stack. So it sounds pretty

Re: [webkit-dev] MAC :: building gstreamer by WebKit but without CAIRO

2013-12-09 Thread Urbain EGIS
Happy to see progresses made by Gstreamer integrated within WK1 for MAC. Hugo shared files and I reached the same stage of execution. Logshttp://hugo.machefer.free.fr/GstreamerByMac/MacGstreamer.txt (that look encouraging) are worth being re-caped for further support as excerpt just below:

Re: [webkit-dev] WebKit, C++11, and Visual Studio 2013

2013-12-09 Thread Alex Christensen
I have working 32-bit and 64-bit WinCairo and WinCairoRequirements builds from VS2013 on my computer, and they even work on Windows XP. I'll upstream my changes as soon as I can. We're ready for the switch on our end. Alex Christensen On Sat, Dec 7, 2013 at 12:07 AM, Mital Vora