aboutsummaryrefslogtreecommitdiffstats
path: root/src/qmlcompiler/qqmljscompiler_p.h
Commit message (Expand)AuthorAgeFilesLines
* Compiler: Add infrastructure to skip functionsOlivier De Cannière2025-04-171-0/+1
* QmlCompiler: Clean up error handlingUlf Hermann2025-02-021-8/+7
* Compiler: Create infrastructure to support multiple warningsOlivier De Cannière2024-08-211-4/+4
* QtQml: Fix misuse of logging categoriesUlf Hermann2024-06-141-1/+1
* Compiler: Record statistics about aot compilationOlivier De Cannière2024-05-281-3/+9
* QtQml: Properly enforce signatures of AOT-compiled functionsUlf Hermann2024-04-261-2/+2
* Remove the use of Q_QMLCOMPILER_PRIVATE_EXPORTAlexey Edelev2024-01-091-9/+9
* Compiler: Separate function prolog block and add validation of blocksOlivier De Cannière2023-08-041-0/+9
* QmlCompiler: Drop broken line comments in generated C++Ulf Hermann2023-02-231-1/+0
* QmlCompiler: Handle trivial signal handler constructionsUlf Hermann2022-07-071-2/+3
* Use SPDX license identifiersLucie Gérard2022-06-111-27/+2
* QmlCompiler: Clean up exportsUlf Hermann2022-03-301-9/+9
* Turn qmlcompiler into a shared libraryMaximilian Goldstein2022-03-251-23/+31
* qqmljscompiler: Allow for reading file contents from memoryMaximilian Goldstein2021-12-131-2/+4
* Pass qmldir to qmlcachegen, qmllint and qmltc, not the qmltypes fileUlf Hermann2021-12-131-2/+2
* Add a default implementation for QQmlJSAotCompilerUlf Hermann2021-11-291-8/+36
* QmlCompiler: Tighten the constness of various method parametersUlf Hermann2021-11-261-1/+1
* qmllint: Move use-before-declaration warning out of checkidentifiersMaximilian Goldstein2021-08-041-2/+6
* qv4bytecodegenerator: Supply SourceLocations in compiler contextMaximilian Goldstein2021-07-131-2/+3
* QmlCompiler: Pass further information about the IR to AOT compilersUlf Hermann2021-03-191-1/+3
* Add qCompileQmlFile overload with QmlIR::Document as in/out parameterAndrei Golubev2021-02-231-0/+3
* QtQmlCompiler: Notify any AOT compiler about binding scope and objectUlf Hermann2020-11-241-1/+1
* V4: Allow passing arguments to AOT-compiled functionsUlf Hermann2020-11-201-0/+1
* QmlCompiler: Allow AOT compilation of JS functionsUlf Hermann2020-11-111-0/+2
* QmlCompiler: Allow the specification of file scope codeUlf Hermann2020-11-031-1/+3
* QmlCompiler: Allow AOT compiled function to specify includesUlf Hermann2020-10-261-0/+1
* qmlcachegen: Move functions to compile QML/JS files to QmlCompilerUlf Hermann2020-10-231-0/+100