aboutsummaryrefslogtreecommitdiffstats
path: root/tools/qmltc/qmltccompiler.h
Commit message (Expand)AuthorAgeFilesLines
* qmltc: Fix usage of namespaced attached typesUlf Hermann2024-11-081-0/+8
* QQmlSA: Create an abstraction layer for static analysisOlivier De Cannière2023-05-301-3/+3
* qmltc: export generated classesSami Shalayel2023-02-021-0/+2
* qmltc: Add some sugar for generated reference-type-list propertiesSami Shalayel2022-10-281-0/+1
* qmltc: support basic inline componentsSami Shalayel2022-09-261-0/+4
* qmltc: append to lists in one goSami Shalayel2022-09-221-1/+8
* qmltc: refactor compileBinding to be less unwieldySami Shalayel2022-09-221-0/+27
* Separate script bindings from others in generated qmltc codeAndrei Golubev2022-07-281-0/+11
* qmltc: Make Component.onCompleted compilation less specialAndrei Golubev2022-07-091-5/+0
* QQmlJSLogger: Switch to an ID based systemMaximilian Goldstein2022-06-301-4/+4
* qmltc: Use correct output C++ file names within a moduleAndrei Golubev2022-06-291-2/+0
* Use SPDX license identifiersLucie Gérard2022-06-111-27/+2
* qmltc: Get rid of Qml IRAndrei Golubev2022-06-091-1/+1
* qmltc: Move from QmlIR::Binding to QQmlJSMetaPropertyBindingAndrei Golubev2022-06-091-0/+62
* QML: Port QV4::CompiledData::Location to new special integer bitfieldUlf Hermann2022-05-111-1/+1
* qmltc: Move alias compilation to qqmltccompilerAndrei Golubev2022-05-031-0/+2
* Replace uses of deprecated _qs with _s/QStringLiteralSona Kurazyan2022-04-291-1/+1
* qmltc: Use QQmlJSScope::ownRuntimeFunctionIndex() in method compilationAndrei Golubev2022-04-281-1/+2
* qmltc: Uniquely name internal method that provides QML document URLAndrei Golubev2022-04-281-1/+1
* qmltc: Migrate to new object creation/querying mechanismAndrei Golubev2022-03-301-1/+4
* qmltc: Use prototype/codegenerator in qmltccompilerAndrei Golubev2022-03-151-1/+7
* Treat warnings as errors in qmltcAndrei Golubev2022-02-151-1/+1
* Redesign QQmlJSLogger internalsAndrei Golubev2022-02-121-1/+1
* qmltc: Support literal bindingsAndrei Golubev2021-11-231-0/+21
* qmltc: Learn to set QML context for objectsAndrei Golubev2021-11-171-0/+1
* qmltc: Compile QML properties into C++Andrei Golubev2021-11-171-1/+3
* qmltc: Compile QML methods to C++Andrei Golubev2021-11-171-0/+1
* qmltc: Compile QML enums into C++Andrei Golubev2021-11-171-0/+1
* qmltc: support user-specified namespaces in the generated codeAndrei Golubev2021-11-161-0/+1
* qmltc: learn to generate minimum amount of codeAndrei Golubev2021-10-221-1/+21
* Long live (dummy-for-now) qmltc!Andrei Golubev2021-10-211-0/+65