qt6-bb10/tests/auto/corelib
Volker Hilsheimer 3ea6a13a01 Replace usage of Q_DECL_ALIGN with C++11 alignas keyword
The macro is not documented, so can be considered private API.
Pre-C++11 compilers that don't support alignas will no longer be
supported with Qt 6.

The macro definition for the standard case of compilers supporting
the alignof keyword is left in place.

Task-number: QTBUG-76414
Change-Id: I7d722e4faf09ae998a972d3ed914de808ab316d7
Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
2019-10-29 10:37:09 +01:00
..
animation Update for failures only on dev branch. Use general platform names 2019-08-19 18:22:11 +02:00
codecs Port from QStringViewLiteral to u"" 2019-07-29 11:17:28 +03:00
global Replace Q_ALIGNOF usage in qtbase with C++11 alignof keyword 2019-10-29 10:37:02 +01:00
io Merge remote-tracking branch 'origin/5.15' into dev 2019-10-26 01:01:32 +02:00
itemmodels cleanup QSortFilterProxyModel tests 2019-10-24 19:41:16 +02:00
kernel Replace Q_ALIGNOF usage in qtbase with C++11 alignof keyword 2019-10-29 10:37:02 +01:00
mimetypes Remove handling of missing Q_COMPILER_RVALUE_REFS 2019-05-01 20:24:45 +00:00
plugin Disable debug-and-release builds for MinGW 2019-09-18 06:28:16 +00:00
serialization QShortcut: Properly port to the new configure system 2019-10-25 12:12:39 +02:00
statemachine QStateMachine: Don't scream at the user 2019-10-24 10:26:03 +02:00
text Update CLDR to v36 2019-10-25 11:44:48 +02:00
thread Replace Q_ALIGNOF usage in qtbase with C++11 alignof keyword 2019-10-29 10:37:02 +01:00
time Merge remote-tracking branch 'origin/5.14' into 5.15 2019-10-13 01:00:43 +02:00
tools Replace usage of Q_DECL_ALIGN with C++11 alignas keyword 2019-10-29 10:37:09 +01:00
corelib.pro Move text-related code out of corelib/tools/ to corelib/text/ 2019-07-10 17:05:30 +02:00