Re: [Development] QCS2016 Session Notes - QUIPs for Qt

2016-10-26 Thread Kai Koehne
Hi, I'd like to request a QUIP number for the handling of 3rd party code in Qt repositories. Anyhow, it seems to me that we're stuck currently in the bootstrapping process of QUIPs: http://quips-qt-io.herokuapp.com/quip-0003.html >The minimum QUIP boostrapping process was discussed: > >1. Post

Re: [Development] Compile errors, Qt configured with -qreal float

2016-10-26 Thread Thiago Macieira
On quinta-feira, 27 de outubro de 2016 08:23:57 PDT Marc Mutz wrote: > And, again, by proprietarily extending a perfectly adequate std > functionality, we lock ourselves deeper into our NIHS, losing new > functionality provided by newer std versions, in this case: variadic > std::min/max. Hm... yo

Re: [Development] Compile errors, Qt configured with -qreal float

2016-10-26 Thread Alexander Nassian
> Am 27.10.2016 um 08:23 schrieb Marc Mutz : > >> On Thursday 27 October 2016 01:23:15 Thiago Macieira wrote: >> On quinta-feira, 27 de outubro de 2016 00:49:21 PDT Ola Røer Thorsen wrote: https://codereview.qt-project.org/175025 >>> >>> That's sort of a "sledge hammer" fix. Wouldn't this ma

Re: [Development] Compile errors, Qt configured with -qreal float

2016-10-26 Thread Marc Mutz
On Thursday 27 October 2016 01:23:15 Thiago Macieira wrote: > On quinta-feira, 27 de outubro de 2016 00:49:21 PDT Ola Røer Thorsen wrote: > > > https://codereview.qt-project.org/175025 > > > > That's sort of a "sledge hammer" fix. Wouldn't this make it easier to be > > careless about mixing floats

Re: [Development] Compile errors, Qt configured with -qreal float

2016-10-26 Thread Thiago Macieira
On quinta-feira, 27 de outubro de 2016 00:49:21 PDT Ola Røer Thorsen wrote: > > https://codereview.qt-project.org/175025 > > That's sort of a "sledge hammer" fix. Wouldn't this make it easier to be > careless about mixing floats and doubles? I think it's a good practice to > avoid mixing when poss

Re: [Development] Compile errors, Qt configured with -qreal float

2016-10-26 Thread Ola Røer Thorsen
2016-10-26 23:20 GMT+02:00 Thiago Macieira : > On quarta-feira, 26 de outubro de 2016 17:40:52 PDT Sergio Martins wrote: > > That's not enough and probably just 10% of the cost of the solution. One > > also needs to figure the contribution process and commit. The problem > > here is not technical,

Re: [Development] Compile errors, Qt configured with -qreal float

2016-10-26 Thread Thiago Macieira
On quarta-feira, 26 de outubro de 2016 17:40:52 PDT Sergio Martins wrote: > On 2016-10-26 16:01, Thiago Macieira wrote: > > On quarta-feira, 26 de outubro de 2016 10:18:49 PDT Ola Røer Thorsen > > > > wrote: > >> I'm getting compile errors building both Qt 5.6.2 and 5.8 beta from > >> source > >>

Re: [Development] Compile errors, Qt configured with -qreal float

2016-10-26 Thread Sergio Martins
On 2016-10-26 16:01, Thiago Macieira wrote: On quarta-feira, 26 de outubro de 2016 10:18:49 PDT Ola Røer Thorsen wrote: I'm getting compile errors building both Qt 5.6.2 and 5.8 beta from source when configuring Qt with -qreal float and building using g++ on Linux. The affected modules are Cha

Re: [Development] Compile errors, Qt configured with -qreal float

2016-10-26 Thread Thiago Macieira
On quarta-feira, 26 de outubro de 2016 10:18:49 PDT Ola Røer Thorsen wrote: > I'm getting compile errors building both Qt 5.6.2 and 5.8 beta from source > when configuring Qt with -qreal float and building using g++ on Linux. The > affected modules are Charts and Location. > > https://bugreports.q

Re: [Development] clangbackend qtcreator 4.2 memory hogging

2016-10-26 Thread kang joni
so I'm now just thinking the possibility to pack list of clang symbol internal chunk of class to be serialized into qdatastream binary and send it over sqlite column. But this is just my dummy thought. Could you please possibly integrate this project http://rprichard.github.io/sourceweb/ into qtcre

Re: [Development] clangbackend qtcreator 4.2 memory hogging

2016-10-26 Thread Marco Bubke
If c++ modules becomes supported it could go down but actually you should request that in the clang mailling list. We open a translation unit for every file and they are that big. We research precompiled header to improve speed and maybe they provide advantages in memory usage too.

[Development] clangbackend qtcreator 4.2 memory hogging

2016-10-26 Thread kang joni
I have small project in which contains 2k SLOC with heavy v8 js template included in source file. For small opening 3-4 sources file this take almost 870mb in memory with no precompiled header being checked plus qtcreator eats 280mb with 2gb Intel celeron and this is definitely not desirable for me

Re: [Development] Coin news

2016-10-26 Thread Oswald Buddenhagen
On Wed, Oct 26, 2016 at 08:47:48AM +0200, Marc Mutz wrote: > On Tuesday 25 October 2016 10:55:34 Oswald Buddenhagen wrote: > > On Tue, Oct 25, 2016 at 07:22:41AM +, Jędrzej Nowacki wrote: > > > I would like to also remind everyone, that intermodule API changes need > > > to be merged in two ste

Re: [Development] QtWebChannel: Upstreaming of Python client

2016-10-26 Thread Arno Rehn
On 25.10.2016 13:36, Johannes Lochmann wrote: Hi Arno, On 24 October 2016 at 00:53, Arno Rehn wrote: Hey everybody, At my company we've developed a Python client for QtWebChannel. It consists of a more or less direct translation of qwebchannel.js and an additional layer on top of it, providi

[Development] Compile errors, Qt configured with -qreal float

2016-10-26 Thread Ola Røer Thorsen
I'm getting compile errors building both Qt 5.6.2 and 5.8 beta from source when configuring Qt with -qreal float and building using g++ on Linux. The affected modules are Charts and Location. https://bugreports.qt.io/browse/QTBUG-56715 I would think that this should be given a higher priority tha

Re: [Development] OpenGL Issues in Qt5.7

2016-10-26 Thread Sean Harmer
And now Gunnar has just pointed out there is work in this area: :) https://codereview.qt-project.org/#/c/166202/ Cheers, Sean On 26/10/2016 08:54, Sean Harmer wrote: Hi, On 26/10/2016 08:21, Kai Koehne wrote: -Original Message- From: Liu, Jeff (SRDC SW) [mailto:jeff1@amd.com] Se

Re: [Development] OpenGL Issues in Qt5.7

2016-10-26 Thread Sean Harmer
Hi, On 26/10/2016 08:21, Kai Koehne wrote: -Original Message- From: Liu, Jeff (SRDC SW) [mailto:jeff1@amd.com] Sent: Wednesday, October 26, 2016 7:09 AM To: gunnar.sle...@jollamobile.com; gun...@sletta.org; Liang Qi ; Kai Koehne ; development@qt- project.org Subject: RE: OpenGL Issue

Re: [Development] OpenGL Issues in Qt5.7

2016-10-26 Thread Kai Koehne
> -Original Message- > From: Liu, Jeff (SRDC SW) [mailto:jeff1@amd.com] > Sent: Wednesday, October 26, 2016 7:09 AM > To: gunnar.sle...@jollamobile.com; gun...@sletta.org; Liang Qi > ; Kai Koehne ; development@qt- > project.org > Subject: RE: OpenGL Issues in Qt5.7 > > > > Spread to

Re: [Development] Qt 5.8.0 Beta packages available for testing

2016-10-26 Thread Lars Knoll
On 25/10/16 20:43, "Development on behalf of Thiago Macieira" wrote: >On terça-feira, 25 de outubro de 2016 18:12:27 PDT Massimo Callegari via >Development wrote: >> > It was never supported, therefore it can't be a bug, much less a >> > regression. Indeed we removed some functionality, but on