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
/
qqmlsa.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
QQmlSA: extend ScriptBindingValueType for function bindings
Sami Shalayel
3 days
1
-0
/
+13
*
qqmljsscope: rename ConstPtrWrapperIterator to ChildScopesIterator
Sami Shalayel
3 days
1
-2
/
+2
*
Docs: Fix doc warnings
Alexei Cazacov
2025-04-30
1
-1
/
+1
*
ImportVisitor: Fix nonsensical code for checking required properties
Olivier De Cannière
2025-04-25
1
-0
/
+5
*
Port away from QPair
Zhao Yuhang
2025-04-12
1
-1
/
+1
*
qmllint: add helpers to create small PropertyPasses
Sami Shalayel
2025-04-04
1
-0
/
+21
*
QQmlSA: add private helper for optional fix suggestions
Sami Shalayel
2025-03-31
1
-0
/
+16
*
Doc: Fix issues with \fn signatures
Topi Reinio
2025-03-06
1
-3
/
+3
*
QQmlSA: Rename PropertyPassInfo and store the pass property as a QString
Olivier De Cannière
2025-02-28
1
-7
/
+3
*
QQmlSA: Remove PassManager::{element|property}Passes() from public API
Olivier De Cannière
2025-02-28
1
-18
/
+0
*
QQmlSA: Drop BindingInfo
Olivier De Cannière
2025-02-28
1
-18
/
+44
*
Doc: Add more documentation for QQmlSA
Olivier De Cannière
2025-02-28
1
-8
/
+354
*
QQmlSA: Cleanup
Olivier De Cannière
2025-02-28
1
-6
/
+8
*
QmlCompiler: Only import hardcoded builtins by default
Ulf Hermann
2025-02-18
1
-1
/
+1
*
qqmljsscope: add id source location
Sami Shalayel
2025-02-18
1
-0
/
+9
*
QQmlSA: make findPropertyUsage a bit faster
Sami Shalayel
2025-01-31
1
-9
/
+4
*
qmllint: Do not call the same pass twice for the same binding
Ulf Hermann
2024-12-19
1
-3
/
+7
*
QmlCompiler: Rename attachingType() to attachedType()
Ulf Hermann
2024-11-11
1
-2
/
+15
*
QQmlSA: do analyzeCall on translation bindings too
Sami Shalayel
2024-10-28
1
-7
/
+18
*
QQmlSA: add onCall method to PropertyPass
Sami Shalayel
2024-10-28
1
-0
/
+29
*
Add missing const refs in QQmlSA private methods
Sami Shalayel
2024-10-28
1
-5
/
+5
*
QQmlJSScope: add isRootFileComponent flag
Sami Shalayel
2024-10-28
1
-0
/
+8
*
QQmlJS: Store method's source location and expose it in QQmlSA
Olivier De Cannière
2024-04-17
1
-0
/
+14
*
QQmlSA: Fix minor mistakes in the docs
Olivier De Cannière
2024-04-17
1
-14
/
+15
*
QmlSA: Extend Property and Element by isReadonly, type, hasOwnProperty
Sami Shalayel
2023-10-31
1
-0
/
+40
*
QQmlSA: Remove cruft from public API
Ulf Hermann
2023-10-23
1
-32
/
+17
*
QQmlSA: Don't expose QQmlJS namespace
Fabian Kosmale
2023-09-21
1
-4
/
+4
*
Doc: Fix minor documentation issues
Topi Reinio
2023-09-15
1
-2
/
+2
*
QQmlSA: Turn BindingType into a enum class
Fabian Kosmale
2023-08-30
1
-1
/
+1
*
QQmlSA::PropertyPass: Clarify documentation
Fabian Kosmale
2023-08-16
1
-4
/
+4
*
QQmlSA::ElementPass: Improve documentation
Fabian Kosmale
2023-08-09
1
-1
/
+49
*
UndefinedBehavior: fix some things found with -sanitize undefined
Olivier De Cannière
2023-08-01
1
-0
/
+4
*
Revert "QQmlSA: mark module as TP"
Kai Köhne
2023-07-18
1
-2
/
+0
*
FixSuggestion: Remove default ctor
Fabian Kosmale
2023-07-11
1
-1
/
+0
*
GenericPass docs: Fix typos and add additional descriptions
Fabian Kosmale
2023-07-07
1
-9
/
+23
*
QQmlSA: Improve registerPropertyPass docs
Fabian Kosmale
2023-07-07
1
-0
/
+14
*
Clarify PassManager::hasImportedModule docs
Fabian Kosmale
2023-07-07
1
-1
/
+13
*
PassManager: Remove setter for category enabled
Fabian Kosmale
2023-07-06
1
-8
/
+0
*
QQmlSA::Element: Rename internalName to internalId
Fabian Kosmale
2023-07-04
1
-1
/
+4
*
QQmlSA::Element: Make prettyName a member function
Fabian Kosmale
2023-07-04
1
-3
/
+8
*
QQmlSA: Remove Element ctor taking a name, add resolveBuiltinType
Fabian Kosmale
2023-07-04
1
-5
/
+22
*
QQmlSA: mark module as TP
Fabian Kosmale
2023-07-03
1
-0
/
+2
*
qqmlsa: Fix warning about empty names
Ulf Hermann
2023-06-20
1
-2
/
+3
*
Doc: QtQmlCompiler: Fix documentation warnings
Topi Reinio
2023-06-02
1
-7
/
+6
*
QQmlSA: Change API for accessing attached types
Olivier De Cannière
2023-06-01
1
-16
/
+16
*
QQmlSA: Mark move SMF noexcept and specify alignment for fast-PIMPLs
Olivier De Cannière
2023-05-31
1
-8
/
+12
*
QQmlSA: Create an abstraction layer for static analysis
Olivier De Cannière
2023-05-30
1
-98
/
+1349
*
QQmlSA: Remove dead code
Fabian Kosmale
2023-04-14
1
-1
/
+0
*
qmllint: Fix attached property re-use detection
Ulf Hermann
2023-02-14
1
-2
/
+22
*
qmllint: Uncruftify FixSuggestion
Ulf Hermann
2023-02-08
1
-2
/
+9
[next]