qt5base-lts/tests/benchmarks/corelib/kernel
Giuseppe D'Angelo 3e1d03b1ea Port Q_STATIC_ASSERT(_X) to static_assert
There is no reason for keep using our macro now that we have C++17.
The macro itself is left in for the moment being, as well as its
detection logic, because it's needed for C code (not everything
supports C11 yet).  A few more cleanups will arrive in the next few
patches.

Note that this is a mere search/replace; some places were using
double braces to work around the presence of commas in a macro, no
attempt has been done to fix those.

tst_qglobal had just some minor changes to keep testing the macro.

Change-Id: I1c1c397d9f3e63db3338842bf350c9069ea57639
Reviewed-by: Lars Knoll <lars.knoll@qt.io>
2020-06-19 19:38:23 +02:00
..
events Merge remote-tracking branch 'origin/5.15' into dev 2020-04-08 20:11:39 +02:00
qcoreapplication Merge remote-tracking branch 'origin/5.15' into dev 2020-04-08 20:11:39 +02:00
qmetaobject Merge remote-tracking branch 'origin/5.15' into dev 2020-04-08 20:11:39 +02:00
qmetatype Merge remote-tracking branch 'origin/5.15' into dev 2020-04-08 20:11:39 +02:00
qobject Merge remote-tracking branch 'origin/5.15' into dev 2020-04-08 20:11:39 +02:00
qtimer_vs_qmetaobject Merge remote-tracking branch 'origin/5.15' into dev 2020-04-08 20:11:39 +02:00
qvariant Port Q_STATIC_ASSERT(_X) to static_assert 2020-06-19 19:38:23 +02:00
CMakeLists.txt Convert remaining tests/benchmarks 2019-11-04 15:48:51 +00:00
kernel.pro Enable and extend the qtimer_vs_qmetaobject benchmark 2019-03-27 06:37:33 +00:00