qt5base-lts/tests/auto
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
..
bic Initial import from the monolithic Qt. 2011-04-27 12:05:43 +02:00
compilerwarnings/data Update copyright year in license headers. 2012-01-05 06:36:56 +01:00
corelib Introducing Q_ARRAY_LITERAL 2012-01-25 20:33:41 +01:00
dbus Update copyright year in license headers. 2012-01-05 06:36:56 +01:00
gui Changed qrawfont unittest to work from installation directory. 2012-01-16 01:55:26 +01:00
guiapplauncher Update the documentation after moving examples. 2011-07-05 21:19:08 +02:00
network Fixed build break when bearer is disabled. 2012-01-16 11:29:04 +01:00
opengl Update copyright year in license headers. 2012-01-05 06:36:56 +01:00
other Clean up and extend QAccessible::State. 2012-01-16 08:55:37 +01:00
sql Update copyright year in license headers. 2012-01-05 06:36:56 +01:00
testlib Improve coverage of expectfail selftest 2012-01-13 04:04:17 +01:00
tools Update copyright year in license headers. 2012-01-05 06:36:56 +01:00
widgets Flag tst_qmenubar tests as unstable. 2012-01-16 08:52:05 +01:00
xml Fix memory leak in QDomDocument entity text expansion 2012-01-10 02:01:41 +01:00
auto.pro Remove QtV8 library from QtBase 2012-01-09 19:54:07 +01:00
network-settings.h Update copyright year in license headers. 2012-01-05 06:36:56 +01:00
platformquirks.h Update copyright year in license headers. 2012-01-05 06:36:56 +01:00
test.pl Update copyright year in license headers. 2012-01-05 06:36:56 +01:00