qt6-bb10/tests/auto/corelib
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
..
animation Introduce QInputDevice hierarchy; replace QTouchDevice 2020-06-16 22:06:56 +02:00
global CMake: Skip / ignore failing tests on CMake platforms 2020-07-01 14:55:29 +02:00
io Avoid use of Q_UNUSED by eliminating the parameter names 2020-07-03 21:10:09 +02:00
itemmodels Remove the deprecated QDirModel 2020-06-04 19:11:19 +02:00
kernel Avoid use of Q_UNUSED by eliminating the parameter names 2020-07-03 21:10:09 +02:00
mimetypes QMimeType::suffixForFileName shouldn't lowercase the file suffix 2020-06-01 13:36:05 +02:00
plugin CMake: Skip / ignore failing tests on CMake platforms 2020-07-01 14:55:29 +02:00
serialization Use qsizetype in QList 2020-07-06 21:31:14 +02:00
statemachine Merge remote-tracking branch 'origin/5.15' into dev 2020-02-13 18:31:40 +01:00
text Allow allocating more than 2G items in a vector 2020-07-06 21:31:01 +02:00
thread CMake: Skip / ignore failing tests on CMake platforms 2020-07-01 14:55:29 +02:00
time Make feature datetimeparser depend on feature datestring 2020-07-02 15:35:18 +02:00
tools Get rid of QArrayData::sharedNull() 2020-07-06 21:30:33 +02:00
.prev_CMakeLists.txt Move QTextCodec support out of QtCore 2020-06-20 02:04:38 +02:00
CMakeLists.txt Move QTextCodec support out of QtCore 2020-06-20 02:04:38 +02:00
corelib.pro Move QTextCodec support out of QtCore 2020-06-20 02:04:38 +02:00