aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/qml/qqmlscriptblob.cpp
Commit message (Expand)AuthorAgeFilesLines
* QtQml: Use CompiledData::CompilationUnit in more placesUlf Hermann2024-01-201-18/+5
* QtQml: Move creation of ExecutableCompilationUnit into engineUlf Hermann2024-01-111-2/+3
* QtQml: Get rid of the module mutexUlf Hermann2024-01-101-22/+39
* QtQml: Always link executable CU on creationUlf Hermann2024-01-101-14/+11
* QtQml: Make base CU a member of ExecutableCompilationUnitUlf Hermann2024-01-101-2/+6
* QtQml: Allow more fine grained control of the disk cacheUlf Hermann2023-01-021-2/+2
* Port from container::count() and length() to size()Marc Mutz2022-10-071-2/+2
* QML: Make modules imported with registerModule() available in QMLUlf Hermann2022-09-021-2/+22
* Use SPDX license identifiersLucie GĂ©rard2022-06-111-38/+2
* QML: Port QV4::CompiledData::Location to new special integer bitfieldUlf Hermann2022-05-111-4/+4
* QtQml: Uncruftify QQmlImportsUlf Hermann2022-03-241-3/+3
* QML: Fix precedence of module importsUlf Hermann2020-06-111-1/+1
* Add a hook that allows for ahead-of-time compiled functionsSimon Hausmann2020-04-221-1/+1
* Prepare for new members in QQmlPrivate::CachedQmlUnitSimon Hausmann2020-04-211-2/+2
* Encapsulate QQmlContextDataUlf Hermann2020-03-231-0/+1
* Restore offset/length in QQmlJS::DiagnosticMessageSimon Hausmann2020-03-021-2/+3
* QML: Consistently check for debugger before loading cache filesUlf Hermann2019-10-241-2/+2
* Use a QQmlRefPointer for QQmlScriptData::typeNameCacheUlf Hermann2019-09-301-2/+2
* Split qqmltypeloader{_p.h|.cpp} into a several filesUlf Hermann2019-07-111-0/+263