Re: [Development] CMake integration and system headers

2014-05-07 Thread Thiago Macieira
Em qua 07 maio 2014, às 11:37:31, Mikołaj Siedlarek escreveu: > Therefore Qt have to settle on some level of warnings, probably closer to > -Wall with some warnings disabled, and user is also forced to settle on the > same level or lower. I compile my project on -Weverything with some > warnings di

Re: [Development] CMake integration and system headers

2014-05-07 Thread Thiago Macieira
Em qua 07 maio 2014, às 10:59:21, Kurt Pattyn escreveu: > It is a very good idea to have the Qt files treated as system files. I’ve > gone to great lengths to filter out the warnings from Qt in our CMake > files. It would be nice if this was included out-of-the-box. qmake also uses -isystem nowada

Re: [Development] CMake integration and system headers

2014-05-07 Thread Thiago Macieira
Em qua 07 maio 2014, às 10:15:57, Robert Knight escreveu: > I enabled suppression of warnings in Qt headers for a project a while > back and ended up suppressing > a real and serious warning that occurred when a generic class in Qt > was instantiated with a particular > type in my code. IIRC I was

Re: [Development] [Interest] Random crash in QtWebkit / Qt 5.3

2014-05-07 Thread Cornelius Hald
I've now rebuild Qt and QtWebkit with debug symbols and was able to catch the error. The bugreport can be found here: https://bugreports.qt-project.org/browse/QTBUG-38841 Cheers, Conny On Wed, 2014-05-07 at 12:45 +0200, Cornelius Hald wrote: > Hi guys! > > The crash still happens with the late

Re: [Development] Qt 5.3 RC candidate package available

2014-05-07 Thread Timo Jyrinki
2014-05-07 11:03 GMT+03:00 Heikkinen Jani : > We have new Qt5.3 RC candidate packages available in > http://download.qt-project.org/snapshots/qt/5.3/5.3.0-RC/2014-05-07_85/ > > MSVC2012 package is missing but it will be available later today. Src > packages are available as well at this time. Ad

Re: [Development] CMake integration and system headers

2014-05-07 Thread Kurt Pattyn
On 07 May 2014, at 11:15, Robert Knight wrote: >> It is a very good idea to have the Qt files treated as system files. >> I’ve gone to great lengths to filter out the warnings from Qt in our CMake >> files > > I would caution against that. Could we just fix the warnings in Qt > headers instea

Re: [Development] Updating JIRA components relating to events.

2014-05-07 Thread Friedemann Kleint
Hi, >Can we get a few volunteer default assignees for the components I suggested? I am volunteering for QPA: windows Friedemann -- Friedemann Kleint Digia, Qt ___ Development mailing list Development@qt-project.org http://lists.qt-project.org/mail

Re: [Development] CMake integration and system headers

2014-05-07 Thread Stephen Kelly
On Tuesday, May 06, 2014 11:40:34 Mikołaj Siedlarek wrote: > Hi, > > I’m on a quest to enable hack-free all-warnings-enabled building of my > project using, among others, Qt and CMake. This requires that compiler > treat Qt headers included in my code as “system headers” and not warn me > about co

Re: [Development] CMake integration and system headers

2014-05-07 Thread Robert Knight
> I compile my project on -Weverything with some warnings disabled > (bad case of OCD I guess) I try to build with as many warnings enabled as possible and -Werror on as well, so I'm very much a fan of asking the compiler to be strict. The issue I mentioned above though cost me a lot of debugging

Re: [Development] CMake integration and system headers

2014-05-07 Thread Mikołaj Siedlarek
On 07 May 2014, at 11:15, Robert Knight wrote: >> It is a very good idea to have the Qt files treated as system files. >> I’ve gone to great lengths to filter out the warnings from Qt in our CMake >> files > > I would caution against that. Could we just fix the warnings in Qt > headers instead?

Re: [Development] CMake integration and system headers

2014-05-07 Thread Robert Knight
> It is a very good idea to have the Qt files treated as system files. > I’ve gone to great lengths to filter out the warnings from Qt in our CMake > files I would caution against that. Could we just fix the warnings in Qt headers instead? I enabled suppression of warnings in Qt headers for a pr

Re: [Development] CMake integration and system headers

2014-05-07 Thread Mikołaj Siedlarek
On 07 May 2014, at 10:59, Kurt Pattyn wrote: > On 06 May 2014, at 11:40, Mikołaj Siedlarek wrote: > >> Hi, >> >> I’m on a quest to enable hack-free all-warnings-enabled building of my >> project using, among others, >> Qt and CMake. This requires that compiler treat Qt headers included in my

Re: [Development] CMake integration and system headers

2014-05-07 Thread Kurt Pattyn
On 06 May 2014, at 11:40, Mikołaj Siedlarek wrote: > Hi, > > I’m on a quest to enable hack-free all-warnings-enabled building of my > project using, among others, > Qt and CMake. This requires that compiler treat Qt headers included in my > code as “system headers” > and not warn me about co

[Development] CMake integration and system headers

2014-05-07 Thread Mikołaj Siedlarek
Hi, I’m on a quest to enable hack-free all-warnings-enabled building of my project using, among others, Qt and CMake. This requires that compiler treat Qt headers included in my code as “system headers” and not warn me about constructs used in them. I already contributed -iframework (Apple fram

Re: [Development] Qt 5.3 RC candidate package available

2014-05-07 Thread Heikkinen Jani
Hi all, We have new Qt5.3 RC candidate packages available in http://download.qt-project.org/snapshots/qt/5.3/5.3.0-RC/2014-05-07_85/ MSVC2012 package is missing but it will be available later today. Src packages are available as well at this time. These will be official RC packages if nothing ne