aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/common/qv4compileddata_p.h
Commit message (Expand)AuthorAgeFilesLines
* Initialize members to shut up gccVolker Hilsheimer2020-10-231-0/+1
* Make QV4::CompiledData::Location hashableUlf Hermann2020-10-211-0/+8
* Unify "variant" and "var" properties in QMLFabian Kosmale2020-08-241-2/+2
* Add ; to Q_UNUSED and UNUSED_PARAMLars Schmertmann2020-06-261-1/+1
* Add a hook that allows for ahead-of-time compiled functionsSimon Hausmann2020-04-221-0/+13
* Add a more convenient ctor for QV4::CompiledData::LocationUlf Hermann2020-04-171-0/+7
* V4: Move constant evaluation of doubles and strings into base CUUlf Hermann2020-04-031-0/+39
* V4: Add missing accessor functionUlf Hermann2020-04-031-0/+5
* Implement support for property observersSimon Hausmann2020-04-031-3/+5
* Merge remote-tracking branch 'origin/5.15' into devSimon Hausmann2020-02-031-3/+27
|\
| * Required properties: Allow retroactive require specificationFabian Kosmale2020-01-311-3/+27
* | Use QTypeRevision for all versions and revisionsUlf Hermann2020-02-031-6/+9
* | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-01-251-7/+44
|\|
| * Long live QML inline componentsFabian Kosmale2020-01-231-7/+44
* | Make QtQml work with the latest changes in qtbaseLars Knoll2020-01-141-29/+3
* | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2019-12-121-4/+6
|\|
| * Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2019-12-091-4/+6
| |\
| | * Compiler: Support >32k stack slotsUlf Hermann2019-12-051-4/+6
* | | Fix build after QList->QVector changes in qtbaseLars Knoll2019-10-311-0/+1
|/ /
* / Introduce required properties to QMLFabian Kosmale2019-09-091-2/+3
|/
* Split compiler and runtime more clearlyUlf Hermann2019-07-111-0/+1327