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
6.5.1
6.5.2
6.5.3
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
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
/
qqmljscodegenerator.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Compiler: Skip bindings to properties of type QQmlScriptString
Olivier De Cannière
2025-04-17
1
-0
/
+9
*
Compiler: Add infrastructure to skip functions
Olivier De Cannière
2025-04-17
1
-0
/
+6
*
QmlCompiler: Rename "unit" argument to the signature generator
Ulf Hermann
2025-04-11
1
-1
/
+1
*
Compiler: Use regular lookup for redundant optional lookups
Olivier De Cannière
2025-04-10
1
-0
/
+2
*
QmlCompiler: Return after each reject() in code generator
Ulf Hermann
2025-03-31
1
-166
/
+131
*
QmlCompiler: Fix typo
Ulf Hermann
2025-03-31
1
-1
/
+1
*
QmlCompiler: Do not re-resolve iterator value types
Ulf Hermann
2025-03-31
1
-1
/
+2
*
Micro-optimize ternary expressions using u""_sv
Giuseppe D'Angelo
2025-03-27
1
-1
/
+1
*
Compiler: Fix various clazy warnings
Olivier De Cannière
2025-03-21
1
-2
/
+0
*
QtQml: Support url and date in 'instanceof' and 'as'
Ulf Hermann
2025-02-28
1
-3
/
+7
*
Compiler: Add missing conversion for variant equality comparisons
Olivier De Cannière
2025-02-18
1
-4
/
+11
*
QmlCompiler: Clean up error handling
Ulf Hermann
2025-02-02
1
-16
/
+14
*
QmlCompiler: Implement MoveRegExp in the type propagator
Ulf Hermann
2025-01-16
1
-1
/
+1
*
QmlCompiler: Do not regard 64bit integers as primitives
Ulf Hermann
2025-01-03
1
-1
/
+4
*
QmlCompiler: Round towards 0 when coercing to 64bit integers
Ulf Hermann
2024-12-20
1
-0
/
+5
*
QmlCompiler: Name types when initializing structured value types
Ulf Hermann
2024-12-19
1
-1
/
+2
*
QmlCompiler: Drop the type shuffling on SetLookup
Ulf Hermann
2024-12-19
1
-21
/
+5
*
QmlCompiler: Coerce values when calling methods
Ulf Hermann
2024-12-19
1
-2
/
+15
*
QmlCompiler: Use correct static_metacall on DefineObjectLiteral
Ulf Hermann
2024-12-12
1
-3
/
+4
*
QmlCompiler: Clarify some types
Ulf Hermann
2024-12-06
1
-4
/
+4
*
QmlCompiler: Periodically trim register content pool
Ulf Hermann
2024-12-03
1
-0
/
+3
*
QmlCompiler: Pass QQmlJSRegisterContent by value
Ulf Hermann
2024-12-03
1
-15
/
+15
*
QmlCompiler: Clean up API of QQmlJSRegisterContent
Ulf Hermann
2024-12-03
1
-9
/
+9
*
QmlCompiler: Remove trivial type comparison methods
Ulf Hermann
2024-11-29
1
-212
/
+166
*
QmlCompiler: Move type adjustment into QQmlJSRegisterContent
Ulf Hermann
2024-11-28
1
-11
/
+14
*
QmlCompiler: Implement calling of methods on value types
Ulf Hermann
2024-11-22
1
-15
/
+34
*
QmlCompiler: Phrase as-cast as an explicit operation
Ulf Hermann
2024-11-22
1
-1
/
+1
*
QmlCompiler: Add AsVariant initializations for SetLookup
Ulf Hermann
2024-11-21
1
-1
/
+7
*
QmlCompiler: Split QQmlJSRegisterContent in public and private classes
Ulf Hermann
2024-11-20
1
-17
/
+24
*
QmlCompiler: Clean up conversion types
Ulf Hermann
2024-11-18
1
-20
/
+19
*
QtQml: Simplify AOT lookup initialization API
Ulf Hermann
2024-11-14
1
-32
/
+25
*
QtQml: Fix calling of method with QML_USING types
Ulf Hermann
2024-11-13
1
-10
/
+24
*
QmlCompiler: Support construction of value types with 'new'
Ulf Hermann
2024-11-06
1
-25
/
+69
*
QmlCompiler: Allow conversion of object literals to QJSValue
Ulf Hermann
2024-11-01
1
-9
/
+20
*
QmlCompiler: Make loadGlobalLookup work like other lookups
Ulf Hermann
2024-10-25
1
-5
/
+7
*
QmlCompiler: Untangle the global object
Ulf Hermann
2024-10-24
1
-1
/
+2
*
QmlCompiler: Make the ScopeObject content variant more useful
Ulf Hermann
2024-10-24
1
-3
/
+2
*
QmlCompiler: Untangle various list operations
Ulf Hermann
2024-10-24
1
-3
/
+4
*
QmlCompiler: Add a content variant for conversions
Ulf Hermann
2024-10-15
1
-11
/
+10
*
QmlCompiler: Rename code generator methods that merely retrieve types
Ulf Hermann
2024-10-15
1
-30
/
+30
*
QmlCompiler: Resolve types for calls in init step
Ulf Hermann
2024-10-14
1
-27
/
+34
*
QmlCompiler: Introduce a content variant for literals
Ulf Hermann
2024-10-13
1
-7
/
+7
*
QmlCompiler: Unify the method call content variants
Ulf Hermann
2024-10-13
1
-6
/
+6
*
QmlCompiler: Simplify content variants for QQmlJSRegisterContent
Ulf Hermann
2024-10-12
1
-12
/
+14
*
Compiler: Wrap raw string literals in QStringLiteral in generated code
Olivier De Cannière
2024-10-09
1
-4
/
+4
*
QmlCompiler: Remove the extension content variants
Ulf Hermann
2024-10-09
1
-7
/
+2
*
QmlCompiler: Require QQmlJSRegisterContent as scope types
Ulf Hermann
2024-10-08
1
-16
/
+16
*
QmlCompiler: Remove setLookupPreparation
Ulf Hermann
2024-10-03
1
-24
/
+3
*
QmlCompiler: Allow string lookup of composite metatypes again
Ulf Hermann
2024-10-02
1
-2
/
+6
*
QmlCompiler: Fix handling of anonymous composite types
Ulf Hermann
2024-10-02
1
-4
/
+7
[next]