Re: [Development] HEADS UP: Don't use QList, use Q_DECLARE_TYPEINFO

2015-08-07 Thread Kuba Ober
On Tue, Jul 21, 2015 at 11:47 AM, Thiago Macieira wrote: > On Tuesday 21 July 2015 10:19:59 Matthew Woehlke wrote: > > On 2015-07-21 01:06, Thiago Macieira wrote: > > > Is it possible to have Qt type traits > > on a type T such that QList will always be QVector-like? Or would it > > be impossible

Re: [Development] HEADS UP: Don't use QList, use Q_DECLARE_TYPEINFO

2015-08-07 Thread Kuba Ober
That's an interesting observation. Would it be easy to add an api to QList and QVector that would somehow keep track of the empty spots and use them if available? In a `QList`, it would require only an extra pointer to the first "empty" member slot, the slots would act as a singly-linked list. Same

Re: [Development] status of exception handling on windows and mdvc compiler

2015-08-07 Thread Gunnar Roth
Hi Jörg. > Am 07.08.2015 um 23:33 schrieb Joerg Bornemann > : > > On 07-Aug-15 15:30, Gunnar Roth wrote: > >> i accidentally stumbled over this: >> https://codereview.qt-project.org/#/c/122584/ >> >> MSVC2015: Disable warning C4577 ('noexcept' used with no exception handling >> mode specified)

Re: [Development] status of exception handling on windows and mdvc compiler

2015-08-07 Thread Joerg Bornemann
On 07-Aug-15 15:30, Gunnar Roth wrote: > i accidentally stumbled over this: > https://codereview.qt-project.org/#/c/122584/ > > MSVC2015: Disable warning C4577 ('noexcept' used with no exception handling > mode specified). [...] > When compiling qt.5.5 with vs2015 i saw these many errors myself.

[Development] status of exception handling on windows and mdvc compiler

2015-08-07 Thread Gunnar Roth
Hi, i accidentally stumbled over this: https://codereview.qt-project.org/#/c/122584/ MSVC2015: Disable warning C4577 ('noexcept' used with no exception handling mode specified). Fix the flood of warnings: src/corelib/global/qflags.h(52): warning

Re: [Development] HEADS-UP: Qt 5.6 feature freeze and branching coming

2015-08-07 Thread Heikkinen Jani
Hi all, As far as I know there shouldn't be anything preventing us to have FF & start branching on Monday 10th Aug as planned. There is still work to do in new CI side but that shouldn't prevent us to proceed with FF. Qt5.git update isn't working in 'dev' yet but after discussion with Lars &

Re: [Development] HEADS-UP: Qt 5.6 feature freeze and branching coming

2015-08-07 Thread Pocheptsov Timur
Hi, I still need these : https://codereview.qt-project.org/#/c/122894/ https://codereview.qt-project.org/#/c/122855/ reviewed (and hopefully approved). Ah, and this: https://codereview.qt-project.org/#/c/122860/ Best regards, Timur. From: developm