On Tue, Aug 25, 2015, at 02:35 PM, Osztrogonác Csaba wrote: > Hi, > > On 2015-08-25 14:29, [email protected] wrote: > > On Tue, Aug 25, 2015, at 12:55 PM, Carlos Garcia Campos wrote: > >> El mar, 25-08-2015 a las 12:47 +0200, [email protected] 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 > >>>> https://msdn.microsoft.com/en-us/library/hh567368.aspx#cpp14table > >>>> > >>>> I’m not sure what the oldest gcc we support is. > >>> > >>> The oldest GCC we support is 4.7.0. > >> > >> Nope, we bumped it to 4.9.0 because of the bug in 4.8 that caused > >> failures in the database process implementation (see bug #98932). > >> > > > > The EFL port didn't, to the best of my knowledge. > > 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? Anyway, there's a check for 4.7.0 in Source/WTF/wtf/Compiler.h that is apparently redundant now. > br, > Ossy > _______________________________________________ > webkit-dev mailing list > [email protected] > https://lists.webkit.org/mailman/listinfo/webkit-dev _______________________________________________ webkit-dev mailing list [email protected] https://lists.webkit.org/mailman/listinfo/webkit-dev

