Re: [Development] Using gcc to build arm version

2012-10-07 Thread song.7.liu
Another thing: it seems that the libstdc++.so is based on Linux OS, so it can't be used for target build... So for the gcc/g++, is there a standalone library for c++ support ? Thanks, Song -Original Message- From: development-bounces+song.7.liu=nokia@qt-project.org [mailto:develop

Re: [Development] Newlines in XHR / QNetworkAccessManager headers

2012-10-07 Thread d3fault
On Sun, Oct 7, 2012 at 10:00 PM, Thiago Macieira wrote: > For obvious reasons, the security list is not public and is not open for > subscription from other people. If you feel you have a reason to be in the > security mailing list, please mail us there and ask to be subscribed. We're > looking fo

Re: [Development] Using gcc to build arm version

2012-10-07 Thread song.7.liu
readelf -s -W libsupc++.a | grep UND, still shows: _ZTVN10__cxxabiv120__si_class_type_infoE _ZTVN10__cxxabiv121__vmi_class_type_infoE _ZTVN10__cxxabiv117__class_type_infoE Thanks, Song -Original Message- From: development-bounces+song.7.liu=nokia@qt-project.org [mailto:development-b

Re: [Development] Using gcc to build arm version

2012-10-07 Thread Thiago Macieira
On segunda-feira, 8 de outubro de 2012 15.18.10, Lincoln Ramsay wrote: > On 08/10/12 15:09, song.7@nokia.com wrote: > > collect2 (4.4.1) is used to link. > > If you're linking something that includes C++ you should really use g++ > as the linker. > > If you're going to invoke ld directly, you

Re: [Development] Using gcc to build arm version

2012-10-07 Thread Lincoln Ramsay
On 08/10/12 15:09, song.7@nokia.com wrote: collect2 (4.4.1) is used to link. If you're linking something that includes C++ you should really use g++ as the linker. If you're going to invoke ld directly, you need to ensure the appropriate flags are set so it includes the C++ runtime.

Re: [Development] Using gcc to build arm version

2012-10-07 Thread song.7.liu
collect2 (4.4.1) is used to link. Thanks, Song From: development-bounces+song.7.liu=nokia@qt-project.org [mailto:development-bounces+song.7.liu=nokia@qt-project.org] On Behalf Of ext Lincoln Ramsay Sent: Monday, October 08, 2012 1:00 PM To: development@qt-project.org Subject: Re: [Devel

Re: [Development] Newlines in XHR / QNetworkAccessManager headers

2012-10-07 Thread Thiago Macieira
On domingo, 7 de outubro de 2012 21.48.22, d3fault wrote: > > If you find that it's a security issue, contact us at > > secur...@qt-project.org so we can deal with it. > > Can we get a Security mailing list that uses the email address > provided above so as to keep the process more transparent? Qt

Re: [Development] Using gcc to build arm version

2012-10-07 Thread Lincoln Ramsay
On 08/10/12 14:57, song.7@nokia.com wrote: We are building the mesa for Qt, and the gcc is used to build out ARM version. But the bellow symbols is reported as undefined: _ZTVN10__cxxabiv120__si_class_type_infoE _ZTVN10__cxxabiv121__vmi_class_type_infoE _ZTVN10__cxxabiv117__class_type_in

[Development] Using gcc to build arm version

2012-10-07 Thread song.7.liu
Hi, We are building the mesa for Qt, and the gcc is used to build out ARM version. But the bellow symbols is reported as undefined: _ZTVN10__cxxabiv120__si_class_type_infoE _ZTVN10__cxxabiv121__vmi_class_type_infoE _ZTVN10__cxxabiv117__class_type_infoE These symbols should be provided by compile

Re: [Development] Newlines in XHR / QNetworkAccessManager headers

2012-10-07 Thread d3fault
On Sun, Oct 7, 2012 at 4:53 PM, Thiago Macieira wrote: > On domingo, 7 de outubro de 2012 21.23.53, mikko.saa...@nokia.com wrote: >> xhr.setRequestHeader("Origin","http://www.google.fi\nReferer:http://www.goog >> le.fi/whatever> >");

Re: [Development] Newlines in XHR / QNetworkAccessManager headers

2012-10-07 Thread Thiago Macieira
On domingo, 7 de outubro de 2012 21.23.53, mikko.saa...@nokia.com wrote: > That's one debatable issue, but perhaps there is another more interesting > case (at least in my opinion). I can also add newlines ("\n" or "\r\n") and > thus spoof any header, even without that all-caps shouting. This time

[Development] Newlines in XHR / QNetworkAccessManager headers

2012-10-07 Thread Mikko.Saario
Hello, I noticed a potential issue when doing some QML/JS XMLHTTPRequest tests recently. The "issue" is quite simple as explained below and I would like to know what the Qt developer community thinks about it - whether it is a "vulnerability" or perhaps just a "feature". So I was using QML and

[Development] Issues with compiling Qt-Creator on windows

2012-10-07 Thread Majid Khan
I have tried compiling Qt creator using VS2010 (qt4.8.1) but I am missing . It works alright in linux (but thats because inclusion is under pre-processor directive for Q_OS_WIN. I have seen this has been issue for some other people too but haven't seen any fix around it. Anyone has any idea for

Re: [Development] QThread usage/guidance

2012-10-07 Thread André Somers
Op 7 okt. 2012 om 02:20 heeft Sze Howe Koh het volgende geschreven: > On Sun, Oct 7, 2012 at 4:13 AM, Giuseppe D'Angelo wrote: > On 6 October 2012 16:46, Kevin Krammer wrote: > > > > Because it clearly states that QTcpSocket instances returned by that method > > cannot be used from another t

Re: [Development] Code coverage statistics online

2012-10-07 Thread Sébastien Fricker
> One possible request: entry marking in the source reports, ie: > QString QMimeType::filterString() const > From: > http://download.froglogic.com/public/qt5-squishcoco-report/libQtWidgets/source_147.html > > Was the test entered but the if lines not tested? > > Another example: void QMimeTypePr