qt6-bb10/tests/auto/other
Lars Knoll 6778b247a8 Add a QBindingStorage class
QBindingStorage is a class that can store a set of binding objects
for the properties of a QObject. This will get used to reduce the
memory overhead of the property system when adding bindable properties
to QObject based classes.

The binding storage has a pointer to the TLS entry containing the
currently evaluating binding. Like that we avoid repeated TLS
lookups and reduce the overhead of the property system to one
pointer lookup and one compare for the case that properties
aren't being used.

Each QObject now owns one binding storage object, that can be used to
store binding data for properties that members of the QObject.

Change-Id: I27427c03c2ba281f072e074be96147bdbcaac246
Reviewed-by: Fabian Kosmale <fabian.kosmale@qt.io>
2020-09-02 22:44:28 +02:00
..
android
compiler Avoid inifinite recursion call in tst_Compiler::cxx11_noexcept 2020-08-28 09:43:14 +00:00
gestures
lancelot Use OpenType font weights 2020-08-28 07:26:54 +02:00
languagechange Don't skip QFileDialog retranslatability test on macOS 2020-08-26 03:45:30 +02:00
macgui
macnativeevents
macplist
networkselftest
qabstractitemmodelutils
qaccessibility
qaccessibilitylinux
qaccessibilitymac
qcomplextext
qfocusevent
qnetworkaccessmanager_and_qprogressdialog
qobjectrace Take the right lock before using a connection's receiver 2020-09-01 02:48:40 +02:00
qprocess_and_guieventloop
qsharedpointer_and_qwidget
qtokenautomaton
qvariant_common
sessionmanagement_macos
toolsupport Add a QBindingStorage class 2020-09-02 22:44:28 +02:00
xkbkeyboard
.prev_CMakeLists.txt
CMakeLists.txt
other.pro