Re: [Development] What changed in the RHEL 6.6 machines that cause tst_QUdpSocket::linkLocalIPv6 to fail?

2017-09-13 Thread Tony Sarajärvi
This is information I could look up, but would take time, so let's see if you already have the answers  Does this fail 100% of the time now, and since when? Or when did it become flaky? We noticed on our servers, that when we moved the VMs to run on different physical machines in different

Re: [Development] DTLS support in Qt

2017-09-13 Thread Thiago Macieira
On terça-feira, 22 de agosto de 2017 23:25:01 PDT Lars Knoll wrote: > Hi, > > I’ll look into it. But it’ll take a few days. Anything? -- Thiago Macieira - thiago.macieira (AT) intel.com Software Architect - Intel Open Source Technology Center ___

Re: [Development] Meeting minutes from Qt Release Team meeting 05.09.2017

2017-09-13 Thread Thiago Macieira
On quarta-feira, 13 de setembro de 2017 01:54:12 PDT Edward Welbourne wrote: > I've restored constexpr changes to being shown - allegedly we can't > retract those once added. I believe Q_INVOKABLE is also genuinely > API-relevant, so it is also not filtered. Should Q_DECL_CONST_FUNCTION >

Re: [Development] std::allocate_shared for QSharedPointer

2017-09-13 Thread Ed Leaver
Thanks Allen, bookmarked it :) On 09/13/2017 03:54 AM, Allan Sandfeld Jensen wrote: On Mittwoch, 13. September 2017 03:40:03 CEST Ed Leaver wrote: /What??? /You mean there's actually a /reason/ people aren't knocking the doors down over these things? =-O A few months ago I was handed a C++

Re: [Development] std::allocate_shared for QSharedPointer

2017-09-13 Thread Ed Leaver
On 09/12/2017 09:47 PM, Konstantin Tokarev wrote: 13.09.2017, 04:40, "Ed Leaver" : What??? You mean there's actually a reason people aren't knocking the doors down over these things? =-O A few months ago I was handed a C++ Coding Standard that deigned to prohibit any

[Development] Qt 5.10 Alpha released

2017-09-13 Thread Jani Heikkinen
Hi all, Qt 5.10 Alpha is released today, see http://blog.qt.io/blog/2017/09/13/qt-5-10-alpha-released/ Once again it was a bit hard but finally it is out. Big thanks to everyone involved! br, Jani Heikkinen Release Manager ___ Development mailing

[Development] Upcoming Clang compiler changes for macOS and iOS: RFC for solutions

2017-09-13 Thread Jake Petroules
Hello all, I wanted to talk about some new features in Apple Clang that will affect us once Xcode 9 is released in 1 to 2 weeks. Basically, there are new language extensions for C/C++ and Objective-C (__builtin_available() and @available()) that allow you to perform OS version runtime checks

Re: [Development] Meeting minutes from Qt Release Team meeting 05.09.2017

2017-09-13 Thread Edward Welbourne
Jani Heikkinen (6 September 2017 06:53) > Meeting minutes from Qt Release Team meeting 5th September 2017 > > Qt 5.10 status: [...] > - API review to be started immediately when Alpha content in place No API changes found in: qtsvg, qtactiveqt, qtscript, qttools, qtxmlpatterns, qtsensors,

Re: [Development] std::allocate_shared for QSharedPointer

2017-09-13 Thread Allan Sandfeld Jensen
On Mittwoch, 13. September 2017 03:40:03 CEST Ed Leaver wrote: > /What??? /You mean there's actually a /reason/ people aren't knocking > the doors down over these things? =-O > > A few months ago I was handed a C++ Coding Standard that deigned to > prohibit any further heap allocation after