qt5base-lts/tests/auto/corelib/tools
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
..
qalgorithms Remove the Q_TYPENAME define. 2012-01-08 23:54:56 +01:00
qarraydata Introducing Q_ARRAY_LITERAL 2012-01-25 20:33:41 +01:00
qbitarray Update copyright year in license headers. 2012-01-05 06:36:56 +01:00
qbytearray Don't use RefCount int operators 2012-01-23 17:40:18 +01:00
qbytearraymatcher Update copyright year in license headers. 2012-01-05 06:36:56 +01:00
qcache Update copyright year in license headers. 2012-01-05 06:36:56 +01:00
qchar Update copyright year in license headers. 2012-01-05 06:36:56 +01:00
qcontiguouscache Update copyright year in license headers. 2012-01-05 06:36:56 +01:00
qcryptographichash Changed unittests in corelib to use specific headers instead of super-headers. 2012-01-16 01:55:22 +01:00
qdate Update copyright year in license headers. 2012-01-05 06:36:56 +01:00
qdatetime Update copyright year in license headers. 2012-01-05 06:36:56 +01:00
qeasingcurve Update copyright year in license headers. 2012-01-05 06:36:56 +01:00
qelapsedtimer Update copyright year in license headers. 2012-01-05 06:36:56 +01:00
qexplicitlyshareddatapointer Update copyright year in license headers. 2012-01-05 06:36:56 +01:00
qfreelist Update copyright year in license headers. 2012-01-05 06:36:56 +01:00
qhash Update copyright year in license headers. 2012-01-05 06:36:56 +01:00
qline Update copyright year in license headers. 2012-01-05 06:36:56 +01:00
qlist Update copyright year in license headers. 2012-01-05 06:36:56 +01:00
qlocale Update copyright year in license headers. 2012-01-05 06:36:56 +01:00
qmap Update copyright year in license headers. 2012-01-05 06:36:56 +01:00
qmargins Update copyright year in license headers. 2012-01-05 06:36:56 +01:00
qpoint Update copyright year in license headers. 2012-01-05 06:36:56 +01:00
qqueue Update copyright year in license headers. 2012-01-05 06:36:56 +01:00
qrect Update copyright year in license headers. 2012-01-05 06:36:56 +01:00
qregexp Update copyright year in license headers. 2012-01-05 06:36:56 +01:00
qringbuffer Update copyright year in license headers. 2012-01-05 06:36:56 +01:00
qscopedpointer Update copyright year in license headers. 2012-01-05 06:36:56 +01:00
qscopedvaluerollback Update copyright year in license headers. 2012-01-05 06:36:56 +01:00
qset Update copyright year in license headers. 2012-01-05 06:36:56 +01:00
qsharedpointer Avoid using 'check' in QSharedPointer test. 2012-01-09 19:04:57 +01:00
qsize Update copyright year in license headers. 2012-01-05 06:36:56 +01:00
qsizef Update copyright year in license headers. 2012-01-05 06:36:56 +01:00
qstl Update copyright year in license headers. 2012-01-05 06:36:56 +01:00
qstring Don't use RefCount int operators 2012-01-24 14:10:17 +01:00
qstringbuilder Update copyright year in license headers. 2012-01-05 06:36:56 +01:00
qstringlist Update copyright year in license headers. 2012-01-05 06:36:56 +01:00
qstringmatcher Remove redundant class from QStringMatcher test. 2012-01-06 07:50:21 +01:00
qstringref Update copyright year in license headers. 2012-01-05 06:36:56 +01:00
qtextboundaryfinder Update copyright year in license headers. 2012-01-05 06:36:56 +01:00
qtime Update copyright year in license headers. 2012-01-05 06:36:56 +01:00
qtimeline Update copyright year in license headers. 2012-01-05 06:36:56 +01:00
qvarlengtharray Update copyright year in license headers. 2012-01-05 06:36:56 +01:00
qvector Merge remote-tracking branch 'gerrit/master' into containers 2012-01-16 17:53:41 +01:00
tools.pro Introducing QArrayData 2011-12-06 16:57:17 +01:00