index
:
qt/qtdeclarative.git
5.10
5.11
5.12
5.13
5.14
5.15
5.15.17
5.3
5.4
5.5
5.6
5.7
5.8
5.9
6.0
6.1
6.10
6.10.0
6.10.1
6.10.2
6.10.3
6.11
6.11.0
6.11.1
6.2
6.2.0
6.2.4
6.3
6.4
6.4.0
6.4.1
6.4.2
6.4.3
6.5
6.5.0
6.5.1
6.5.2
6.5.3
6.5.5
6.6
6.6.0
6.6.1
6.6.2
6.6.3
6.7
6.7.0
6.7.1
6.7.2
6.7.3
6.8
6.8.0
6.8.1
6.8.2
6.8.3
6.9
6.9.0
6.9.1
6.9.2
6.9.3
dev
old/5.0
old/5.1
old/5.2
r2d-5.5
r2d-5.6
r2d-5.6.0
r2d-dev
wip/animation-refactor
wip/cmake
wip/dbus
wip/figmastyle
wip/gc
wip/iosstyle
wip/itemviews
wip/material3
wip/nacl
wip/nativemenus
wip/new-backend
wip/pointerhandler
wip/propertycache-refactor
wip/qquickdeliveryagent
wip/qtquickcontrols2
wip/scenegraphng
wip/statemachine
wip/textng
wip/tizen
wip/visuallistmodel
wip/webassembly
Qt Declarative (Quick 2)
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
qmlcompiler
Commit message (
Expand
)
Author
Age
Files
Lines
*
QmlCompiler: Add basic block analysis pass
Ulf Hermann
2022-03-09
9
-98
/
+650
*
QmlCompiler: Store arguments as QQmlJSRegisterContent
Ulf Hermann
2022-03-03
6
-31
/
+25
*
qmlcompiler: Improve required property warnings
Maximilian Goldstein
2022-03-03
1
-7
/
+28
*
qmlcompiler: Allow for logging other files and add auto-fix infrastructure
Maximilian Goldstein
2022-03-03
4
-24
/
+68
*
QmlCompiler: Prepare code generator for post-analysis type adjustment
Ulf Hermann
2022-03-02
4
-143
/
+280
*
QmlCompiler: Optimize metaobject retrieval some more
Ulf Hermann
2022-03-02
1
-2
/
+2
*
qmlcompiler: Suggest fix for multiline strings
Maximilian Goldstein
2022-03-02
2
-3
/
+34
*
qmllint: Remove extra space from unqualified access fix suggestion
Maximilian Goldstein
2022-03-02
1
-1
/
+1
*
Disable warning from iterating over a QFlatMap
Volker Hilsheimer
2022-03-02
1
-0
/
+3
*
QmlCompiler: Optimize some more type conversions
Ulf Hermann
2022-03-02
1
-12
/
+45
*
Refactor QQmlJSMetaPropertyBinding
Fabian Kosmale
2022-03-02
6
-154
/
+307
*
QmlCompiler: On MoveReg, check if we need to move at all
Ulf Hermann
2022-03-01
1
-0
/
+2
*
QmlCompiler: Don't generate code for untyped JS calls
Ulf Hermann
2022-02-25
5
-2
/
+23
*
QmlCompiler: Correctly label arguments and return types of JS functions
Ulf Hermann
2022-02-25
1
-2
/
+6
*
QmlCompiler: Make InstructionAnnotations a QFlatMap
Ulf Hermann
2022-02-25
4
-22
/
+24
*
qmlcompiler: Store filename for QML scopes
Maximilian Goldstein
2022-02-25
5
-11
/
+12
*
QmlCompiler: Track read registers
Ulf Hermann
2022-02-24
3
-52
/
+479
*
QmlCompiler: Prepare QQmlJSTypeResolver for in-place type manipulation
Ulf Hermann
2022-02-24
5
-123
/
+331
*
QmlCompiler: Don't assert for the "int" type if we don't need it
Ulf Hermann
2022-02-24
1
-1
/
+1
*
QmlCompiler: Perform an actual conversion() in generate_MoveConst()
Ulf Hermann
2022-02-24
1
-27
/
+17
*
qmllint: Properly warn about calling properties
Maximilian Goldstein
2022-02-22
2
-5
/
+54
*
qmljstypepropagator: Rename checkRestricted method to isRestricted
Maximilian Goldstein
2022-02-21
2
-5
/
+5
*
QmlCompiler: Avoid infinite loop in dead store elimination
Ulf Hermann
2022-02-18
1
-3
/
+6
*
QmlCompiler: Perform QVariant conversion in JavaScript semantics
Ulf Hermann
2022-02-18
1
-1
/
+2
*
QmlCompiler: Do not crash on attempts to lookup a function in the scope
Ulf Hermann
2022-02-18
1
-1
/
+1
*
QmlCompiler: Do not generate block comments into C++ code
Ulf Hermann
2022-02-18
1
-9
/
+2
*
QmlCompiler: Correctly encode inf/nan/-0 into C++
Ulf Hermann
2022-02-18
1
-0
/
+13
*
qmllint: Warn about missing property types on current scope
Maximilian Goldstein
2022-02-18
2
-15
/
+29
*
QmlCompiler: Fix obscure build error
Ulf Hermann
2022-02-17
1
-1
/
+2
*
QmlCompiler: track register contents by cloning types
Ulf Hermann
2022-02-16
9
-258
/
+417
*
QQmlJSRegisterContent: Make conversions explicit
Ulf Hermann
2022-02-15
4
-5
/
+111
*
qmlcompiler: include necessary headers in generated code
Fabian Kosmale
2022-02-15
1
-0
/
+2
*
QmlCompiler: Improve register tracking
Ulf Hermann
2022-02-15
7
-398
/
+403
*
qmldir: Allow for specifying default imports
Maximilian Goldstein
2022-02-14
3
-5
/
+26
*
QmlCompiler: Allow assigning empty lists to list properties
Ulf Hermann
2022-02-14
5
-6
/
+65
*
Redesign QQmlJSLogger internals
Andrei Golubev
2022-02-12
7
-294
/
+270
*
QmlCompiler: Don't store void and nullptr
Ulf Hermann
2022-02-12
2
-32
/
+41
*
QML: Clean up sequence registrations for value types
Ulf Hermann
2022-02-11
2
-1
/
+4
*
qmlcompiler: Support accessing vars in JavaScript files
Maximilian Goldstein
2022-02-05
3
-24
/
+36
*
QmlCompiler: Discern between internal and anonymous imports
Ulf Hermann
2022-02-05
2
-10
/
+16
*
QmlCompiler: Place code for CmpNeInt in parentheses
Ulf Hermann
2022-02-04
1
-2
/
+2
*
qmlcompiler: Remove qmllint library
Maximilian Goldstein
2022-02-03
5
-0
/
+680
*
qmllint: Warn about missing singleton pragmas/qmldir entries
Maximilian Goldstein
2022-02-03
5
-7
/
+33
*
QQmlJSTypeResolver: Drop an unused struct
Ulf Hermann
2022-02-03
1
-7
/
+0
*
Distinguish property change signals from user-defined signals
Andrei Golubev
2022-01-31
2
-0
/
+8
*
Use public as default access specifier of QQmlJSMetaMethod
Andrei Golubev
2022-01-31
1
-2
/
+1
*
qmllint: Do not warn about required properties with root aliases
Maximilian Goldstein
2022-01-27
1
-0
/
+32
*
QmlCompiler: Rename include -> import
Ulf Hermann
2022-01-25
1
-1
/
+1
*
QmlCompiler: Merge nullptr and some QObject* into the latter
Ulf Hermann
2022-01-24
1
-0
/
+6
*
QmlCompiler: Add direct conversion from null to QObject*
Ulf Hermann
2022-01-24
1
-0
/
+5
[next]