aboutsummaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'gerrit/5.11' into wip/webassemblyMorten Johan Sørvig2018-06-047-67/+62
|\
| * Fix .import within .js files with CONFIG+=qtquickcompilerSimon Hausmann2018-05-111-1/+1
| * Fix build without features.xmlstreamwriterTasuku Suzuki2018-05-101-1/+1
| * Make QtQmlDebug independent of QtQmlUlf Hermann2018-04-245-65/+60
* | Merge remote-tracking branch 'origin/5.11.0' into wip/webassemblyMorten Johan Sørvig2018-05-113-11/+20
|\|
| * Fix debug-and-release builds with CONFIG += qtquickcompilerSimon Hausmann2018-03-311-1/+1
| * Fix CONFIG+=qtquickcompiler with paths that contain spacesSimon Hausmann2018-03-271-0/+1
| * qtquick_compiler_add_resources() with spaces in pathsSimon Hausmann2018-03-271-1/+1
| * Fix CONFIG+=qtquickcompiler with Q_CLEANUP_RESOURCESimon Hausmann2018-03-191-3/+11
| * Fix use of CONFIG+=qtquickcompiler with spaces in pathsSimon Hausmann2018-03-141-6/+6
* | wasm: speed up qtdeclarative buildsMorten Johan Sørvig2018-05-031-3/+2
* | Merge remote-tracking branch 'gerrit/5.11' into wip/webassemblyMorten Johan Sørvig2018-03-0823-694/+1610
|\|
| * init variables where they are declared when possible (clang-tidy)Shawn Rutledge2018-02-262-33/+17
| * use nullptr consistently (clang-tidy)Shawn Rutledge2018-02-2610-19/+19
| * qmlcachegen: fix error messages for js filesMitch Curtis2018-02-201-1/+1
| * Merge "Merge remote-tracking branch 'origin/5.10.1' into 5.11" into refs/stag...Qt Forward Merge Bot2018-02-152-0/+19
| |\
| | * Merge remote-tracking branch 'origin/5.10' into 5.11Liang Qi2018-02-122-0/+19
| | |\
| | | * Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2018-02-052-0/+19
| | | |\
| | | | * qmlprofiler tool: In attach mode, finish when connection dropsUlf Hermann2018-02-022-0/+19
| * | | | Add support for qtquick_compiler_add_resources with cmake buildsSimon Hausmann2018-02-152-0/+78
| |/ / /
| * | | Fix CONFIG+=qtquickcompiler with multiple resource filesSimon Hausmann2018-02-083-21/+28
| * | | Use qmlcachegen path from qtPrepareToolSamuli Piippo2018-02-081-4/+2
| * | | Merge "Merge remote-tracking branch 'origin/5.10' into dev" into refs/staging...Shawn Rutledge2018-02-062-5/+23
| |\ \ \
| | * | | Merge remote-tracking branch 'origin/5.10' into devLiang Qi2018-02-022-5/+23
| | |\| |
| | | * | Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2018-01-242-6/+29
| | | |\|
| | | | * Fix illegal name setup in qmlcachegenSimon Hausmann2018-01-181-0/+2
| | | | * Use a more optimized lookup for global propertiesLars Knoll2018-01-171-3/+19
| | | | * Use potentially intercepted URL as ID for compilation unitsUlf Hermann2017-12-211-3/+10
| | | | * Add logging categories for GC statisticsLars Knoll2017-12-111-2/+0
| * | | | Use better QmlProfiler client from Qt CreatorUlf Hermann2018-02-026-588/+387
| |/ / /
| * | | Remove private API dependency of qmlcachegen generated codeSimon Hausmann2018-01-282-11/+1
| * | | Add support for compiling QML/JS files ahead of time in resourcesSimon Hausmann2018-01-287-10/+1074
| * | | Minor data structure cleanupSimon Hausmann2018-01-222-39/+5
| * | | Fix build for QML modules with qmlcache config enabledJ-P Nurmi2017-12-082-11/+4
* | | | wasm: get declarative building and running for webassemblyLorn Potter2018-01-041-1/+1
|/ / /
* | | Merge remote-tracking branch 'origin/wip/new-backend' into devSimon Hausmann2017-11-212-145/+76
|\ \ \
| * | | V4: Add a baseline JITErik Verbruggen2017-11-171-0/+2
| * | | Merge remote-tracking branch 'origin/dev' into new-backendLars Knoll2017-11-082-6/+26
| |\| |
| * | | Merge remote-tracking branch 'origin/dev' into HEADLars Knoll2017-10-223-2/+38
| |\ \ \
| * \ \ \ Merge remote-tracking branch 'origin/dev' into wip/new-backendSimon Hausmann2017-09-083-3/+23
| |\ \ \ \
| * | | | | Move CallContext construction into a interpreter instructionLars Knoll2017-09-011-1/+1
| * | | | | Merge remote-tracking branch 'origin/dev' into wip/new-backendLars Knoll2017-08-2214-151/+85
| |\ \ \ \ \
| * | | | | | Fix compilationLars Knoll2017-08-081-1/+1
| * | | | | | Don't store the current line number in the ExecutionContextLars Knoll2017-08-041-1/+1
| * | | | | | Fix disabling fast lookups for QMLErik Verbruggen2017-07-071-10/+2
| * | | | | | Split up qv4codegen into several filesLars Knoll2017-07-032-2/+2
| * | | | | | Remove now unused filesLars Knoll2017-06-302-44/+22
| * | | | | | Don't use the ISel's anymoreLars Knoll2017-06-221-96/+49
| * | | | | | Pass the JSUnitGenerator into the codegenLars Knoll2017-06-191-2/+8
* | | | | | | Make qml-debug a proper featureUlf Hermann2017-11-082-2/+2
| |_|_|_|/ / |/| | | | |