index
:
qt/qtdeclarative.git
5.10
5.11
5.12
5.13
5.14
5.15
5.3
5.4
5.5
5.6
5.7
5.8
5.9
6.0
6.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
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/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
*
Remove obsolete folders in qmlcompiler
David Skoland
2021-02-02
2
-2
/
+0
*
QmlCompiler: Allow for multiple extensions per object
Ulf Hermann
2021-02-01
1
-29
/
+7
*
QmlCompiler: Generate AOT functions in same order as interpreted ones
Ulf Hermann
2021-01-29
1
-34
/
+71
*
QmlCompiler: Retain anonymous types in qmlnames
Ulf Hermann
2021-01-29
1
-0
/
+7
*
Expose getter and setter names of C++ classes in qmltypes files
Fabian Kosmale
2021-01-29
1
-0
/
+3
*
QmlCompiler: Return after importing a script
Ulf Hermann
2021-01-26
1
-1
/
+1
*
QDeferredSharedPointer: lazy-load to determine isNull()
Ulf Hermann
2021-01-26
1
-16
/
+42
*
QQmlJSTypeReader: Guard against empty JS files
Ulf Hermann
2021-01-26
1
-9
/
+11
*
qmllint: Remove exceptions for most unknown builtins
Ulf Hermann
2021-01-21
4
-63
/
+83
*
QQmlJSScope: Fix typo
Ulf Hermann
2021-01-20
2
-3
/
+3
*
QmlCompiler: Add equality operators and hash functions
Ulf Hermann
2021-01-20
1
-0
/
+81
*
qmllint: Support extended types
Ulf Hermann
2021-01-20
3
-3
/
+71
*
qmllint: Skip failing tests
Fabian Kosmale
2021-01-20
1
-0
/
+2
*
Remove the qmake project files
Fabian Kosmale
2021-01-15
1
-32
/
+0
*
Pass a more comprehensive context to AOT-compiled functions
Ulf Hermann
2021-01-11
1
-17
/
+24
*
QmlCompiler: Don't add imports with "as" to the context
Ulf Hermann
2020-12-05
2
-5
/
+3
*
QmlCompiler: Make QQmlJSScope const-correct
Ulf Hermann
2020-12-03
1
-2
/
+19
*
Let AOT-compiled functions modify their arguments
Ulf Hermann
2020-12-02
1
-4
/
+4
*
QmlCompiler: Mark the global scope as composite
Ulf Hermann
2020-11-26
1
-0
/
+1
*
QmlCompiler: Unify parsing of QML components, JS programs, ES modules
Ulf Hermann
2020-11-25
4
-74
/
+96
*
QtQmlCompiler: Notify any AOT compiler about binding scope and object
Ulf Hermann
2020-11-24
2
-4
/
+14
*
qmltyperegistrar: Expose interface information
Maximilian Goldstein
2020-11-23
3
-5
/
+49
*
qmllint: Don't crash when importing ES modules
Ulf Hermann
2020-11-20
1
-2
/
+25
*
V4: Allow passing arguments to AOT-compiled functions
Ulf Hermann
2020-11-20
2
-13
/
+23
*
QmlCompiler: Fix resolution of method and property types
Ulf Hermann
2020-11-18
4
-25
/
+50
*
QmlCompiler: Mark dataPtr as unused for void AOT functions
Ulf Hermann
2020-11-13
1
-0
/
+1
*
QmlCompiler: Add method to get first non-composite base scope
Ulf Hermann
2020-11-12
1
-0
/
+9
*
QmlCompiler: Correctly store AOT functions
Ulf Hermann
2020-11-12
1
-2
/
+5
*
QmlCompiler: Store values QQmlJSMetaEnum when available
Ulf Hermann
2020-11-12
3
-1
/
+26
*
QmlCompiler: Allow more convenient access to enums in QQmlJSScope
Ulf Hermann
2020-11-12
4
-7
/
+12
*
QmlCompiler: Allow AOT compilation of JS functions
Ulf Hermann
2020-11-11
2
-0
/
+17
*
QtQml: Integrate sequences with registration macros
Ulf Hermann
2020-11-11
3
-2
/
+15
*
QmlCompiler: Use the name of a QML object as its location
Ulf Hermann
2020-11-03
1
-1
/
+3
*
QmlCompiler: Allow the specification of file scope code
Ulf Hermann
2020-11-03
2
-5
/
+12
*
QmlCompiler: Allow retrieval of C++ names for builtins
Ulf Hermann
2020-10-28
2
-0
/
+7
*
QmlCompiler: Add JS scopes for script bindings
Ulf Hermann
2020-10-27
2
-1
/
+17
*
QmlCompiler: Introduce grouped scopes
Ulf Hermann
2020-10-27
3
-3
/
+47
*
QmlCompiler: Log the name of the binding being compiled
Ulf Hermann
2020-10-27
1
-2
/
+4
*
Don't AOT-compile boring bindings
Ulf Hermann
2020-10-27
1
-0
/
+11
*
QmlCompiler: Make sure that properties are writable by default
Ulf Hermann
2020-10-26
1
-0
/
+1
*
QmlCompiler: Allow AOT compiled function to specify includes
Ulf Hermann
2020-10-26
2
-2
/
+15
*
QmlCompiler: Add method to retrieve addressable scope from visitor
Ulf Hermann
2020-10-26
1
-0
/
+1
*
qmlcachegen: Move functions to compile QML/JS files to QmlCompiler
Ulf Hermann
2020-10-23
4
-0
/
+562
*
qmlcachegen: Add empty AOT built functions to the loader
Ulf Hermann
2020-10-23
1
-1
/
+2
*
Move generateloader.cpp to QmlCompiler
Ulf Hermann
2020-10-23
4
-0
/
+294
*
QmlCompiler: Properly discern between inherited and own names
Ulf Hermann
2020-10-22
6
-50
/
+64
*
QmlCompiler: Make sure any import depends on the builtins
Ulf Hermann
2020-10-22
2
-10
/
+18
*
QmlCompiler: Use size_t for qHash
Ulf Hermann
2020-10-22
1
-2
/
+2
*
qmllint: Resolve aliases in nested objects
Ulf Hermann
2020-10-22
2
-21
/
+30
*
qmlcachegen: Move resourcefilter.cpp into QmlCompiler
Ulf Hermann
2020-10-20
4
-2
/
+237
[next]