Re: [webkit-dev] Windows Build Now on VS2015

2015-08-25 Thread Osztrogonác Csaba
Hi, On 2015-08-25 15:36, z...@falconsigh.net wrote: EFL port already switched IndexedDB on by https://trac.webkit.org/changeset/187596 , so we need at least GCC 4.9 since then. But do you check for that version? Not yet. Anyway, there's a check for 4.7.0 in Source/WTF/wtf/Compiler.h that

Re: [webkit-dev] Svn server is very slow to get full code.

2015-08-25 Thread Osztrogonác Csaba
Hi, We have the same network issue in Hungary / Europe. And it seems that some of the EFL and GTK bots are affected too. All *.webkit.org (svn,build,trac,..) are extremely slow from one network and everything works fine from the other network. Maybe it is some firewall issue somewhere on Apple

Re: [webkit-dev] Svn server is very slow to get full code.

2015-08-25 Thread Philippe Normand
Same for the git mirror. Very slow from Spain, at least. Philippe On Tue, 2015-08-25 at 12:33 +0900, Gyuyoung Kim wrote: Some my PCs also have same problem when using svn. I don't know why it is too slow suddenly. Gyuyoung. On Tue, Aug 25, 2015 at 12:27 PM, 조진철

Re: [webkit-dev] Running WinCairo without JIT

2015-08-25 Thread Vienneau, Christopher
If you are trying to include LLIntAssembly.h on Windows, you’re doing something wrong Ok, perhaps there is a bug here then. As noted in my first mail the steps I take in an attempt to disable JIT is: 1) C:\cygwin\home\cvienneau\WebKit-r188436\Source\WTF\wtf\Platform.h (line 698) #define

Re: [webkit-dev] Windows Build Now on VS2015

2015-08-25 Thread zan
On Fri, Aug 14, 2015, at 07:19 PM, Alex Christensen wrote: The days of supporting VS2013 are behind us, so if it works with VS2015, go for it.  Not all c++14 features are supported, though.  See  https://msdn.microsoft.com/en-us/library/hh567368.aspx#cpp14table I’m not sure what the oldest

Re: [webkit-dev] Running WinCairo without JIT

2015-08-25 Thread Vienneau, Christopher
I’ve got it sorted out, seems the steps needed to disable JIT for WinCairo are: 1 – Add the following near the top of wtf\Platform.h: #define ENABLE_JIT 0 2 – Make sure the following file is excluded from the build (in the non-JIT path, it’s not actual assembly so shouldn’t be sent to masm):

Re: [webkit-dev] Windows Build Now on VS2015

2015-08-25 Thread Carlos Garcia Campos
El mar, 25-08-2015 a las 12:47 +0200, z...@falconsigh.net escribió: On Fri, Aug 14, 2015, at 07:19 PM, Alex Christensen wrote: The days of supporting VS2013 are behind us, so if it works with VS2015, go for it. Not all c++14 features are supported, though. See

Re: [webkit-dev] Svn server is very slow to get full code.

2015-08-25 Thread Lucas Forschler
I am investigating now. If you could, please reply back to me privately with the source IP address of the machines you are seeing problems. I’ll have our network engineers do an analysis. Lucas On Aug 25, 2015, at 1:40 AM, Osztrogonác Csaba o...@inf.u-szeged.hu wrote: Hi, We have the

Re: [webkit-dev] Windows Build Now on VS2015

2015-08-25 Thread zan
On Tue, Aug 25, 2015, at 12:55 PM, Carlos Garcia Campos wrote: El mar, 25-08-2015 a las 12:47 +0200, z...@falconsigh.net escribió: On Fri, Aug 14, 2015, at 07:19 PM, Alex Christensen wrote: The days of supporting VS2013 are behind us, so if it works with VS2015, go for it. Not all c++14

Re: [webkit-dev] Windows Build Now on VS2015

2015-08-25 Thread Carlos Garcia Campos
El mar, 25-08-2015 a las 14:29 +0200, z...@falconsigh.net escribió: On Tue, Aug 25, 2015, at 12:55 PM, Carlos Garcia Campos wrote: El mar, 25-08-2015 a las 12:47 +0200, z...@falconsigh.net escribió: On Fri, Aug 14, 2015, at 07:19 PM, Alex Christensen wrote: The days of supporting VS2013

Re: [webkit-dev] Windows Build Now on VS2015

2015-08-25 Thread Osztrogonác Csaba
Hi, On 2015-08-25 14:29, z...@falconsigh.net wrote: On Tue, Aug 25, 2015, at 12:55 PM, Carlos Garcia Campos wrote: El mar, 25-08-2015 a las 12:47 +0200, z...@falconsigh.net escribió: On Fri, Aug 14, 2015, at 07:19 PM, Alex Christensen wrote: The days of supporting VS2013 are behind us, so if

Re: [webkit-dev] Windows Build Now on VS2015

2015-08-25 Thread zan
On Tue, Aug 25, 2015, at 02:35 PM, Osztrogonác Csaba wrote: Hi, On 2015-08-25 14:29, z...@falconsigh.net wrote: On Tue, Aug 25, 2015, at 12:55 PM, Carlos Garcia Campos wrote: El mar, 25-08-2015 a las 12:47 +0200, z...@falconsigh.net escribió: On Fri, Aug 14, 2015, at 07:19 PM, Alex