qt5base-lts/qmake
Thiago Macieira fd63acdc83 Don't use the QRegExp methods that modify the object [qmake]
QRegExp matching methods modify the object, which we don't want to. In
particular, when we receive a QRegExp from the user or we store in a
context that might require thread-safety, make sure we make a copy
before using it.

QRegularExpression has no such shortcoming.

Task-number: QTBUG-25064
Change-Id: I6b2d2530238a7e04b44859664a2962f2f466ee30
Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@nokia.com>
2012-04-23 19:20:19 +02:00
..
generators fix static library names when generating .pc files for pkgconfig 2012-04-19 19:46:07 +02:00
cachekeys.h Remove "All rights reserved" line from license headers. 2012-01-30 03:54:59 +01:00
CHANGES Initial import from the monolithic Qt. 2011-04-27 12:05:43 +02:00
main.cpp look for mkspecs in the project root, not next to every project 2012-02-29 00:05:38 +01:00
Makefile.unix Remove -DQT_NO_STL from the bootstrapped builds 2012-04-07 05:19:56 +02:00
Makefile.win32 Remove -DQT_NO_STL from the bootstrapped builds 2012-04-07 05:19:56 +02:00
Makefile.win32-g++ Remove -DQT_NO_STL from the bootstrapped builds 2012-04-07 05:19:56 +02:00
meta.cpp Remove "All rights reserved" line from license headers. 2012-01-30 03:54:59 +01:00
meta.h Remove "All rights reserved" line from license headers. 2012-01-30 03:54:59 +01:00
option.cpp don't add bogus /mkspecs to QMAKE_MKSPECS 2012-03-06 21:50:25 +01:00
option.h Merge remote-tracking branch 'origin/api_changes' 2012-03-04 21:45:05 +01:00
project.cpp Don't use the QRegExp methods that modify the object [qmake] 2012-04-23 19:20:19 +02:00
project.h qmake: QMakeProject::intValue added 2012-04-17 03:26:32 +02:00
property.cpp QT_RAW_INSTALL_FOO => QT_INSTALL_FOO/raw 2012-03-12 11:01:02 +01:00
property.h optimize QMakeProperty 2012-03-01 21:00:23 +01:00
qmake_pch.h QHash security fix (1/2): add global QHash seed 2012-04-03 19:12:13 +02:00
qmake.pri Remove -DQT_NO_STL from the bootstrapped builds 2012-04-07 05:19:56 +02:00
qmake.pro qmake: remove symbian support 2011-11-07 13:26:41 +01:00