Re: [Development] Problems running Qt3D examples

2015-03-24 Thread Christian Gagneraud
Hi Sean, On 24/03/15 22:33, Sean Harmer wrote: > Hi, > > On Tuesday 24 March 2015 13:09:23 Christian Gagneraud wrote: >> Hi there, >> >> I've just build qt5 from git (5.5 branch, commit cdc3bf5) and I'm having >> problems running some qt3d examples. >> >> I've run *all* examples and only a few don

Re: [Development] Removing the -c++11 option from configure

2015-03-24 Thread Thiago Macieira
On Tuesday 24 March 2015 20:20:46 Oswald Buddenhagen wrote: > > And all for what? What do people gain by passing -no-c++11 today? > > they can (at least hypothetically) test their stuff with older language > versions without installing a second compiler (and forcing qt to use it, > which is a roya

Re: [Development] Gertty, anyone?

2015-03-24 Thread Oswald Buddenhagen
On Tue, Mar 24, 2015 at 09:01:43PM +0100, Marc Mutz wrote: > I've been meaning to look into Gertty, a command-line, offline, > locally-caching > client for Gerrit, [...] > Anyone tried this, yet? It sounds too good to be true... > i suspect it won't work with our stone-aged gerrit version (very

[Development] Gertty, anyone?

2015-03-24 Thread Marc Mutz
Hi, I've been meaning to look into Gertty, a command-line, offline, locally-caching client for Gerrit, but since it doesn't install from a .deb on my machine d/t missing or too old python libs, I'll go ahead and get the word out without having played with it before: https://github.com/stackfor

Re: [Development] Removing the -c++11 option from configure

2015-03-24 Thread Stephen Kelly
Thiago Macieira wrote: > Fix what? Until someone says this is a problem, we don't know if it is. Fair enough. ___ Development mailing list Development@qt-project.org http://lists.qt-project.org/mailman/listinfo/development

Re: [Development] Two source incompatibilities in Qt 5.5 with Clang

2015-03-24 Thread Stephen Kelly
Thiago Macieira wrote: > On Tuesday 24 March 2015 19:40:52 Stephen Kelly wrote: >> Thiago Macieira wrote: >> > On Tuesday 17 March 2015 09:40:08 Olivier Goffart wrote: >> >> > Opinions for or against? >> >> >> >> I think it's a good idea, just like we have QT_USE_QSTRINGBUILDER, we >> >> could ha

Re: [Development] Removing the -c++11 option from configure

2015-03-24 Thread Oswald Buddenhagen
On Tue, Mar 24, 2015 at 11:55:32AM -0700, Thiago Macieira wrote: > On Tuesday 24 March 2015 19:49:41 Oswald Buddenhagen wrote: > > > The support is already enabled by default and we'd like to now enable > > > C++14 too, but I'd like not to add complexity to the configuration by > > > adding a c++1

Re: [Development] Removing the -c++11 option from configure

2015-03-24 Thread Keith Gardner
> > More. That's at least a dozen in the configure script, since we need to > ensure > someone didn't pass the impossible combination -c++14 -no-c++11. > Why not make it a switch for highest language support. Instead of -no-c++11, make it -c++03. This would allow for adding -c++1z in the future

Re: [Development] Removing the -c++11 option from configure

2015-03-24 Thread Thiago Macieira
On Tuesday 24 March 2015 19:49:41 Oswald Buddenhagen wrote: > > The support is already enabled by default and we'd like to now enable > > C++14 too, but I'd like not to add complexity to the configuration by > > adding a c++14/no-c++14 option. > > that's how many, five lines of code? More. That'

Re: [Development] Removing the -c++11 option from configure

2015-03-24 Thread Thiago Macieira
On Tuesday 24 March 2015 19:40:32 Stephen Kelly wrote: > Thiago Macieira wrote: > > The reason we prefer -std=c++11 is that it allows us to write code that > > doesn't trip GNU extensions unlikely to be found on MSVC and other > > compilers. > > What is the likelyhood of that? No one is going to a

Re: [Development] Removing the -c++11 option from configure

2015-03-24 Thread Oswald Buddenhagen
On Tue, Mar 24, 2015 at 08:39:17AM -0700, Thiago Macieira wrote: > On Tuesday 24 March 2015 11:53:37 Oswald Buddenhagen wrote: > > On Sat, Mar 21, 2015 at 11:40:09AM -0700, Thiago Macieira wrote: > > > We'd like to make Qt build unconditionally with the latest version of the > > > C++ standard that

Re: [Development] Two source incompatibilities in Qt 5.5 with Clang

2015-03-24 Thread Thiago Macieira
On Tuesday 24 March 2015 19:40:52 Stephen Kelly wrote: > Thiago Macieira wrote: > > On Tuesday 17 March 2015 09:40:08 Olivier Goffart wrote: > >> > Opinions for or against? > >> > >> I think it's a good idea, just like we have QT_USE_QSTRINGBUILDER, we > >> could have QT_CHECK_ASSERT or something

Re: [Development] Removing the -c++11 option from configure

2015-03-24 Thread Thiago Macieira
On Tuesday 24 March 2015 19:20:35 René J.V. Bertin wrote: > On Tuesday March 24 2015 13:38:54 Matthew Woehlke wrote: > > Thiago is proposing Option 2. In particular, the emphasized drawback; > > what is being removed is the ability to *prevent* Qt from enabling C++11 > > / C++14 mode if the compile

Re: [Development] Two source incompatibilities in Qt 5.5 with Clang

2015-03-24 Thread Stephen Kelly
Thiago Macieira wrote: > On Tuesday 17 March 2015 09:40:08 Olivier Goffart wrote: >> > Opinions for or against? >> >> I think it's a good idea, just like we have QT_USE_QSTRINGBUILDER, we >> could have QT_CHECK_ASSERT or something like that. > > Ok, I'll prepare a patch. Did this happen? Thank

Re: [Development] Removing the -c++11 option from configure

2015-03-24 Thread Stephen Kelly
Thiago Macieira wrote: > The reason we prefer -std=c++11 is that it allows us to write code that > doesn't trip GNU extensions unlikely to be found on MSVC and other > compilers. What is the likelyhood of that? No one is going to accidentally add an `__attribute ((strong))` namespace in Qt. I

Re: [Development] Removing the -c++11 option from configure

2015-03-24 Thread René J . V . Bertin
On Tuesday March 24 2015 13:38:54 Matthew Woehlke wrote: > Thiago is proposing Option 2. In particular, the emphasized drawback; > what is being removed is the ability to *prevent* Qt from enabling C++11 > / C++14 mode if the compiler supports such a mode. It does *not* mean > that Qt as a whole w

Re: [Development] Removing the -c++11 option from configure

2015-03-24 Thread Thiago Macieira
On Tuesday 24 March 2015 13:38:54 Matthew Woehlke wrote: > Option 2: Use the highest available language level support. The drawback > is that if your compiler supports C++xy, Qt will be built in C++xy mode > *with no way to force a different mode*. > > > Thiago is proposing Option 2. In particula

Re: [Development] Removing the -c++11 option from configure

2015-03-24 Thread Matthew Woehlke
On 2015-03-24 12:51, René J.V. Bertin wrote: > On Tuesday March 24 2015 08:39:17 Thiago Macieira wrote: > >>> if you want to enable support c++11+ by default (it isn't yet?), do it, >>> but why would you *remove* an option? >> >> I want to remove the ability to disable C++11 support. >> >> The su

Re: [Development] Removing the -c++11 option from configure

2015-03-24 Thread René J . V . Bertin
On Tuesday March 24 2015 08:39:17 Thiago Macieira wrote: > > if you want to enable support c++11+ by default (it isn't yet?), do it, > > but why would you *remove* an option? > > I want to remove the ability to disable C++11 support. > > The support is already enabled by default and we'd like t

Re: [Development] Removing the -c++11 option from configure

2015-03-24 Thread Thiago Macieira
On Tuesday 24 March 2015 11:53:37 Oswald Buddenhagen wrote: > On Sat, Mar 21, 2015 at 11:40:09AM -0700, Thiago Macieira wrote: > > We'd like to make Qt build unconditionally with the latest version of the > > C++ standard that is supported by the compiler. That implies removing the > > -c++11 optio

Re: [Development] CI problem with iOS

2015-03-24 Thread Tor Arne Vestbø
On 23/03/15 15:04, Simon Hausmann wrote: > On Sunday 22. March 2015 23.19.15 Thiago Macieira wrote: >> Anyone? >> >> This is still happening. >> >> If we don't know how to fix this, I propose we make the iOS builds >> force-pass all tests. > > We haven't found the real bug yet, but we've found the

Re: [Development] [Interest] bug: qmake ignores CMAKE_CC and CMAKE_CXX while building Qt 5.3.2???

2015-03-24 Thread Oswald Buddenhagen
On Tue, Mar 24, 2015 at 12:42:53PM +0100, René J.V. Bertin wrote: > On Tuesday March 24 2015 12:01:44 Oswald Buddenhagen wrote: > > On Sun, Mar 22, 2015 at 09:29:11PM +0100, René J.V. Bertin wrote: > > > I found the immediate culprit: build/qtbase/qmake/.qmake.stash > > > > > you shouldn't even hav

Re: [Development] Marking BB10 unsupported

2015-03-24 Thread Rafael Roquetto
On Tue, Mar 24, 2015 at 08:04:22AM +, Blasche Alexander wrote: > The BB10 code in Qt is not just the platform plugin. Does this statement > apply to all other BB10 code throughout other Qt modules? To mind comes > sensors, qtlocation, bluetooth, nfc and maybe multimedia. > > And just out of

Re: [Development] Marking BB10 unsupported

2015-03-24 Thread Rafael Roquetto
Hi all, Exactly what Bo said. From time to time I keep getting BB10 related bug reports. It is not a lot, but they still exist. In additition to that, there have been quite some changes in Qt (such as the move towards C++11, or the forkfd based QProcess) that affect QNX/BB10. These involve some t

Re: [Development] [Interest] bug: qmake ignores CMAKE_CC and CMAKE_CXX while building Qt 5.3.2???

2015-03-24 Thread René J . V . Bertin
On Tuesday March 24 2015 12:01:44 Oswald Buddenhagen wrote: > On Sun, Mar 22, 2015 at 09:29:11PM +0100, René J.V. Bertin wrote: > > I found the immediate culprit: build/qtbase/qmake/.qmake.stash > > > you shouldn't even have that file. it means you tried to build qmake > with qmake, which is a bit

Re: [Development] Marking BB10 unsupported

2015-03-24 Thread Bo Thorsen
Hi Vladimir, Den 24-03-2015 kl. 10:23 skrev Vladimir Minenko: > On 24/03/15 09:04, Blasche Alexander wrote: >> The BB10 code in Qt is not just the platform plugin. Does this >> statement apply to all other BB10 code throughout other Qt modules? > > Following this question from Alex, and actually a

Re: [Development] bug: qmake ignores CMAKE_CC and CMAKE_CXX while building Qt 5.3.2???

2015-03-24 Thread Oswald Buddenhagen
On Sun, Mar 22, 2015 at 09:29:11PM +0100, René J.V. Bertin wrote: > I found the immediate culprit: build/qtbase/qmake/.qmake.stash > you shouldn't even have that file. it means you tried to build qmake with qmake, which is a bit of a non-starter for hopefully obvious reasons (the project files are

Re: [Development] Removing the -c++11 option from configure

2015-03-24 Thread Oswald Buddenhagen
On Sat, Mar 21, 2015 at 11:40:09AM -0700, Thiago Macieira wrote: > We'd like to make Qt build unconditionally with the latest version of the C++ > standard that is supported by the compiler. That implies removing the -c++11 > option so that the -no-c++11 option goes away too. > > Possible drawba

Re: [Development] Problems running Qt3D examples

2015-03-24 Thread Sean Harmer
Hi, On Tuesday 24 March 2015 13:09:23 Christian Gagneraud wrote: > Hi there, > > I've just build qt5 from git (5.5 branch, commit cdc3bf5) and I'm having > problems running some qt3d examples. > > I've run *all* examples and only a few don't work: > - assimp, multiviewport: window content is bla

Re: [Development] Marking BB10 unsupported

2015-03-24 Thread Vladimir Minenko
On 24/03/15 09:04, Blasche Alexander wrote: > The BB10 code in Qt is not just the platform plugin. Does this > statement apply to all other BB10 code throughout other Qt modules? Following this question from Alex, and actually asking more Rafael. What do you mean exactly with "mark the BlackBerry

Re: [Development] CI problem with iOS

2015-03-24 Thread Marc Mutz
On Monday 23 March 2015 15:04:39 Simon Hausmann wrote: > On Sunday 22. March 2015 23.19.15 Thiago Macieira wrote: > > Anyone? > > > > This is still happening. > > > > If we don't know how to fix this, I propose we make the iOS builds > > force-pass all tests. > > We haven't found the real bug ye

Re: [Development] Marking BB10 unsupported

2015-03-24 Thread Blasche Alexander
The BB10 code in Qt is not just the platform plugin. Does this statement apply to all other BB10 code throughout other Qt modules? To mind comes sensors, qtlocation, bluetooth, nfc and maybe multimedia. And just out of curiosity, how do I distinguish QNX from BB10.The line is often very blurry.