qt5base-lts/tests/benchmarks/corelib
Volker Hilsheimer 226a60baf5 Replace Q_ALIGNOF usage in qtbase with C++11 alignof keyword
The macro is not documented, so not part of the public Qt API. It is
made obsolete by the alignof keyword in C++11.

Remove the usage of the macro across qtbase, in particular the
workarounds for compilers that didn't support alignof, and that will
not be supported in Qt 6.

The macro definition is left in place, no need to break existing
code.

Task-number: QTBUG-76414
Change-Id: I1cfedcd4dd748128696cdfb546d97aae4f98c3da
Reviewed-by: Allan Sandfeld Jensen <allan.jensen@qt.io>
2019-10-29 10:37:02 +01:00
..
codecs Updated license headers 2016-01-21 18:55:18 +00:00
io qdiriterator benchmark: test against std::filesystem 2019-10-21 12:40:49 +02:00
json Updated license headers 2016-01-21 18:55:18 +00:00
kernel Add QObject allocation benchmarks 2019-08-29 14:04:27 +02:00
mimetypes Use a std::vector instead of a QVector in QMimeDatabasePrivate 2018-09-29 14:22:18 +00:00
plugin tst_bench_QUuid: eliminate an unused variable 2018-06-14 09:15:06 +00:00
text Re-apply 'Skip old benchmark that doesn't build automatically' 2019-07-24 07:45:59 +03:00
thread QReadWriteLock: add a check for writeOnly, too 2019-09-12 06:38:42 +02:00
time Extend QDate's benchmark 2019-08-30 11:22:07 +02:00
tools Replace Q_ALIGNOF usage in qtbase with C++11 alignof keyword 2019-10-29 10:37:02 +01:00
corelib.pro Move text-related code out of corelib/tools/ to corelib/text/ 2019-07-10 17:05:30 +02:00