qt5base-lts/tests/auto/corelib
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
..
animation Extend blacklisting of tst_qparallelanimationgroup tests to macOS 10.13 2018-09-24 21:13:30 +00:00
codecs Add tests for decoding too-short UTF-8 sequences 2018-09-25 22:14:07 +00:00
global Port from QAtomic::load() to loadRelaxed() 2019-06-20 20:48:59 +02:00
io Convert uses of QTime as a timer to QElapsedTimer 2019-06-14 10:42:33 +02:00
itemmodels test: migrate QItemSelectionModel test to QRegularExpression 2019-06-10 19:29:44 +00:00
kernel Port from QAtomic::load() to loadRelaxed() 2019-06-20 20:48:59 +02:00
mimetypes Remove handling of missing Q_COMPILER_RVALUE_REFS 2019-05-01 20:24:45 +00:00
plugin test: migrate QLibrary test to QRegularExpression 2019-06-10 19:22:55 +00:00
serialization Convert uses of QTime as a timer to QElapsedTimer 2019-06-14 10:42:33 +02:00
statemachine test: migrate QStateMachine test to QRegularExpression 2019-06-10 19:23:42 +00:00
thread Port from QAtomic::load() to loadRelaxed() 2019-06-20 20:48:59 +02:00
time Separate out the time, zone, date code from corelib/tools/ 2019-06-06 15:54:32 +02:00
tools Port from QAtomic::load() to loadRelaxed() 2019-06-20 20:48:59 +02:00
corelib.pro Separate out the time, zone, date code from corelib/tools/ 2019-06-06 15:54:32 +02:00