qt5base-lts/tests/auto/corelib
João Abecasis b59d831980 Introducing Q_ARRAY_LITERAL
This provides the same functionality as the specialized QStringLiteral
and QByteArrayLiteral, but on top of QArrayData.

The macro has two variations, variadic and simple. The variadic version
depends on compiler support for (C99) variadic macros and enables
static initialization of arrays of any POD data. Use of this macro is
not recommended on code or applications that need to work in
configurations where variadic macros are not supported.

The simple version is more portable and is enough to support the use
cases of QStringLiteral and QByteArrayLiteral, also providing a fallback
that allocates and copies data when static initialization is not
available.

Change-Id: I7154a24dcae4bbbd7d5978653f620138467830c5
Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
2012-01-25 20:33:41 +01:00
..
animation Update copyright year in license headers. 2012-01-05 06:36:56 +01:00
codecs Changed unittests in corelib to use specific headers instead of super-headers. 2012-01-16 01:55:22 +01:00
concurrent Update copyright year in license headers. 2012-01-05 06:36:56 +01:00
global Update copyright year in license headers. 2012-01-05 06:36:56 +01:00
io Moved largefile unittest to same level as qfile. 2012-01-16 01:55:31 +01:00
itemmodels Changed unittests in corelib to use specific headers instead of super-headers. 2012-01-16 01:55:22 +01:00
kernel Add QModelIndex as a built-in metatype. 2012-01-11 19:32:34 +01:00
plugin Add V3(md5) and V5(sha1) version for DCE in QUuid 2012-01-10 05:12:20 +01:00
statemachine Update copyright year in license headers. 2012-01-05 06:36:56 +01:00
thread Changed unittests in corelib to use specific headers instead of super-headers. 2012-01-16 01:55:22 +01:00
tools Introducing Q_ARRAY_LITERAL 2012-01-25 20:33:41 +01:00
xml Update copyright year in license headers. 2012-01-05 06:36:56 +01:00
corelib.pro Move QAbstractItemModel into a separate directory. 2011-12-13 02:23:42 +01:00