qt5base-lts/tests/manual/corelib
Øystein Heskestad fd48ce0b73 Add support for containers > 4 Gi elements in QDataStream
The format is changed from 6.7 to support more than UINT32_MAX - 1
elements. The format used to have a quint32 size. Now if the size is
larger or equal to 0xfffffffe (2^32 -2) the old size is an extend
value 0xfffffffe followed by one quint64 with the actual value. The
32 bit size with all bits set is still used as null value.

Fixes: QTBUG-105034
Change-Id: I62188be170fe779022ad58ab84a54b1eaf46e5d9
Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
2023-10-23 15:10:28 +02:00
..
qdatastream Add support for containers > 4 Gi elements in QDataStream 2023-10-23 15:10:28 +02:00
time Add _tzset() call before mktime() on MS 2023-09-05 22:41:35 +02:00
tools Remove Custom Type Example and Custom Type Sending Example 2023-10-04 21:04:45 +02:00
CMakeLists.txt Add support for containers > 4 Gi elements in QDataStream 2023-10-23 15:10:28 +02:00