qt5base-lts/tests/auto/corelib
Bradley T. Hughes 409b3b42a2 Remove cast and assignment operators from QAtomicInt and QAtomicPointer
This is a source incompatible change. There is concern that the
convenience of the implicit cast and assignment operators can lead to
misuse. Several commits have already been done that remove excess use
of the implicit cast, which is a *volatile* read every time it's used.

Users of the QAtomic* API should have to think about when they are
loading the value, and if they do or don't need the acquire memory
barrier on load. The code that people would write using this API is
meant to be multi-threaded, concurrent, and correct. The API should not
allow them to inadvertently, possibly unknowingly, shoot themselves
in the foot.

SC-break-rubber-stamped-by: Lars Knoll

Change-Id: I88fbc26d9db7b5ec80a58ad6271ffa13bbfd191f
Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
2011-12-02 13:21:32 +01:00
..
animation Windows: Stabilize qpauseanimation test. 2011-12-02 08:24:57 +01:00
codecs Fixed installation of corelib tests 2011-12-01 09:12:52 +01:00
concurrent Cleanup corelib autotests 2011-11-25 07:56:16 +01:00
global Improve Q_CONSTRUCTOR_FUNCTION and Q_DESTRUCTOR_FUNCTION macros. 2011-12-01 14:35:42 +01:00
io Windows: Fix qabstractfilenengine-test. 2011-12-01 22:37:31 +01:00
kernel Revert "Add QObject::objectNameChanged(const QString &objectName) signal" 2011-12-02 06:03:12 +01:00
plugin Fixed installation of corelib tests 2011-12-01 09:12:52 +01:00
statemachine Cleanup corelib autotests 2011-11-30 07:49:32 +01:00
thread Remove cast and assignment operators from QAtomicInt and QAtomicPointer 2011-12-02 13:21:32 +01:00
tools Remove cast and assignment operators from QAtomicInt and QAtomicPointer 2011-12-02 13:21:32 +01:00
xml Fixed installation of corelib tests 2011-12-01 09:12:52 +01:00
corelib.pro Exclude qtconcurrent tests via .pro files. 2011-10-12 18:01:19 +02:00