qt5base-lts/tests/auto/dbus
Giuseppe D'Angelo 34fe9232db Port from QAtomic::load() to loadRelaxed()
Semi-automated, just needed ~20 manual fixes:

$ find \( -iname \*.cpp -or -iname \*.h \) -exec perl -pe 's/(\.|->)load\(\)/$1loadRelaxed\(\)/g' -i \{\} +
$ find \( -iname \*.cpp -or -iname \*.h \) -exec perl -pe 's/(\.|->)store\(/$1storeRelaxed\(/g' -i \{\} +

It can be easily improved (e.g. for store check that there are no commas
after the opening parens). The most common offender is QLibrary::load,
and some code using std::atomic directly.

Change-Id: I07c38a3c8ed32c924ef4999e85c7e45cf48f0f6c
Reviewed-by: Marc Mutz <marc.mutz@kdab.com>
2019-06-20 20:48:59 +02:00
..
qdbusabstractadaptor tests/auto/dbus: Avoid unconditional qWait()s 2018-04-12 05:49:07 +00:00
qdbusabstractinterface Add cmdline feature to qmake 2019-02-18 07:12:14 +00:00
qdbusconnection tests/auto/dbus: Avoid unconditional qWait()s 2018-04-12 05:49:07 +00:00
qdbusconnection_delayed Updated license headers 2016-01-21 18:55:18 +00:00
qdbusconnection_no_app Updated license headers 2016-01-21 18:55:18 +00:00
qdbusconnection_no_bus Updated license headers 2016-01-21 18:55:18 +00:00
qdbusconnection_no_libdbus Autotest: rename the test class so it's different in this test 2016-01-30 03:20:54 +00:00
qdbusconnection_spyhook tests: Unify license to GPL-EXCEPT 2017-04-03 07:18:46 +00:00
qdbuscontext Updated license headers 2016-01-21 18:55:18 +00:00
qdbusinterface Fix wrong relative path to qdbus_symbols.cpp 2018-07-24 04:24:31 +00:00
qdbuslocalcalls Updated license headers 2016-01-21 18:55:18 +00:00
qdbusmarshall Add cmdline feature to qmake 2019-02-18 07:12:14 +00:00
qdbusmetaobject Plug leaks in tests/auto/dbus 2017-01-26 10:33:28 +00:00
qdbusmetatype Updated license headers 2016-01-21 18:55:18 +00:00
qdbuspendingcall Updated license headers 2016-01-21 18:55:18 +00:00
qdbuspendingreply Updated license headers 2016-01-21 18:55:18 +00:00
qdbusreply Updated license headers 2016-01-21 18:55:18 +00:00
qdbusservicewatcher QDBusServiceWatcher namespace prefix support 2018-11-06 09:52:09 +00:00
qdbusthreading Port from QAtomic::load() to loadRelaxed() 2019-06-20 20:48:59 +02:00
qdbustype Use QT_CONFIG(library) instead of QT_NO_LIBRARY 2017-03-06 11:27:20 +00:00
qdbusxmlparser Updated license headers 2016-01-21 18:55:18 +00:00
dbus.pro Build examples and tests only if their requirements are met 2017-03-22 15:55:55 +00:00