[Interest] cpputest with QTest output issue on embedded target console

2019-12-05 Thread Ramakanth Kesireddy
Hi, When unit test binary(using cpputest to run the testcases + QTest for the specific Qt functionality)is executed on embedded target(linux), it doesnot shows any test summary/results with respect to number of testcases run on console. There is no issue when it is run on Ubuntu linux. Whether

Re: [Interest] Klocwork errors in Qt

2019-12-05 Thread Ramakanth Kesireddy
Thanks for all the suggestions. Atleast we are not using auto for the concatenation of QStrings. On Thu, Dec 5, 2019 at 2:33 PM Giuseppe D'Angelo via Interest < interest@qt-project.org> wrote: > Il 05/12/19 00:54, Thiago Macieira ha scritto: > > Same issue (dangling pointer), no "auto" required.

Re: [Interest] Tricks to improve moc performance?

2019-12-05 Thread Henry Skoglund
On 2019-12-06 02:09, Adam Light wrote: We have several machines running Windows 10 that are quite powerful (eg. 8 or 16 core (16 or 32 thread) processors, lots of RAM, NVMe SSD storage). However, since upgrading to Windows 1903, we have noticed that sometimes the compile time of our large Qt

[Interest] QOpenGLWidget strokes premul, while QWidget is straight?

2019-12-05 Thread David M. Cotter
referring to this article , i see someone else has also run into this, but did not get a satisfactory answer. I am implementing what on macOS Carbon is known as a "transparency layer", that is, you begin a

[Interest] Tricks to improve moc performance?

2019-12-05 Thread Adam Light
We have several machines running Windows 10 that are quite powerful (eg. 8 or 16 core (16 or 32 thread) processors, lots of RAM, NVMe SSD storage). However, since upgrading to Windows 1903, we have noticed that sometimes the compile time of our large Qt 5.12 based application increases

Re: [Interest] Klocwork errors in Qt

2019-12-05 Thread Giuseppe D'Angelo via Interest
Il 05/12/19 00:54, Thiago Macieira ha scritto: Same issue (dangling pointer), no "auto" required. Or QStringView f() { QString s("hello"); return s; } Or even QVector v; v << QString("world"); etc. Really, one can build countless examples where Modern C++ will gladly make you