aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/qml/qqml.cpp
Commit message (Expand)AuthorAgeFilesLines
* QML: Unify treatment of invalid revisions on registrationUlf Hermann2022-03-051-10/+12
* QML: Handle dynamic meta objects in AOT lookupsUlf Hermann2022-03-031-78/+254
* QML: Allow named lists of value typesUlf Hermann2022-01-281-52/+64
* Move propertyCache- and metaObject-related functions into QQmlMetaTypeUlf Hermann2022-01-181-7/+4
* Move QJSEnginePrivate::cache() to QQmlMetaTypeUlf Hermann2022-01-181-2/+1
* Do not copy lookupsUlf Hermann2021-12-161-7/+7
* QQmlJSAotContext: flushPendingBinding() before capturing a propertyUlf Hermann2021-12-101-5/+12
* V4 Lookup: Do not leak property cachesUlf Hermann2021-12-091-6/+1
* Ensure QQmlData::get const-correctnessFabian Kosmale2021-12-041-1/+1
* Allow recursion in AOTCompiledContext::initLoadAttachedLookup()Ulf Hermann2021-12-031-1/+1
* Clean up PropertyCache life cycleUlf Hermann2021-11-091-4/+4
* qmltyperegistrar: Register foreign base classes anonymouslyMaximilian Goldstein2021-10-291-30/+34
* QQmlJSTypeResolver: store plain types as metaobjectsUlf Hermann2021-10-071-16/+52
* Provide a method to retrieve JS global properties from AOT contextUlf Hermann2021-10-051-0/+8
* Long live (the internal) QQmlFinalizerHook!Fabian Kosmale2021-09-291-8/+12
* Allow type conversions in storeNameSloppy()Ulf Hermann2021-09-061-2/+13
* Check setter == setLookup when retrieving lookup metatypeUlf Hermann2021-09-061-1/+2
* Provide a method to clear the singletons from a QQmlEngineUlf Hermann2021-08-201-10/+43
* qmlcompiler: Add a content variant for module prefixesUlf Hermann2021-08-191-24/+34
* Use QV4::Scope::hasException() where applicableUlf Hermann2021-06-301-2/+2
* Allow AOT functions to signal an undefined result via the contextUlf Hermann2021-06-151-0/+7
* Fix AOT-lookup of values in value typesUlf Hermann2021-06-141-2/+2
* Handle half-deleted scope objects in AOT lookupsUlf Hermann2021-06-121-4/+9
* Handle objects without QQmlData and objects being deleted in AOT lookupsUlf Hermann2021-06-111-16/+81
* Eliminate JS call frame from metatypes callsUlf Hermann2021-06-101-4/+3
* Pass QMetaType by value rather than by ID in more placesUlf Hermann2021-06-091-1/+1
* Add QML_EXTRA_VERSION for adding extra QML versionsFabian Kosmale2021-06-021-4/+9
* Resolve chicken/egg problem when initializing AOT lookupsUlf Hermann2021-05-181-2/+6
* Accept any QQmlListProperty in place of another as AOT lookup resultUlf Hermann2021-05-181-1/+4
* Accept QObject* base classes as types for results of AOT lookupsUlf Hermann2021-05-181-1/+26
* Require intended types for setting up AOT lookupsUlf Hermann2021-05-181-38/+66
* Be more lenient about property caches when doing AOT lookupsUlf Hermann2021-05-171-4/+12
* Provide an AOT variant of StoreNameSloppyUlf Hermann2021-05-031-0/+13
* Remove caching of recursive AOT context lookupsUlf Hermann2021-04-301-25/+24
* Redesign the AOT lookupsUlf Hermann2021-04-301-205/+449
* Drop further sanity checks from AOT lookupsUlf Hermann2021-04-231-14/+13
* Provide optimized AOT lookups for value type propertiesUlf Hermann2021-04-231-0/+30
* Further optimize various AOT lookupsUlf Hermann2021-04-231-29/+55
* Provide optimized variant of QmlContextPropertyLookup for AOTUlf Hermann2021-04-221-0/+15
* Optimize property capture for known property cachesUlf Hermann2021-04-191-17/+12
* Don't pre-resolve the QQmlContext for AOT functionsUlf Hermann2021-04-191-4/+8
* Do not throw an exception in the optimized AOT lookup pathUlf Hermann2021-03-311-5/+1
* Optimize some common lookups for AOT compiled codeUlf Hermann2021-03-291-0/+67
* Allow a bare lookup capture, without executing the lookupUlf Hermann2021-03-291-0/+51
* Expose lookups to AOT compiled functionsUlf Hermann2021-03-231-0/+104
* Add some documentation for deferred propertiesFabian Kosmale2021-03-171-0/+13
* QQmlPrivate: Check for frame before setting instruction pointerUlf Hermann2021-02-261-1/+2
* Move implementation of functions declared in qqml.h into qqml.cppUlf Hermann2021-01-291-0/+76
* Allow AOT compiled functions to set the instruction pointerUlf Hermann2021-01-261-0/+5
* Move qmlRegisterUncreatableMetaObject to qqml.cppUlf Hermann2021-01-251-0/+33