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
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
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
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
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
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
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://
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