Qt5 switching qreal from float to double on arm*

2013-11-02 Thread Lisandro Damián Nicanor Pérez Meyer
Hi! Starting from Qt 5.2.0 (most probably from rc1 and definitely not from beta1 currently in experimental) Qt5 will switch qreal from float to double on arm*. We have the option to keep some archs in float by passing a compilation parameter. I've done so for armel and sh4, so only armhf will

Re: Qt5 switching qreal from float to double on arm*

2013-11-02 Thread Lisandro Damián Nicanor Pérez Meyer
Note: only for pkg-kde-talk. On Saturday 02 November 2013 15:29:05 Lisandro Damián Nicanor Pérez Meyer wrote: Hi! Starting from Qt 5.2.0 (most probably from rc1 and definitely not from beta1 currently in experimental) Qt5 will switch qreal from float to double on arm*. We have the option

Re: Qt5 switching qreal from float to double on arm*

2013-11-02 Thread Lisandro Damián Nicanor Pérez Meyer
On Saturday 02 November 2013 15:30:53 you wrote: [snip] There's still the chance of doing **quite a bit** of work and backporting the changes to Qt4 and make qreal a double on armhf too. But this means a **big** transition for armhf would be needed, but on the other hand pkg-kde-tools'

Re: Qt5 switching qreal from float to double on arm*

2013-11-02 Thread Lisandro Damián Nicanor Pérez Meyer
On Saturday 02 November 2013 15:29:05 Lisandro Damián Nicanor Pérez Meyer wrote: Hi! Starting from Qt 5.2.0 (most probably from rc1 and definitely not from beta1 currently in experimental) Qt5 will switch qreal from float to double on arm*. I forgot to mention: please keep pkg-kde-talk at

Re: Qt5 switching qreal from float to double on arm*

2013-11-02 Thread Scott Kitterman
Lisandro Damián Nicanor Pérez Meyer perezme...@gmail.com wrote: Note: only for pkg-kde-talk. On Saturday 02 November 2013 15:29:05 Lisandro Damián Nicanor Pérez Meyer wrote: Hi! Starting from Qt 5.2.0 (most probably from rc1 and definitely not from beta1 currently in experimental) Qt5 will

Re: Qt5 switching qreal from float to double on arm*

2013-11-02 Thread peter green
Lisandro Damián Nicanor Pérez Meyer wrote: Any feedback will be kindly appreciated. I've always thought there is something fundamentally wrong. What is qreal supposed to be used for? If it's supposed to be used for things where float would be adequate then shouldn't it be float on all