summaryrefslogtreecommitdiffstats
path: root/src/corelib/kernel/qproperty.cpp
Commit message (Expand)AuthorAgeFilesLines
* QProperty: Update documentation to reflect eager evaluationFabian Kosmale2022-10-251-159/+182
* Replace qExchange calls with std::exchangeFabian Kosmale2022-09-281-1/+1
* Disable constinit for MSVC compilersOliver Wolff2022-08-031-1/+1
* QProperty: optimize non-recursive notification logicFabian Kosmale2022-08-011-3/+4
* QProperty: Notify observers even when dependency is goneFabian Kosmale2022-08-011-17/+54
* Write QProperty use in QMLJaishree Vyas2022-07-251-0/+11
* Avoid misleading bindingStatusAllan Sandfeld Jensen2022-06-201-0/+1
* QPropertyBindingPrivate: de-inline functions that modify heapObserversMarc Mutz2022-05-171-0/+18
* Use SPDX license identifiersLucie GĂ©rard2022-05-161-38/+2
* Add Q_THREAD_LOCAL_CONSTINIT to work around an MSVC bugMarc Mutz2022-04-011-1/+1
* Apply Q_CONSTINIT across the codebaseMarc Mutz2022-03-291-1/+1
* QProperty: fix threading issuesFabian Kosmale2022-03-101-0/+17
* Move QBindingStorage methods marked for removal to removed_apiSona Kurazyan2022-02-161-6/+0
* QPropertyBindingPrivate: move static_assert()s to .cpp fileMarc Mutz2022-01-191-0/+5
* Doc: Move Q_OBJECT_COMPUTED_PROPERTY to QObjectComputedPropertyLuca Di Sera2021-11-051-1/+1
* Inline QPropertyBindingDataPointerAndrei Golubev2021-11-011-7/+0
* Extend documentation for bindable propertiesIvan Solovev2021-10-291-4/+9
* QObjectComputedProperty docs: move example to snippetIvan Solovev2021-10-261-36/+1
* Make QObjectComputedProperty documentation visibleIvan Solovev2021-10-251-2/+0
* Help the compiler avoid duplicate TLS lookupsUlf Hermann2021-10-201-2/+4
* Optimize QObjectCompatProperty::notifyUlf Hermann2021-10-201-16/+22
* Inline a few methods of QPropertyObserverPointerUlf Hermann2021-10-181-97/+7
* corelib: Fix typos in documentationJonas Kvinge2021-10-121-1/+1
* corelib: Fix typos in source code commentsJonas Kvinge2021-10-121-1/+1
* Doc: Use correct \relates targetPaul Wicking2021-10-011-2/+2
* Add documentation for QPropertyBindingErrorFabian Kosmale2021-09-131-11/+146
* Doc: Fix documentation issues for Qt CoreTopi Reinio2021-08-241-1/+2
* Re-add QPropertyAlias functionalityFabian Kosmale2021-08-231-9/+34
* QProperty: Only try to avoid TLS access if currentThreadId is fasterFabian Kosmale2021-08-041-1/+9
* QProperty: Avoid needlessly refetching bindingStatusFabian Kosmale2021-08-041-6/+9
* QProperty: more micro optimizationFabian Kosmale2021-08-041-40/+14
* Pass QBindingStatus to evaluateBindingsFabian Kosmale2021-08-041-10/+9
* QProperty: micro optimizationsFabian Kosmale2021-08-041-1/+1
* Avoid superfluous QBindingStoragePrivate::get callFabian Kosmale2021-08-041-1/+3
* Avoid TLS access for groupUpdateDataFabian Kosmale2021-08-041-4/+14
* QProperty: Avoid TLS lookup if we are in the same threadFabian Kosmale2021-08-041-1/+14
* QProperty: Downgrade assert in noSelfDependencies to warningFabian Kosmale2021-07-071-1/+4
* Fix binding functor addressing in QPropertyAndrei Golubev2021-07-051-2/+3
* Bindable property docs: mention virtual setters and gettersIvan Solovev2021-06-151-0/+25
* Doc: QtCore: Fix more documentation warningsTopi Reinio2021-06-071-5/+5
* QProperty: Do not involve semi-destroyed QObjects in bindingsFabian Kosmale2021-06-071-0/+6
* Avoid unnecessary work when linking observersUlf Hermann2021-06-051-1/+1
* QProperty: Refresh the observers after evaluating bindingsUlf Hermann2021-06-041-8/+13
* Simplify storing of notification objectsLars Knoll2021-06-011-7/+90
* Doc: QtCore: Fix documentation issuesTopi Reinio2021-06-011-29/+4
* Document that QProperty::subscribe might get executed deferredAndreas Buhr2021-05-201-6/+13
* QPropertyBinding: Do not reevaluate if not installed on propertyFabian Kosmale2021-05-121-0/+1
* QProperty: Cleanup QPropertyAlias leftoversFabian Kosmale2021-05-111-17/+3
* Add QUntypedBindable::metaType functionFabian Kosmale2021-05-031-0/+10
* Q(Untyped)Bindable: Print warnings when operations failFabian Kosmale2021-05-031-0/+33