aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/qml/qqmltypeloader.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
| * | | | | Merge remote-tracking branch 'origin/dev' into wip/new-backendLars Knoll2017-08-221-45/+48
| |\ \ \ \ \
| * | | | | | Simplify and unite handling of activation objects in ContextsLars Knoll2017-07-051-1/+1
| * | | | | | Split up qv4codegen into several filesLars Knoll2017-07-031-2/+2
| * | | | | | Get rid of IR::Module and IR::FunctionLars Knoll2017-06-301-1/+1
| * | | | | | Don't use the ISel's anymoreLars Knoll2017-06-221-8/+7
* | | | | | | Make qml-debug a proper featureUlf Hermann2017-11-081-1/+1
| |_|_|_|/ / |/| | | | |
* | | | | | Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2017-10-241-7/+12
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | / | | |_|_|/ | |/| | |
| * | | | Tell QQmlImportInstance::resolveType what kind of type we wantUlf Hermann2017-10-191-7/+12
* | | | | Merge remote-tracking branch 'origin/5.9' into 5.10Lars Knoll2017-09-201-8/+13
|\| | | | | |_|_|/ |/| | |
| * | | Fix crashes with closures created in QML componentsLars Knoll2017-09-061-4/+2
| * | | Qml Tooling: Replace bare pointers with QScopedPointerUlf Hermann2017-09-061-7/+8
| * | | QmlProfiler: Avoid race conditions in QQmlTypeLoaderUlf Hermann2017-09-051-4/+10
* | | | Merge remote-tracking branch 'origin/5.9' into devSimon Hausmann2017-08-231-1/+1
|\| | | | |_|/ |/| |
| * | Fix memory corruption with type trimmingSimon Hausmann2017-08-231-1/+1
* | | Merge remote-tracking branch 'origin/5.9' into devSimon Hausmann2017-08-181-45/+44
|\| |
| * | Reduce memory consumption of stat() cache in QML type loaderSimon Hausmann2017-08-021-22/+18
| * | Remove unused types on engine destructionSimon Hausmann2017-08-021-0/+3
| * | Use QQmlType by valueLars Knoll2017-08-021-23/+23
| |/
* / Add support for enum declarations in QMLMichael Brasser2017-07-131-0/+4
|/
* Fix concurrent loading of the same qmldir from different scriptsAndy Shaw2017-05-021-17/+24