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.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
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
/
qqmljsregistercontent_p.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
QmlCompiler: Restore support for writing to temporary arrays
Ulf Hermann
10 days
1
-1
/
+1
*
QmlCompiler: Simplify register allocation
Ulf Hermann
10 days
1
-0
/
+2
*
QmlCompiler: Periodically trim register content pool
Ulf Hermann
2024-12-03
1
-0
/
+5
*
QmlCompiler: Add some comments to QQmlJSRegisterContentPool
Ulf Hermann
2024-12-03
1
-0
/
+12
*
QmlCompiler: Store QQmlJSRegisterContent in place where we can
Ulf Hermann
2024-12-03
1
-0
/
+2
*
QmlCompiler: Pass QQmlJSRegisterContent by value
Ulf Hermann
2024-12-03
1
-18
/
+17
*
QmlCompiler: Improve naming of QQmlRegisterContentPool methods
Ulf Hermann
2024-12-03
1
-33
/
+28
*
QmlCompiler: Clean up API of QQmlJSRegisterContent
Ulf Hermann
2024-12-03
1
-44
/
+69
*
QmlCompiler: Remove trivial type comparison methods
Ulf Hermann
2024-11-29
1
-0
/
+3
*
QmlCompiler: Move type adjustment into QQmlJSRegisterContent
Ulf Hermann
2024-11-28
1
-1
/
+12
*
QmlCompiler: Make QQmlJSRegisterContentPrivate non-const
Ulf Hermann
2024-11-25
1
-5
/
+4
*
QmlCompiler: Phrase as-cast as an explicit operation
Ulf Hermann
2024-11-22
1
-0
/
+1
*
QmlCompiler: Phrase register content storage as register content
Ulf Hermann
2024-11-21
1
-0
/
+2
*
QmlCompiler: Split QQmlJSRegisterContent in public and private classes
Ulf Hermann
2024-11-20
1
-231
/
+93
*
QmlCompiler: Clean up conversion types
Ulf Hermann
2024-11-18
1
-1
/
+0
*
QmlCompiler: Remove builtin and global types
Ulf Hermann
2024-10-24
1
-1
/
+1
*
QmlCompiler: Untangle the global object
Ulf Hermann
2024-10-24
1
-2
/
+0
*
QmlCompiler: Make the ParentScope content variant more useful
Ulf Hermann
2024-10-24
1
-2
/
+1
*
QmlCompiler: Make the ScopeObject content variant more useful
Ulf Hermann
2024-10-24
1
-1
/
+0
*
QmlCompiler: Add a content variant for conversions
Ulf Hermann
2024-10-15
1
-0
/
+1
*
QmlCompiler: Add a content variant for JavaScript operations
Ulf Hermann
2024-10-14
1
-0
/
+1
*
QmlCompiler: Introduce a content variant for literals
Ulf Hermann
2024-10-13
1
-0
/
+1
*
QmlCompiler: Unify the method call content variants
Ulf Hermann
2024-10-13
1
-4
/
+23
*
QmlCompiler: Simplify content variants for QQmlJSRegisterContent
Ulf Hermann
2024-10-12
1
-10
/
+10
*
QmlCompiler: Properly encode retrieval of JavaScript parent scope
Ulf Hermann
2024-10-11
1
-1
/
+1
*
QmlCompiler: Properly link up the retrieval of base types
Ulf Hermann
2024-10-10
1
-0
/
+2
*
QmlCompiler: Store full type information for conversion origins
Ulf Hermann
2024-10-10
1
-2
/
+2
*
QmlCompiler: Remove the extension content variants
Ulf Hermann
2024-10-09
1
-5
/
+1
*
QmlCompiler: Allow explicit specification of type-by-name lookup
Ulf Hermann
2024-10-09
1
-0
/
+1
*
QmlCompiler: Require QQmlJSRegisterContent as scope types
Ulf Hermann
2024-10-08
1
-21
/
+32
*
QmlCompiler: Make QQmlJSRegisterContent::ContentKind a scoped enum
Ulf Hermann
2024-06-20
1
-17
/
+17
*
QmlCompiler: Move containedTypeName() into QQmlJSRegisterContent
Ulf Hermann
2024-06-16
1
-0
/
+1
*
QmlCompiler: Create QQmlJSRegisterContent unstored
Ulf Hermann
2024-06-16
1
-15
/
+11
*
QmlCompiler: Reduce the usage of storedType()
Ulf Hermann
2024-06-16
1
-7
/
+26
*
Remove the use of Q_QMLCOMPILER_PRIVATE_EXPORT
Alexey Edelev
2024-01-09
1
-1
/
+1
*
QmlCompiler: Retrieve original types for comparison
Ulf Hermann
2023-11-13
1
-1
/
+1
*
QmlCompiler: Optimize trivial as-casts out
Ulf Hermann
2023-11-04
1
-0
/
+8
*
QmlCompiler: Implement GetIterator and IteratorNext
Ulf Hermann
2023-09-21
1
-0
/
+1
*
QmlCompiler: Store lookupIndex in register content for properties
Ulf Hermann
2023-08-24
1
-8
/
+60
*
QmlCompiler: Fix SetLookup on shadowable properties
Ulf Hermann
2023-08-08
1
-2
/
+9
*
QmlCompiler: Implement get lookup of variantMap properties
Olivier De Cannière
2023-02-22
1
-1
/
+1
*
Port to new Q_UNREACHABLE_RETURN()
Marc Mutz
2022-10-20
1
-2
/
+1
*
Use SPDX license identifiers
Lucie Gérard
2022-06-11
1
-27
/
+2
*
qmldom: enable and test standalone build
Fawzi Mohamed
2022-04-12
1
-1
/
+1
*
QmlCompiler: Clean up exports
Ulf Hermann
2022-03-30
1
-2
/
+7
*
QmlCompiler: Don't generate code for untyped JS calls
Ulf Hermann
2022-02-25
1
-0
/
+3
*
QQmlJSRegisterContent: Make conversions explicit
Ulf Hermann
2022-02-15
1
-2
/
+43
*
QmlCompiler: Move type generalization into separate compile pass
Ulf Hermann
2021-11-26
1
-0
/
+7
*
Remove QQmlJSRegisterContent::reset()
Ulf Hermann
2021-11-18
1
-2
/
+0
*
QmlCompiler: Introduce compile passes
Ulf Hermann
2021-11-17
1
-3
/
+0
[next]