[Development] Qt 5.7.1 snapshot available

2016-10-20 Thread Jani Heikkinen
Hi all, We have new Qt 5.7.1 snapshot available Linux: http://download.qt.io/snapshots/qt/5.7/5.7.1/524/ Mac: http://download.qt.io/snapshots/qt/5.7/5.7.1/491/ Windows: http://download.qt.io/snapshots/qt/5.7/5.7.1/592/ src: http://download.qt.io/snapshots/qt/5.7/5.7.1/latest_src/ These aren't ye

Re: [Development] std::atomic

2016-10-20 Thread Thiago Macieira
Em quinta-feira, 20 de outubro de 2016, às 23:11:58 PDT, Sergio Martins escreveu: > > Because the Microsoft compiler does not support constexpr properly. See > > https://connect.microsoft.com/VisualStudio/feedback/details/2011648 > > > > I haven't tested Update 3 to see if that is fixed. > > Do

Re: [Development] std::atomic

2016-10-20 Thread Henry Skoglund
On 2016-10-21 00:11, Sergio Martins wrote: On 2016-10-20 21:43, Thiago Macieira wrote: Em quinta-feira, 20 de outubro de 2016, às 17:28:39 PDT, Philippe escreveu: std::atomic is used as underlying implementation for the the Qt atomic API with CLang on Mac. But why not with Visual Studio 2015? Y

Re: [Development] std::atomic

2016-10-20 Thread Sergio Martins
On 2016-10-20 21:43, Thiago Macieira wrote: Em quinta-feira, 20 de outubro de 2016, às 17:28:39 PDT, Philippe escreveu: std::atomic is used as underlying implementation for the the Qt atomic API with CLang on Mac. But why not with Visual Studio 2015? You will certainly mention some bug, but th

Re: [Development] std::atomic

2016-10-20 Thread Thiago Macieira
Em quinta-feira, 20 de outubro de 2016, às 17:28:39 PDT, Philippe escreveu: > std::atomic is used as underlying implementation for the the Qt atomic > API with CLang on Mac. > But why not with Visual Studio 2015? You will certainly mention some bug, > but then where is the problem? (shortly) Becau

Re: [Development] std::atomic

2016-10-20 Thread Olivier Goffart
On Donnerstag, 20. Oktober 2016 17:28:39 CEST Philippe wrote: > std::atomic is used as underlying implementation for the the Qt atomic > API with CLang on Mac. > But why not with Visual Studio 2015? You will certainly mention some bug, > but then where is the problem? (shortly) The answer is in qb

[Development] std::atomic

2016-10-20 Thread Philippe
std::atomic is used as underlying implementation for the the Qt atomic API with CLang on Mac. But why not with Visual Studio 2015? You will certainly mention some bug, but then where is the problem? (shortly) Thanks Philippe ___ Development mailing lis