aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/compiler
Commit message (Expand)AuthorAgeFilesLines
...
* extend grammar for better version parsing supportFabian Kosmale2019-07-041-5/+3
* Inline the rest of qv4compileddata.cppUlf Hermann2019-06-264-181/+110
* Inline CompiledData::unlink() into the only callerUlf Hermann2019-06-242-12/+0
* Move unit checksum generation into qv4compilerUlf Hermann2019-06-245-24/+23
* Move saveToDisk into SaveableUnitPointerUlf Hermann2019-06-242-54/+47
* Simplify errors and diagnosticsUlf Hermann2019-06-144-40/+22
* Move the header checking into ExecutableCompilationUnitUlf Hermann2019-06-143-61/+2
* Move AST -> CompiledData location transformation to scan functionsUlf Hermann2019-06-133-19/+18
* Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-06-112-6/+18
|\
| * Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-05-262-6/+18
| |\
| | * Don't add local for anonymous function's "name"Ulf Hermann2019-05-212-6/+18
* | | Remove unused includes and Q_DECLARE_METATYPEs re: QLinkedListMarc Mutz2019-06-061-1/+0
* | | Eliminate qmldevtools_buildUlf Hermann2019-05-3120-5371/+908
* | | Split QV4::Value into a static and a dynamic partUlf Hermann2019-05-3110-40/+61
* | | Remove V4_BOOTSTRAP condition around header verificationUlf Hermann2019-05-091-6/+0
* | | Move valueAsNumber into ExecutableCompilationUnitUlf Hermann2019-05-135-13/+10
* | | Remove QUrl-related special casing in the compilerUlf Hermann2019-05-102-10/+1
* | | Inline dumpConstantTable() into the only place where it's usedUlf Hermann2019-05-173-34/+27
* | | Add abstraction for temporarily setting StaticData when savingUlf Hermann2019-05-173-19/+46
* | | Split CompiledData::CompilationUnit in twoUlf Hermann2019-05-1614-1003/+1217
* | | Make sure we don't include qv4stackframe_p.h in qmldevtoolsUlf Hermann2019-05-102-2/+2
* | | Move qv4string{_p.h|.cpp} out of the devtoolsUlf Hermann2019-05-103-5/+3
* | | Generate the compilation unit checksum whenever we have MD5Ulf Hermann2019-05-091-1/+1
* | | Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-05-092-22/+18
|\| |
| * | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-05-082-22/+18
| |\|
| | * Avoid std::function in qqmlirbuilder.cppUlf Hermann2019-05-072-22/+18
* | | Drop some dead bootstrap codeUlf Hermann2019-05-083-31/+12
* | | Remove last traces of QV8EngineUlf Hermann2019-05-081-2/+2
* | | Move compileModule() into qv4codegen.cppUlf Hermann2019-05-082-0/+51
* | | Move dynamicStrings into the bootstrapped part of QV4::CompiledDataUlf Hermann2019-05-072-13/+9
* | | Move QQmlIR::IRLoader out of qqmlirbuilder*Ulf Hermann2019-05-065-181/+289
* | | Move PropertyResolver out of qqmlirbuilder*Ulf Hermann2019-05-069-85/+199
* | | Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-05-021-2/+3
|\| |
| * | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-05-011-2/+3
| |\|
| | * Fix coverity warningSimon Hausmann2019-04-291-2/+3
| * | Fix compile error with qml_tracing enabledUlf Hermann2019-04-261-1/+1
* | | Make JavaScript execution interruptibleUlf Hermann2019-04-304-0/+18
* | | Remove tracing JIT infrastructureUlf Hermann2019-04-298-181/+100
* | | Dissolve QQmlPropertyRawDataLars Knoll2019-04-181-1/+1
* | | Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-04-185-26/+55
|\| |
| * | Improve error messageRainer Keller2019-04-171-1/+4
| * | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-04-173-13/+17
| |\|
| | * QML: Check for (valid) compilation units while hashingErik Verbruggen2019-04-161-0/+2
| | * QMLJS: Remove unused boolean field hasTry from compiler contextErik Verbruggen2019-04-151-1/+0
| | * Prevent CoW detaches from happeningErik Verbruggen2019-04-151-12/+15
| * | Merge remote-tracking branch 'origin/5.12' into 5.13v5.13.0-beta3Qt Forward Merge Bot2019-04-152-12/+34
| |\|
| | * Only create the imports array if importCount is greater than 0Andy Shaw2019-04-141-2/+4
| | * Detect and reject cyclic aliasesUlf Hermann2019-04-091-10/+30
* | | QQmlTypeCompiler: Avoid including qqmldelegatecomponent_p.hUlf Hermann2019-04-031-9/+19
* | | Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-03-291-1/+1
|\| |