aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/jsruntime/qv4executablecompilationunit.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix logic to select AOT compiled functionUlf Hermann2020-10-231-4/+10
* Do proper memory management on the metatype interfaces we createLars Knoll2020-08-281-2/+1
* Always group the metaType and listType togetherLars Knoll2020-08-281-11/+8
* Port QtDeclarative from QStringRef to QStringViewKarsten Heimrich2020-06-161-2/+2
* Add support for binding ahead-of-time compiled bindings to QPropertiesSimon Hausmann2020-04-221-4/+4
* Add a hook that allows for ahead-of-time compiled functionsSimon Hausmann2020-04-221-0/+12
* V4: Move constant evaluation of doubles and strings into base CUUlf Hermann2020-04-031-27/+3
* Encapsulate QV4::ResolvedTypeReferenceUlf Hermann2020-03-251-88/+27
* Fix typo: inlineComponendId -> inlineComponentIdUlf Hermann2020-03-241-2/+2
* Use QTypeRevision for all versions and revisionsUlf Hermann2020-02-031-1/+1
* Long live QML inline componentsFabian Kosmale2020-01-231-12/+99
* Fix Qt6 build in preparation of qt5 submodule updateAlexandru Croitor2019-12-191-1/+1
* Allow custom disk cache pathsUlf Hermann2019-12-101-1/+5
* Add support for primitive self-references in composite typesSimon Hausmann2019-10-211-3/+7
* Fix property cache leaksUlf Hermann2019-09-301-3/+7
* Fix unused captured 'this' warningYulong Bai2019-08-071-1/+1
* Split qqmltypeloader{_p.h|.cpp} into a several filesUlf Hermann2019-07-111-0/+1
* Switch to FloatingPointShortest precision when convert from numeric type to s...Alexey Edelev2019-07-101-1/+1
* Remove some unneeded includesUlf Hermann2019-07-081-1/+0
* Inline CompiledData::unlink() into the only callerUlf Hermann2019-06-241-1/+6
* Move unit checksum generation into qv4compilerUlf Hermann2019-06-241-0/+1
* Move saveToDisk into SaveableUnitPointerUlf Hermann2019-06-241-1/+5
* Move the header checking into ExecutableCompilationUnitUlf Hermann2019-06-141-0/+58
* qtlite: Fix build with -no-feature-translationMikhail Svetkin2019-06-111-2/+2
* Eliminate qmldevtools_buildUlf Hermann2019-05-311-0/+809