aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/compiler
Commit message (Expand)AuthorAgeFilesLines
* V4: Set argumentsCanEscape when debuggingUlf Hermann2018-05-301-0/+2
* Ensure we restore QML-defined enumsMichael Brasser2018-05-231-0/+16
* Fix .import within .js files with CONFIG+=qtquickcompilerSimon Hausmann2018-05-112-12/+12
* Only create CallContext objects for bindings that might be signal handlersLars Knoll2018-04-261-3/+8
* Properly handle redeclarations of variablesLars Knoll2018-04-162-33/+38
* Fix crashes when parsing destructuring expressionsLars Knoll2018-04-162-2/+3
* Fix leak of compiler contextsErik Verbruggen2018-04-104-13/+21
* Tighten QML cache version checkingSimon Hausmann2018-03-204-38/+19
* Fix QML data structure version checking for ahead-of-time generated filesSimon Hausmann2018-03-206-36/+42
* Handle function expressions as signal handlersErik Verbruggen2018-03-204-2/+13
* Fix assigning objects to QJSValue propertiesSimon Hausmann2018-03-201-1/+1
* Fix lookup of enums declared in QML singletonsSimon Hausmann2018-03-164-15/+3
* Fix failing assertion when loading QML/JS on IntegrityErik Verbruggen2018-03-091-4/+15
* Fix group property bindings for aliases that point to id objectsSimon Hausmann2018-03-085-40/+99
* use the override keyword consistently and correctly (clang-tidy)Shawn Rutledge2018-02-271-7/+7
* init variables where they are declared when possible (clang-tidy)Shawn Rutledge2018-02-263-44/+23
* use nullptr consistently (clang-tidy)Shawn Rutledge2018-02-2613-116/+116
* Disallow the use of id properties with value type group propertiesSimon Hausmann2018-02-221-0/+3
* Allow setting values in value type group properties in "on" assignmentsSimon Hausmann2018-02-221-1/+7
* Move the QML_COMPILE_HASH macro definition from the command-lineThiago Macieira2018-02-211-3/+4
* Fix build with GCC 7: possibly uninitialized array warningThiago Macieira2018-02-211-1/+1
* Correctly set this object when calling scope/context functionsErik Verbruggen2018-02-203-1/+29
* Fix "Expression depends on non-NOTIFYable properties" regressionMitch Curtis2018-02-173-17/+47
* Add missing Q_FALLTRHOUGH()Thiago Macieira2018-02-161-0/+2
* Merge "Merge remote-tracking branch 'origin/5.10' into 5.11" into refs/stagin...Simon Hausmann2018-02-153-10/+26
|\
| * Merge remote-tracking branch 'origin/5.10' into 5.11Liang Qi2018-02-123-10/+26
| |\
| | * Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2018-02-021-0/+3
| | |\
| | | * Fix memory leak with QtQuick compiler generated filesSimon Hausmann2018-02-021-0/+3
| | * | Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2018-01-312-10/+23
| | |\|
| | | * Fix segfault when alias target refers to lowercase-named typeMitch Curtis2018-01-272-10/+23
* | | | Use only cache path to cache .qmlc files on AndroidBogDan Vatra2018-02-131-0/+2
|/ / /
* | | Fix clang 5 warningsAllan Sandfeld Jensen2018-02-071-0/+2
* | | Merge "Merge remote-tracking branch 'origin/5.10' into dev" into refs/staging...Shawn Rutledge2018-02-069-10/+50
|\ \ \
| * | | Merge remote-tracking branch 'origin/5.10' into devLiang Qi2018-02-029-10/+50
| |\| |
| | * | Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2018-01-2411-21/+74
| | |\|
| | | * Use a more optimized lookup for global propertiesLars Knoll2018-01-176-11/+20
| | | * Compile under QNX 7.0 with qcc 5.4 for instanceAdam Treat2018-01-091-1/+1
| | | * Fix segfault on invalid property alias syntaxMitch Curtis2018-01-041-1/+5
| | | * Use potentially intercepted URL as ID for compilation unitsUlf Hermann2017-12-2110-11/+51
* | | | Remove double indirection between QJSEngine and QV4::ExecutionEngineUlf Hermann2018-02-021-1/+1
|/ / /
* | | Remove private API dependency of qmlcachegen generated codeSimon Hausmann2018-01-282-2/+3
* | | Minor data structure cleanupSimon Hausmann2018-01-224-25/+2
* | | Fix build without QML debuggingUlf Hermann2018-01-163-9/+2
* | | Allow exported signal handlers for signals with revisionThomas Hartmann2018-01-124-11/+17
* | | Arguments passed to functions should shadow the function nameLars Knoll2018-01-122-6/+10
* | | Drop the qml-interpreter featureUlf Hermann2018-01-102-13/+4
* | | Cleanup IdentifierHashLars Knoll2018-01-102-4/+4
* | | Prospective fix for big endian and AOTSimon Hausmann2018-01-072-5/+15
* | | Minor cleanup in byte code instruction compressionSimon Hausmann2018-01-071-1/+3
* | | Fix decoding of bytecode instructions on ARM generated on x86-64Simon Hausmann2018-01-052-12/+12