Re: [Development] Qt LTS & C++11 plans

2015-07-08 Thread Thiago Macieira
On Wednesday 08 July 2015 13:42:12 Thiago Macieira wrote: > So here's the plan: > * Qt 5.6: will use std::atomic, if available > * Qt 5.7: will use std::atomic unconditionally Well, first snag: MSVC has no support for constexpr, so it won't work. The above should read then: * Qt 5.7: will use std

Re: [Development] Qt LTS & C++11 plans

2015-07-08 Thread Thiago Macieira
On Wednesday 08 July 2015 13:43:16 Thiago Macieira wrote: > On Tuesday 23 June 2015 10:17:40 Knoll Lars wrote: > > Qt 5.6: > > > > * We make 5.6 a long term supported release > > * We still support C++98 compilers in this release (for the last time), > > i.e. We keep the 5.5 compiler baseline > >

Re: [Development] Qt LTS & C++11 plans

2015-07-08 Thread Thiago Macieira
On Tuesday 23 June 2015 10:17:40 Knoll Lars wrote: > Qt 5.6: > > * We make 5.6 a long term supported release > * We still support C++98 compilers in this release (for the last time), > i.e. We keep the 5.5 compiler baseline > * WEC7 will be still supported > * QNX 6.5 is not supported anymore > *

Re: [Development] Qt LTS & C++11 plans

2015-07-08 Thread Thiago Macieira
On Tuesday 23 June 2015 10:17:40 Knoll Lars wrote: > Qt 5.7: > > * New compiler baseline with gcc 4.7 and VC++ 2012 > * Enable and use the C++11 features supported by these compilers > unconditionally BTW, there's one more C++11 feature I'd like to use unconditionally starting in Qt 5.7: atomics

Re: [Development] QVersionNumber: someone to polish and finish the API

2015-07-08 Thread Thiago Macieira
On Wednesday 08 July 2015 12:07:20 Keith Gardner wrote: > > Please take the patches starting at > > https://codereview.qt-project.org/95531. > > Follow the chain of dependency. > > Would you like someone to pick up those changes and finish them for you? I > am just asking since you started many of

[Development] [Announce] Qt Creator 3.5 beta1 released

2015-07-08 Thread List for announcements regarding Qt releases and development
We are happy to announce the release of Qt Creator 3.5 beta1 ! Blog post: http://blog.qt.io/blog/2015/07/08/qt-creator-3-5-beta1-released/ -- Eike Ziller, Senior Software Engineer - The Qt Company GmbH The Qt Company GmbH, Rudower Chaussee 13, D-12489 Berlin Geschäftsführer: Mika Pälsi, Juha

Re: [Development] QVersionNumber: someone to polish and finish the API

2015-07-08 Thread Keith Gardner
> > It's already done and approved. You just need to move qversionnumber_p.h > back > to qversionnumber.h in a separate commit and check that the patch series > still > applies. IIRC, only the unexporting was applied out-of-order, so you can > revert that one temporarily, to make the other changes

Re: [Development] QVersionNumber: someone to polish and finish the API

2015-07-08 Thread Marc Mutz
On Wednesday 08 July 2015 14:07:20 Keith Gardner wrote: > > Please take the patches starting at > > https://codereview.qt-project.org/95531. > > Follow the chain of dependency. > > Would you like someone to pick up those changes and finish them for you? I > am just asking since you started many of

Re: [Development] QVersionNumber: someone to polish and finish the API

2015-07-08 Thread Keith Gardner
> > Please take the patches starting at > https://codereview.qt-project.org/95531. > Follow the chain of dependency. > Would you like someone to pick up those changes and finish them for you? I am just asking since you started many of them but I know you have a lot on your plate. The only change

Re: [Development] QT5.5 MultiMedia Gstreamer 1.0 Pipeline Hardware assisted Video Decode using VAAPI on Intel Platform.

2015-07-08 Thread Lopes Yoann
On 08 Jul 2015, at 03:29, Paul Hesse mailto:hds...@bellsouth.net>> wrote: My question, Has VAAPI calls been implemented as part of what gets passed to gstreamer so as to leverage HW video decode in QT 5.5 Multimedia ? Qt Multimedia doesn’t currently support HW-accelerated video decoding using