Re: [Development] Container refactor update

2012-06-18 Thread Thiago Macieira
On terça-feira, 19 de junho de 2012 00.32.37, Peter Kümmel wrote: > Do you know "folly" > > https://github.com/facebook/folly > > and had a look at folly's code? > > https://github.com/facebook/folly/blob/master/folly/FBVector.h > > Performance wise it could be interesting, because at som

Re: [Development] Nominating Ian Chen for Approver status

2012-06-18 Thread alex.blasche
It's been a few weeks and there was no concern raised. Congratulations to Ian, you are an approver now. -- Alex >-Original Message- >From: Wilson Alex (Nokia-MP/Brisbane) >Sent: Monday, 28 May 2012 15:33 >To: Blasche Alex (Nokia-MP/Brisbane); development@qt-project.org >Cc: Chen Ian.1 (N

Re: [Development] Container refactor update

2012-06-18 Thread Peter Kümmel
On 18.06.2012 23:58, Thiago Macieira wrote: > Here's the current status of my endeavour: > > Internals: > * the alloc member is moved to QArrayAllocatedData > * the refcount is moved to all subclasses of QArrayData (QArrayRawData, > QArrayAllocatedData and QArrayForeignData) > * the base

[Development] Container refactor update

2012-06-18 Thread Thiago Macieira
Here's the current status of my endeavour: Internals: * the alloc member is moved to QArrayAllocatedData * the refcount is moved to all subclasses of QArrayData (QArrayRawData, QArrayAllocatedData and QArrayForeignData) * the base class QArrayData has exactly one 4-byte member: flags * that

Re: [Development] qtdeclarative CI

2012-06-18 Thread shane.kearns
This looks like a null pointer crash on exit.* The main thread is processing global destructors. The render thread is presumably trying to use an object that has already been destroyed and set to null when QApplication was destroyed. (or destroyed by a global static destructor) It seems like the

[Development] qtdeclarative CI

2012-06-18 Thread Girish Ramakrishnan
Hi, AFAICT, no changes are getting past the qtdeclarative CI. The last integrated change was 5-6 days back. It's crashing on the Mac. It's now crashed many times with the same backtrace (in QQuickRenderThreadSingleContextWindowManager). https://codereview.qt-project.org/#change,28741 https://coder

Re: [Development] Can't switch submodules to master and Mac build still broken

2012-06-18 Thread Stephen Chu
On 6/18/12 10:24 AM, shane.kea...@accenture.com wrote: > You might be able to get the script working by changing the port in your > ~/.ssh/config file > > Host codereview.qt-project.org > Port 29418 > User (your name) > > That makes "ssh://codereview.qt-project.org/..." expand to "ssh://

Re: [Development] Can't switch submodules to master and Mac build still broken

2012-06-18 Thread shane.kearns
You might be able to get the script working by changing the port in your ~/.ssh/config file Host codereview.qt-project.org Port 29418 User (your name) That makes "ssh://codereview.qt-project.org/..." expand to "ssh://(your name)@codereview.qt-project.org:29418/..." In case the script re