qt5base-lts/qmake/generators
Lars Knoll df853fed66 Use qsizetype in QList
The change creates a slight source incompatibility. The main
things to take care of are

* code using printf statements on list.size(). Using qsizetype in
printf statements will always require a cast to work on both 32
and 64 bit.
* A few places where overloads now get ambiguous. One example is
QRandomGenerator::bounded() that has overloads for int, uint and
double, but not int64.
* Streaming list.size() to a QDataStream will change the format
depending on the architecture.

[ChangeLog][QtCore][QList] QList now uses qsizetype to index into
elements.

Change-Id: Iaff562a4d072b97f458417b670f95971bd47cbc6
Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
2020-07-06 21:31:14 +02:00
..
mac Port qmake over to user QRegularExpression 2020-05-05 18:41:27 +02:00
unix Makefile: Deduplicate logic for response file name 2020-07-06 13:40:45 +00:00
win32 MinGW: Use a response file for long include paths 2020-07-06 13:41:37 +00:00
makefile.cpp MinGW: Use a response file for long include paths 2020-07-06 13:41:37 +00:00
makefile.h MinGW: Use a response file for long include paths 2020-07-06 13:41:37 +00:00
makefiledeps.cpp Fix developer build with -Werror 2019-10-15 10:46:06 +00:00
makefiledeps.h Fix developer build with -Werror 2019-10-15 10:46:06 +00:00
metamakefile.cpp qmake: Avoid writing glue project file when only generating prl files 2019-10-09 02:10:03 +02:00
metamakefile.h qmake: Apply modernize-use-nullptr 2018-08-08 17:30:32 +00:00
projectgenerator.cpp Port qmake over to user QRegularExpression 2020-05-05 18:41:27 +02:00
projectgenerator.h Merge remote-tracking branch 'origin/5.13' into dev 2019-06-14 13:45:18 +02:00
xmloutput.cpp Use qsizetype in QList 2020-07-06 21:31:14 +02:00
xmloutput.h