Re: [Development] Git clone hangs on Linux using SSH

2015-03-13 Thread Richard Moore
On 13 March 2015 at 21:08, Denis Shienkov wrote: > So, nor SSH, nor HTTS does not work for me. What happens? :( > You're using the wrong port. Rich. ___ Development mailing list Development@qt-project.org http://lists.qt-project.org/mailman/listinfo/d

Re: [Development] Git clone hangs on Linux using SSH

2015-03-13 Thread Denis Shienkov
Now I can not push my changes even via HTTPS (on OSX): " bash-3.2$ git push https://@codereview.qt-project.org/qt/qtserialport HEAD:refs/for/5.5 Password for 'https://@codereview.qt-project.org:443': Counting objects: 39, done. Delta compression using up to 2 threads. Compressing objects: 100%

Re: [Development] Two source incompatibilities in Qt 5.5 with Clang

2015-03-13 Thread Thiago Macieira
On Friday 13 March 2015 18:02:51 Olivier Goffart wrote: > On Friday 13 March 2015 09:08:35 Thiago Macieira wrote: > > It's a minor SIC and I still call it justified. Anyone who was using > > #ifndef was making assumptions about Q_ASSERT's internals and how it is > > declared. We should all agree th

Re: [Development] Two source incompatibilities in Qt 5.5 with Clang

2015-03-13 Thread Oswald Buddenhagen
On Fri, Mar 13, 2015 at 06:02:51PM +0100, Olivier Goffart wrote: > On Friday 13 March 2015 09:08:35 Thiago Macieira wrote: > > It's a minor SIC and I still call it justified. Anyone who was using #ifndef > > was making assumptions about Q_ASSERT's internals and how it is declared. > > We should all

Re: [Development] Two source incompatibilities in Qt 5.5 with Clang

2015-03-13 Thread Olivier Goffart
On Friday 13 March 2015 09:08:35 Thiago Macieira wrote: > It's a minor SIC and I still call it justified. Anyone who was using #ifndef > was making assumptions about Q_ASSERT's internals and how it is declared. > We should all agree that making assumptions is a bad idea. It was documented: http:/

Re: [Development] Two source incompatibilities in Qt 5.5 with Clang

2015-03-13 Thread Thiago Macieira
On Friday 13 March 2015 12:23:00 Stephen Kelly wrote: > Thiago Macieira wrote: > >> What macro works for multiple versions of Qt? > >> Why should everyone define such a macro themselves in their code? How > >> about contributing it back to qglobal.h? What would it be called? And to > >> bring this

Re: [Development] Two source incompatibilities in Qt 5.5 with Clang

2015-03-13 Thread Stephen Kelly
Thiago Macieira wrote: >> What macro works for multiple versions of Qt? >> Why should everyone define such a macro themselves in their code? How >> about contributing it back to qglobal.h? What would it be called? And to >> bring this full circle, how about swapping the semantic of the old and >>

[Development] [Solved] qt3d examples with qt5.5 crashing

2015-03-13 Thread Arjun Das
Hi, >When i try to run any of the compiled qt3d application's release version.The application crashes, and this are the error details collected by windows: The problem was with OpenGl version. The OpenGL version (It was 1.0) was not updated. With OPenGL version updated to 4.0, all examples are c