qt6-bb10/tests/auto/corelib/thread
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
..
qatomicint Port Q_STATIC_ASSERT(_X) to static_assert 2020-06-19 19:38:23 +02:00
qatomicinteger Port Q_STATIC_ASSERT(_X) to static_assert 2020-06-19 19:38:23 +02:00
qatomicpointer Port Q_STATIC_ASSERT(_X) to static_assert 2020-06-19 19:38:23 +02:00
qfuture Deprecate the pause-related APIs of QFuture* classes 2020-06-04 22:32:43 +02:00
qfuturesynchronizer cmake: add more tests in corelib/thread 2019-10-04 06:27:19 +00:00
qfuturewatcher Deprecate the pause-related APIs of QFuture* classes 2020-06-04 22:32:43 +02:00
qmutex Regenerate projects one last time before merge 2020-02-12 17:30:49 +00:00
qmutexlocker cmake: add more tests in corelib/thread 2019-10-04 06:27:19 +00:00
qpromise Document QPromise API 2020-06-18 18:28:41 +03:00
qreadlocker cmake: add more tests in corelib/thread 2019-10-04 06:27:19 +00:00
qreadwritelock Remove winrt 2020-06-06 20:25:49 +02:00
qresultstore Regenerate projects one last time before merge 2020-02-12 17:30:49 +00:00
qsemaphore Merge remote-tracking branch 'origin/dev' into wip/cmake 2020-01-29 16:57:27 +01:00
qthread Remove winrt 2020-06-06 20:25:49 +02:00
qthreadonce cmake: add more tests in corelib/thread 2019-10-04 06:27:19 +00:00
qthreadpool Remove QThreadPool::cancel() 2020-06-05 20:57:32 +02:00
qthreadstorage Remove winrt 2020-06-06 20:25:49 +02:00
qwaitcondition cmake: add more tests in corelib/thread 2019-10-04 06:27:19 +00:00
qwritelocker cmake: add more tests in corelib/thread 2019-10-04 06:27:19 +00:00
CMakeLists.txt Add QPromise implementation 2020-06-09 17:21:38 +03:00
thread.pro Add QPromise implementation 2020-06-09 17:21:38 +03:00