qt5base-lts/tests/auto/corelib/serialization
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
..
json Fix conversion of QVariant() in QJsonArrays and Objects (through CBOR) 2020-06-24 22:43:57 +02:00
qcborstreamreader Port Q_STATIC_ASSERT(_X) to static_assert 2020-06-19 19:38:23 +02:00
qcborstreamwriter cmake: add tests in corelib/serialization 2019-10-07 08:57:31 +00:00
qcborvalue Use qsizetype in QList 2020-07-06 21:31:14 +02:00
qcborvalue_json Fix conversion of QVariant() in QJsonArrays and Objects (through CBOR) 2020-06-24 22:43:57 +02:00
qdatastream Remove QRegExp from QVariant 2020-05-14 12:19:47 +00:00
qdatastream_core_pixmap Merge remote-tracking branch 'origin/dev' into wip/cmake 2019-11-19 13:53:21 +01:00
qtextstream Remove winrt 2020-06-06 20:25:49 +02:00
qxmlstream Move implementation of QVector/List back to qlist.h 2020-06-20 20:01:33 +02:00
cborlargedatavalidation.cpp QCborValue: catch overflow in QByteArray when decoding chunked strings 2020-05-07 07:39:26 -07:00
CMakeLists.txt cmake: add tests in corelib/serialization 2019-10-07 08:57:31 +00:00
serialization.pro Exclude tests that need GUI when GUI isn't available 2019-10-25 11:42:09 +02:00