Re: [Development] Any C++11-capable compiler for Windows CE?

2014-07-30 Thread Andreas Holzammer
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi Thiago, yes in recent Windows CE Versions either the Visual Studio 2012 or Visual Studio 2013[1] compiler is beeing used, which have some C++11 features. But yes this applies to Windows Embedded 2013 and above, most systems which are used nowerdays

[Development] Any C++11-capable compiler for Windows CE?

2014-07-30 Thread Thiago Macieira
Question to the folks who follow Windows CE development: is there any light at the end of the tunnel about compiling C++11 code for that platform? Basically, Windows CE support right now completely blocks any idea of using C++11 code in Qt, since the only compiler supporting that platform that

Re: [Development] SIC adding ref-qualified overloads

2014-07-30 Thread Thiago Macieira
On Wednesday 30 July 2014 20:14:58 Olivier Goffart wrote: > > Those changes are technically source-incompatible: if you take the address > > of one of those functions, your code will stop compiling. This was found > > in > > Creator: > > https://codereview.qt-project.org/90988 > > > > The change is

Re: [Development] QtWebChannel and the Feature Freeze

2014-07-30 Thread Thiago Macieira
On Tuesday 29 July 2014 13:45:05 Milian Wolff wrote: > Hey all, > > What would happen if not all of the open review requests for the Qt > WebChannel (see [1]) repository get integrated in time for the Feature > Freeze? I'd appreciate if more people could review the things as needed so > that I can

Re: [Development] QZipReader and QZipWriter

2014-07-30 Thread Thiago Macieira
On Monday 28 July 2014 11:08:59 Olivier Goffart wrote: > On Friday 25 July 2014 18:29:45 Alibek Omarov wrote: > > Hello, Qt Developers. :) > > > > I have a few questions. Why classes QZipReader and QZipWriter still ( for > > a 5 years? ) in gui-private section? It will be finished or dropped? >

Re: [Development] SIC adding ref-qualified overloads

2014-07-30 Thread Olivier Goffart
On Wednesday 30 July 2014 10:26:34 Thiago Macieira wrote: > Re: https://codereview.qt-project.org/90981 > https://codereview.qt-project.org/90982 > https://codereview.qt-project.org/90986 > https://codereview.qt-project.org/75296 (5.3) > https://codereview.qt-project.org/74636 (5.3) > https://coder

[Development] SIC adding ref-qualified overloads

2014-07-30 Thread Thiago Macieira
Re: https://codereview.qt-project.org/90981 https://codereview.qt-project.org/90982 https://codereview.qt-project.org/90986 https://codereview.qt-project.org/75296 (5.3) https://codereview.qt-project.org/74636 (5.3) https://codereview.qt-project.org/67728 (5.3) The commits above replace certain co