qt5base-lts/qmake
Oswald Buddenhagen ad17a35853 make QMakeParser take a QStringRef as input
the only place where this actually saves a deep copy is the evaluation
of if(), but as a side effect the parser is now able to deal with not
null-terminated strings, which is kinda nice as well.

Change-Id: Ib6d08617aa79d2f9eaecd4906d4d548f34bf377d
Reviewed-by: Joerg Bornemann <joerg.bornemann@qt.io>
Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@theqtcompany.com>
2016-05-24 12:38:59 +00:00
..
doc Add support for Apple tvOS 2016-05-17 16:11:23 +00:00
generators add ProStringList::join(ProString) overload and make use of it 2016-05-24 12:38:47 +00:00
library make QMakeParser take a QStringRef as input 2016-05-24 12:38:59 +00:00
cachekeys.h Updated license headers 2016-01-21 18:55:18 +00:00
main.cpp Merge remote-tracking branch 'origin/5.6' into dev 2016-02-11 08:25:04 +01:00
Makefile.unix Merge remote-tracking branch 'origin/5.7' into dev 2016-05-23 21:09:46 +02:00
Makefile.win32 Merge remote-tracking branch 'origin/5.7' into dev 2016-05-23 21:09:46 +02:00
meta.cpp qmake: eradicate Q_FOREACH loops [needing qAsConst()] 2016-01-28 20:25:18 +00:00
meta.h Updated license headers 2016-01-21 18:55:18 +00:00
option.cpp qmake: use reserve to optimize memory allocation. 2016-02-01 20:57:59 +00:00
option.h qmake: eradicate Q_FOREACH loops [already const] 2016-01-28 20:25:21 +00:00
project.cpp make QMakeParser take a QStringRef as input 2016-05-24 12:38:59 +00:00
project.h make QMakeParser take a QStringRef as input 2016-05-24 12:38:59 +00:00
property.cpp qmake: eradicate Q_FOREACH loops [needing qAsConst()] 2016-01-28 20:25:18 +00:00
property.h Updated license headers 2016-01-21 18:55:18 +00:00
qmake_pch.h Updated license headers 2016-01-21 18:55:18 +00:00
qmake-aux.pro configure: Separate host and build platform. 2015-10-30 13:14:51 +00:00
qmake.pri qmake: Remove Windows CE support. 2016-03-10 13:33:44 +00:00
qmake.pro qmake/tools: port the last remaining Q_FOREACH loops and add QT_NO_FOREACH 2016-05-11 16:55:32 +00:00