aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/qml/qqmltypeloader.cpp
Commit message (Expand)AuthorAgeFilesLines
* wasm: rename Q_OS_HTML5 to Q_OS_WASM to reflect qtbasewip/webassemblyLorn Potter2018-07-181-2/+2
* wasm: fix assert crash in debug modeLorn Potter2018-06-201-0/+10
* wasm: cleanup code, remove obsolete codeLorn Potter2018-06-071-0/+3
* Merge remote-tracking branch 'gerrit/5.11' into wip/webassemblyMorten Johan Sørvig2018-06-041-29/+33
|\
| * Remove old pre-QFileSystemEngine-rewrite codeErik Verbruggen2018-05-281-9/+1
| * On network redirects, update finalUrl, not urlUlf Hermann2018-05-231-8/+11
| * Fix .import within .js files with CONFIG+=qtquickcompilerSimon Hausmann2018-05-111-4/+1
| * Fix loading of composite singletons from resourcesSimon Hausmann2018-05-081-2/+2
| * Normalize URL before loading typesErik Verbruggen2018-04-271-8/+20
* | webassembly: fix for crash and assert on no thread and wasm buildsLorn Potter2018-05-141-15/+1
* | Merge remote-tracking branch 'origin/5.11.0' into wip/webassemblyMorten Johan Sørvig2018-05-111-44/+65
|\|
| * 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
* | wasm: make no-tread platform independentMorten Johan Sørvig2018-04-241-4/+4
* | Merge remote-tracking branch 'gerrit/5.11' into wip/webassemblyMorten Johan Sørvig2018-03-081-97/+148
|\|
| * 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
* | | | wasm: various loading fixesLorn Potter2018-01-171-8/+13
* | | | wasm: get declarative building and running for webassemblyLorn Potter2018-01-041-5/+15
|/ / /
* | | 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