qt5base-lts/tests/auto
Thiago Macieira f6a151024b Introduce flags to indicate the QArrayData type
These flags allow us to determine what type of data QArrayData is
carrying. There are currently only two supported types:
 - raw data type: constructed via fromRawData or static data
 - allocated data type: regular data done via heap allocation

The QArrayData object is usually allocated on the heap, unless its own
reference count is -1 (indicating static const QArrayData). Such
object should have a type of RawDataType, since we can't call free().

Add GrowsBackward for completeness as well as the StaticDataFlags
default for static data.

Change-Id: Icc915a468a2acf2eae91a94e82451f852d382c92
Reviewed-by: Simon Hausmann <simon.hausmann@qt.io>
2019-12-07 14:18:19 +01:00
..
bic/data Add binary compatibility files for Qt5.13.0 for QtBase 2019-08-15 04:19:39 +00:00
cmake CMake: Add support for auto-importing plugins in CMake 2019-08-12 18:23:58 +02:00
concurrent Get rid of QT_STRICT_ITERATORS 2019-11-04 12:52:26 +00:00
corelib Introduce flags to indicate the QArrayData type 2019-12-07 14:18:19 +01:00
dbus Merge remote-tracking branch 'origin/5.15' into dev 2019-11-25 11:30:04 +01:00
gui Merge remote-tracking branch 'origin/5.15' into dev 2019-12-05 01:00:44 +01:00
guiapplauncher
installed_cmake
network Merge remote-tracking branch 'origin/5.15' into dev 2019-12-04 01:00:23 +01:00
opengl Remove dead code from Qt 4 times 2019-08-20 22:27:46 +00:00
other Merge remote-tracking branch 'origin/5.15' into dev 2019-12-04 01:00:23 +01:00
printsupport Remove the remaining usages of deprecated APIs of qtbase 2019-08-01 06:48:27 +02:00
shared QWindowsFontDatabase: Check preferred family names for all fonts 2019-11-29 09:31:21 +01:00
sql Merge remote-tracking branch 'origin/5.14' into 5.15 2019-10-25 01:00:16 +02:00
testlib Merge remote-tracking branch 'origin/5.15' into dev 2019-11-25 11:30:04 +01:00
tools Fix tst_moc for C++17 2019-12-06 16:19:27 +01:00
widgets Merge remote-tracking branch 'origin/5.15' into dev 2019-12-04 01:00:23 +01:00
xml Merge remote-tracking branch 'origin/5.15' into dev 2019-11-27 08:41:33 +01:00
auto.pro Disable tests with qemu-arm & developer-build configurations in the CI 2019-10-03 15:12:33 +00:00
network-settings.h test: migrate QNetworkReply test to QRegularExpression 2019-06-10 16:49:19 +02:00