qt5base-lts/src/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
..
doc doc: Add dontdocument.qdoc files 2019-05-07 16:58:09 +02:00
dbus_minimal_p.h DBus: verify up to date with dbus-1.12.12 2019-02-21 13:25:58 +00:00
dbus.pro Migrate Windows system libs to external dependencies 2019-05-08 08:30:02 +00:00
LIBDBUS-1-LICENSE.txt Document libdbus-1 code in Qt D-Bus 2018-04-20 06:45:12 +00:00
qdbus_symbols_p.h Support interactive authorization flag in DBusMessage 2018-07-10 19:46:40 +00:00
qdbus_symbols.cpp Modernize the "thread" feature 2018-08-17 00:34:36 +00:00
qdbusabstractadaptor_p.h Merge remote-tracking branch 'origin/5.10' into dev 2018-01-20 22:36:19 +01:00
qdbusabstractadaptor.cpp
qdbusabstractadaptor.h Add qtdbusglobal.h and qtdbusglobal_p.h 2016-07-14 06:06:43 +00:00
qdbusabstractinterface_p.h Add qtdbusglobal.h and qtdbusglobal_p.h 2016-07-14 06:06:43 +00:00
qdbusabstractinterface.cpp Replace qMove with std::move 2019-04-06 11:00:38 +00:00
qdbusabstractinterface.h Replace Q_DECL_OVERRIDE with override where possible 2017-09-19 11:53:42 +00:00
qdbusargument_p.h More nullptr usage in headers 2019-03-14 07:37:52 +00:00
qdbusargument.cpp Port from QAtomic::load() to loadRelaxed() 2019-06-20 20:48:59 +02:00
qdbusargument.h Remove handling of missing Q_COMPILER_RVALUE_REFS 2019-05-01 20:24:45 +00:00
qdbusconnection_p.h More nullptr usage in headers 2019-03-14 07:37:52 +00:00
qdbusconnection.cpp doc: update dbus sources for clangqdoc 2017-12-08 17:38:06 +00:00
qdbusconnection.h Remove handling of missing Q_COMPILER_RVALUE_REFS 2019-05-01 20:24:45 +00:00
qdbusconnectioninterface.cpp doc: Fix remaining qdoc warnings in QtDBus 2018-01-15 15:00:58 +00:00
qdbusconnectioninterface.h Replace Q_DECL_OVERRIDE with override where possible 2017-09-19 11:53:42 +00:00
qdbusconnectionmanager_p.h Replace Q_DECL_OVERRIDE with override where possible 2017-09-19 11:53:42 +00:00
qdbuscontext_p.h Add qtdbusglobal.h and qtdbusglobal_p.h 2016-07-14 06:06:43 +00:00
qdbuscontext.cpp
qdbuscontext.h Add qtdbusglobal.h and qtdbusglobal_p.h 2016-07-14 06:06:43 +00:00
qdbusdemarshaller.cpp Add more Q_FALLTHROUGH() 2018-01-12 07:10:25 +00:00
qdbuserror.cpp qdbuserror: Use qOffsetStringArray instead of script generated code 2018-10-16 18:32:18 +00:00
qdbuserror.h Remove handling of missing Q_COMPILER_RVALUE_REFS 2019-05-01 20:24:45 +00:00
qdbusextratypes.cpp doc: update dbus sources for clangqdoc 2017-12-08 17:38:06 +00:00
qdbusextratypes.h Remove handling of missing Q_COMPILER_RVALUE_REFS 2019-05-01 20:24:45 +00:00
qdbusintegrator_p.h Merge "Merge remote-tracking branch 'origin/5.13' into dev" into refs/staging/dev 2019-04-04 23:01:17 +00:00
qdbusintegrator.cpp Port from QAtomic::load() to loadRelaxed() 2019-06-20 20:48:59 +02:00
qdbusinterface_p.h Add qtdbusglobal.h and qtdbusglobal_p.h 2016-07-14 06:06:43 +00:00
qdbusinterface.cpp
qdbusinterface.h Replace Q_NULLPTR with nullptr where possible 2017-09-19 11:53:55 +00:00
qdbusinternalfilters.cpp Fix clazy-strict-iterators 2017-10-25 09:19:19 +00:00
qdbusintrospection_p.h Add qtdbusglobal.h and qtdbusglobal_p.h 2016-07-14 06:06:43 +00:00
qdbusintrospection.cpp Replace 'an unique' with 'a unique' 2017-10-11 18:44:57 +00:00
qdbusmarshaller.cpp Support C++17 fallthrough attribute 2016-08-19 18:38:53 +00:00
qdbusmessage_p.h Support interactive authorization flag in DBusMessage 2018-07-10 19:46:40 +00:00
qdbusmessage.cpp Support interactive authorization flag in DBusMessage 2018-07-10 19:46:40 +00:00
qdbusmessage.h Remove handling of missing Q_COMPILER_RVALUE_REFS 2019-05-01 20:24:45 +00:00
qdbusmetaobject_p.h Undef interface in more places, fixing builds with libc++ on windows 2018-01-18 04:44:44 +00:00
qdbusmetaobject.cpp Fix QMetaObject naming of class enum flag 2018-08-11 07:59:15 +00:00
qdbusmetatype_p.h Revert "Merge the QDBusMetaType's custom information to QDBusConnectionManager" 2017-05-17 13:42:47 +00:00
qdbusmetatype.cpp Port from QAtomic::load() to loadRelaxed() 2019-06-20 20:48:59 +02:00
qdbusmetatype.h Use nullptr in qDBusRegisterMetaType 2017-02-03 20:24:45 +00:00
qdbusmisc.cpp Fix handling of QDBusMessage in qdbuscpp2xml in bootstrapped mode 2018-04-29 16:44:32 +00:00
qdbuspendingcall_p.h More nullptr usage in headers 2019-03-14 07:37:52 +00:00
qdbuspendingcall.cpp Port from QAtomic::load() to loadRelaxed() 2019-06-20 20:48:59 +02:00
qdbuspendingcall.h Remove handling of missing Q_COMPILER_RVALUE_REFS 2019-05-01 20:24:45 +00:00
qdbuspendingreply.cpp doc: Fix all clang parse errors in QtBase during PCH build 2018-11-05 13:10:11 +00:00
qdbuspendingreply.h More nullptr usage in headers 2019-03-14 07:37:52 +00:00
qdbusreply.cpp doc: Fix all clang parse errors in QtBase during PCH build 2018-11-05 13:10:11 +00:00
qdbusreply.h doc: Fix all clang parse errors in QtBase during PCH build 2018-11-05 13:10:11 +00:00
qdbusserver.cpp Port from QAtomic::load() to loadRelaxed() 2019-06-20 20:48:59 +02:00
qdbusserver.h Replace Q_NULLPTR with nullptr where possible 2017-09-19 11:53:55 +00:00
qdbusservicewatcher.cpp QDBusServiceWatcher namespace prefix support 2018-11-06 09:52:09 +00:00
qdbusservicewatcher.h Replace Q_NULLPTR with nullptr where possible 2017-09-19 11:53:55 +00:00
qdbusthreaddebug_p.h Remove obsolete DBus dispatch lock 2017-11-08 05:38:39 +00:00
qdbusunixfiledescriptor.cpp Port from QAtomic::load() to loadRelaxed() 2019-06-20 20:48:59 +02:00
qdbusunixfiledescriptor.h Remove handling of missing Q_COMPILER_RVALUE_REFS 2019-05-01 20:24:45 +00:00
qdbusutil_p.h More nullptr usage in headers 2019-03-14 07:37:52 +00:00
qdbusutil.cpp doc: Fix all clang parse errors in QtBase during PCH build 2018-11-05 13:10:11 +00:00
qdbusvirtualobject.cpp
qdbusvirtualobject.h Replace Q_NULLPTR with nullptr where possible 2017-09-19 11:53:55 +00:00
qdbusxmlgenerator.cpp Use QString::asprintf(), QStringBuilder, and the multi-arg overload of QString::arg() 2017-01-12 17:54:28 +00:00
qdbusxmlparser_p.h qdbusxmlparser: Enabled error output 2016-09-27 15:48:45 +00:00
qdbusxmlparser.cpp Silence bogus whitespace "errors" from the DBus XML parser 2017-01-02 07:56:29 +00:00
Qt5DBusConfigExtras.cmake.in
Qt5DBusMacros.cmake DBus: merge calls to set_source_files_properties() in CMake functions 2018-03-23 16:38:56 +00:00
qt_attribution.json DBus: verify up to date with dbus-1.12.12 2019-02-21 13:25:58 +00:00
qtdbusglobal_p.h Add qtdbusglobal.h and qtdbusglobal_p.h 2016-07-14 06:06:43 +00:00
qtdbusglobal.h Add qtdbusglobal.h and qtdbusglobal_p.h 2016-07-14 06:06:43 +00:00