qt5base-lts/src/corelib
Marc Mutz aa79adef6f QAbstractTransition: don't hold QPointers in QList
QPointer is larger than a void*, so holding them in a QList is needlessly
inefficient. Worse, the code could come to depend on the fragile property
of (inefficient) QLists that references to elements therein never are
invalidated.

Change-Id: I52e83a26eda06fb9826e9c4773a7a0b84b0f59c7
Reviewed-by: Olivier Goffart (Woboq GmbH) <ogoffart@woboq.com>
2015-06-24 13:15:05 +00:00
..
animation Merge remote-tracking branch 'origin/5.4' into 5.5 2015-02-24 21:02:08 +01:00
arch Add missing fetchAndXxx methods to atomic classes based on std::atomic 2015-03-05 00:05:00 +00:00
codecs Fix warning on WinRT arm 2015-05-19 10:56:30 +00:00
doc Allow types with a comma in Q_PROPERTY 2015-06-12 11:36:32 +00:00
global Add a synthesized-by-application value to mouse event source 2015-06-15 17:16:17 +00:00
io Core: Fix QProcess::errorString() output 2015-06-22 12:04:45 +00:00
itemmodels core: Add several QList::reserve() calls. 2015-06-11 13:36:15 +00:00
json core: Add several QList::reserve() calls. 2015-06-11 13:36:15 +00:00
kernel Force Visual C++ math.h to define the M_ constants 2015-06-22 15:13:13 +00:00
mimetypes core: Add several QList::reserve() calls. 2015-06-11 13:36:15 +00:00
plugin core: Add several QList::reserve() calls. 2015-06-11 13:36:15 +00:00
statemachine QAbstractTransition: don't hold QPointers in QList 2015-06-24 13:15:05 +00:00
thread QException: fix exception specification 2015-06-17 13:22:50 +00:00
tools QMap: use constrained templates instead of static-ifs 2015-06-22 13:08:07 +00:00
xml Fixed license headers 2015-02-17 18:46:09 +00:00
corelib.pro Use simd.prf for building MIPS DSP code 2014-07-25 17:48:39 +02:00
eval.pri
Qt5Config.cmake.in
Qt5CoreConfigExtras.cmake.in Revert some changes in light of GCC 4 -fPIE reversal 2015-05-29 00:08:41 +00:00
Qt5CoreConfigExtrasMkspecDir.cmake.in
Qt5CoreConfigExtrasMkspecDirForInstall.cmake.in
Qt5CoreMacros.cmake Merge remote-tracking branch 'origin/5.4' into 5.5 2015-06-01 17:46:58 +02:00
Qt5CTestMacros.cmake CMake: Introduce qt5_add_binary_resources 2015-02-11 20:59:35 +00:00
QtCore.dynlist