aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/qml/qqmltypeloader.cpp
Commit message (Expand)AuthorAgeFilesLines
* Encapsulate the unit data in CompilationUnitSimon Hausmann2018-07-311-16/+16
* Use QScopeGuard instead of library local helper templateSimon Hausmann2018-07-221-2/+2
* Make it easier to define a different trim thresholdMichael Brasser2018-07-181-0/+3
* Unify put and putIndexedLars Knoll2018-07-021-1/+1
* Merge remote-tracking branch 'origin/5.11' into devSimon Hausmann2018-06-191-9/+1
|\
| * Remove old pre-QFileSystemEngine-rewrite codeErik Verbruggen2018-05-281-9/+1
* | Merge remote-tracking branch 'origin/5.11' into devLars Knoll2018-05-241-8/+11
|\|
| * On network redirects, update finalUrl, not urlUlf Hermann2018-05-231-8/+11
* | Merge remote-tracking branch 'origin/5.11' into devLiang Qi2018-05-151-4/+1
|\|
| * Fix .import within .js files with CONFIG+=qtquickcompilerSimon Hausmann2018-05-111-4/+1
* | Merge remote-tracking branch 'origin/5.11' into devSimon Hausmann2018-05-091-2/+2
|\|
| * Fix loading of composite singletons from resourcesSimon Hausmann2018-05-081-2/+2
* | Merge remote-tracking branch 'origin/5.11' into devLiang Qi2018-05-041-8/+20
|\|
| * Normalize URL before loading typesErik Verbruggen2018-04-271-8/+20
* | Fix heap-use-after-freeSimon Hausmann2018-05-021-2/+3
* | Clean up manual reference counting of QQmlQmldirDataSimon Hausmann2018-04-261-20/+5
* | Clean up manual reference counting of blob dependenciesSimon Hausmann2018-04-261-11/+15
* | Clean up manual reference counting of QQmlScriptDataSimon Hausmann2018-04-261-9/+4
* | Clean up manual reference counting of QQmlScriptBlobSimon Hausmann2018-04-261-17/+13
* | Clean up manual reference of QQmlTypeData and QQmlPropertyCacheSimon Hausmann2018-04-261-20/+11
|/
* Fix QML data structure version checking for ahead-of-time generated filesSimon Hausmann2018-03-201-7/+31
* Fix crash when calling QQmlEngine::clearComponentCache()Simon Hausmann2018-03-191-25/+30
* Reduce the overhead of type loader lockingSimon Hausmann2018-03-161-12/+4
* Fix group property bindings for aliases that point to id objectsSimon Hausmann2018-03-081-1/+7
* Do not write JSC files when debuggingErik Verbruggen2018-02-271-1/+1
* use nullptr consistently (clang-tidy)Shawn Rutledge2018-02-261-21/+21
* Merge remote-tracking branch 'origin/5.9' into 5.11Liang Qi2018-02-181-0/+1
|\
| * Fix memory leak with JS importsSimon Hausmann2018-02-091-0/+1
* | Merge "Merge remote-tracking branch 'origin/5.10' into dev" into refs/staging...Shawn Rutledge2018-02-061-34/+49
|\ \
| * \ Merge remote-tracking branch 'origin/5.10' into devLiang Qi2018-02-021-34/+49
| |\ \
| | * | Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2018-01-241-33/+47
| | |\|
| | | * Use potentially intercepted URL as ID for compilation unitsUlf Hermann2017-12-211-33/+47
* | | | Remove double indirection between QJSEngine and QV4::ExecutionEngineUlf Hermann2018-02-021-7/+5
|/ / /
* | | Get rid of internal QQmlPrivate::CachedQmlUnit interface part 1Simon Hausmann2018-01-281-19/+19
* | | Remove private API dependency of qmlcachegen generated codeSimon Hausmann2018-01-281-3/+5
* | | Add support for compiling QML/JS files ahead of time in resourcesSimon Hausmann2018-01-281-9/+4
* | | Merge remote-tracking branch 'origin/5.10' into devLiang Qi2018-01-091-15/+33
|\| |
| * | Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2018-01-041-15/+33
| |\|
| | * Merge remote-tracking branch 'origin/5.9.3' into 5.9Liang Qi2017-11-231-1/+9
| | |\
| | * | Fix URL interception for qmldir filesUlf Hermann2017-11-221-15/+33
* | | | Merge remote-tracking branch 'origin/5.10' into devLiang Qi2017-12-201-2/+18
|\| | |
| * | | Merge remote-tracking branch 'origin/5.9.3' into 5.10.0Liang Qi2017-11-211-1/+9
| |\ \ \ | | | |/ | | |/|
| | * | Improve encapsulation of the the IR de-serialization from QtQuick CompilerSimon Hausmann2017-11-121-1/+9
| | |/
| * | Merge remote-tracking branch 'origin/5.9' into 5.10Shawn Rutledge2017-11-131-1/+9
| |\|
| | * Prevent the QML engine from registering circular dependenciesErik Verbruggen2017-11-061-1/+9
* | | Merge remote-tracking branch 'origin/wip/new-backend' into devSimon Hausmann2017-11-211-16/+10
|\ \ \
| * | | Merge remote-tracking branch 'origin/dev' into new-backendLars Knoll2017-11-081-7/+12
| |\| |
| * | | Merge remote-tracking branch 'origin/dev' into HEADLars Knoll2017-10-221-8/+13
| |\ \ \
| * \ \ \ Merge remote-tracking branch 'origin/dev' into wip/new-backendSimon Hausmann2017-09-081-1/+1
| |\ \ \ \
| * | | | | Get rid of the specialized Moth::CompilationUnitLars Knoll2017-08-311-6/+1