index
:
delta/qt5/qtdeclarative.git
5.10
5.10.0
5.10.1
5.11
5.11.0
5.11.1
5.11.2
5.11.3
5.12
5.12.0
5.12.1
5.12.10
5.12.11
5.12.12
5.12.2
5.12.3
5.12.4
5.12.5
5.12.6
5.12.7
5.12.8
5.12.9
5.13
5.13.0
5.13.1
5.13.2
5.14
5.14.0
5.14.1
5.14.2
5.15
5.15.0
5.15.1
5.15.2
5.3
5.3.0
5.3.1
5.3.2
5.4
5.4.0
5.4.1
5.4.2
5.5
5.5.0
5.5.1
5.6
5.6.0
5.6.1
5.6.2
5.6.3
5.7
5.7.0
5.7.1
5.8
5.8.0
5.9
5.9.0
5.9.1
5.9.2
5.9.3
5.9.4
5.9.5
5.9.6
5.9.7
5.9.8
6.0
6.0.0
6.1
6.1.0
6.1.1
6.1.2
6.1.3
6.2
6.2.0
6.2.1
6.2.2
6.2.3
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
animation-refactor
api_changes
baserock/morph
baserock/v5.3.0
baserock/v5.6.0
dev
old/5.0
old/5.1
old/5.2
personal/shausman/type-inference
r2d-5.5
r2d-5.6
r2d-5.6.0
r2d-dev
release
stable
statemachine
textng
visuallistmodel
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/qt6
wip/qtquickcontrols2
wip/scenegraphng
wip/statemachine
wip/textng
wip/tizen
wip/v4
wip/visuallistmodel
wip/webassembly
code.qt.io: qt/qtdeclarative.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
qml
/
compiler
/
qqmlirbuilder.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Clean up type dependency hashing for QML caching
Simon Hausmann
2017-03-13
1
-5
/
+4
*
Fix support for namespaced types in property/signal declarations
Simon Hausmann
2016-11-30
1
-5
/
+5
*
Fix excessive invalidation of QML disk caches
Simon Hausmann
2016-10-18
1
-0
/
+2
*
Make the unit mapping on Windows configurable with regards to executable mapping
Simon Hausmann
2016-08-17
1
-2
/
+0
*
QML: Make all fields in QQmlPropertyRawData private
Erik Verbruggen
2016-08-10
1
-4
/
+4
*
Fix crashes with attached property access
Simon Hausmann
2016-08-08
1
-1
/
+6
*
Fix android build
Olivier Goffart
2016-08-04
1
-0
/
+1
*
QQmlIRBuilder: Initialize variable
Robin Burchell
2016-08-03
1
-1
/
+1
*
Add a checksum to the generated QML compilation units
Simon Hausmann
2016-08-02
1
-1
/
+15
*
Fix endian support in compiled data structures
Simon Hausmann
2016-07-14
1
-4
/
+7
*
Minor optimization
Simon Hausmann
2016-06-27
1
-1
/
+13
*
QML: Do not register static QML dependencies on every call.
Erik Verbruggen
2016-06-24
1
-1
/
+3
*
PropertyCacheCreator traversal cleanup
Simon Hausmann
2016-06-16
1
-0
/
+10
*
Clean up property cache creation code
Simon Hausmann
2016-06-16
1
-2
/
+2
*
Cleanup: generalize type reference collection code
Simon Hausmann
2016-06-14
1
-25
/
+0
*
Remove QQmlCompiledData in favor of QV4::CompiledData::CompilationUnit
Simon Hausmann
2016-06-01
1
-2
/
+1
*
Moved meta-type id members to QV4::CompiledData::CompilationUnit
Simon Hausmann
2016-05-31
1
-1
/
+1
*
Optimize named object handling
Simon Hausmann
2016-05-26
1
-5
/
+15
*
Simplify object to id-in-context mapping
Simon Hausmann
2016-05-26
1
-5
/
+7
*
Add a flag to CompiledData::Object record component boundaries
Simon Hausmann
2016-05-26
1
-0
/
+2
*
Minor cleanup of pool array allocation
Simon Hausmann
2016-05-26
1
-3
/
+2
*
Shrink QQmlVMEMetaData::AliasData
Simon Hausmann
2016-05-24
1
-2
/
+2
*
Optimize property/alias data structures
Simon Hausmann
2016-05-23
1
-110
/
+182
*
Fix regression with assignments to default properties
Simon Hausmann
2016-05-19
1
-1
/
+4
*
Merge remote-tracking branch 'origin/5.7' into dev
Liang Qi
2016-05-13
1
-4
/
+4
|
\
|
*
Use QStringRef to optimize memory allocation
Anton Kudryavtsev
2016-04-26
1
-4
/
+4
*
|
Scrape off some more allocations by using the QStringBuilder
Frank Meerkoetter
2016-05-09
1
-6
/
+3
*
|
Allow the use of uncreatable types for properties
Simon Hausmann
2016-04-29
1
-1
/
+0
|
/
*
QML: add type info for the built-in qml context.
Erik Verbruggen
2016-04-05
1
-1
/
+6
*
QML: do not re-use the resolver data for members.
Erik Verbruggen
2016-04-04
1
-23
/
+43
*
Qml: replace QStringLiteral with QLatin1String
Anton Kudryavtsev
2016-02-10
1
-5
/
+5
*
Merge remote-tracking branch 'origin/5.6' into dev
Liang Qi
2016-01-29
1
-6
/
+6
|
\
|
*
Don't check for revisions when assigning to grouped properties
Lars Knoll
2016-01-27
1
-6
/
+6
*
|
Updated license headers
Jani Heikkinen
2016-01-19
1
-14
/
+20
*
|
Initialize all the pointer members
Frank Meerkoetter
2015-12-15
1
-0
/
+1
|
/
*
Don't try to resolve id values or singleton member as properties
Lars Knoll
2015-11-27
1
-1
/
+2
*
Make QML composite types inherit attached properties
J-P Nurmi
2015-10-09
1
-2
/
+2
*
Make QML composite types inherit enums
J-P Nurmi
2015-09-21
1
-1
/
+1
*
Access the id objects through a specialized runtime method
Lars Knoll
2015-08-12
1
-4
/
+1
*
Access context properties through the qml context
Lars Knoll
2015-08-10
1
-8
/
+1
*
Use the QmlContext to access properties of the scope object
Lars Knoll
2015-08-10
1
-8
/
+1
*
Add ability to retrieve and use the QmlContext from our generated code
Lars Knoll
2015-08-10
1
-1
/
+6
*
Merge remote-tracking branch 'origin/5.5' into dev
Simon Hausmann
2015-06-04
1
-0
/
+2
|
\
|
*
Avoid uninitialized bytes in QV4::CompiledData
Simon Hausmann
2015-05-08
1
-0
/
+1
|
*
Fix uninitialized variables/data
Simon Hausmann
2015-04-29
1
-0
/
+1
*
|
Get rid of qv4value_inl_p.h and replace it by qv4typedvalue_p.h
Lars Knoll
2015-04-24
1
-1
/
+1
|
/
*
Update copyright headers
Jani Heikkinen
2015-02-12
1
-7
/
+7
*
V4 IR: move the MemberResolver out of IR::Temp.
Erik Verbruggen
2015-01-12
1
-10
/
+19
*
QML: Remove unused field from struct.
Erik Verbruggen
2015-01-09
1
-1
/
+0
*
Clean up JS .import/.pragma directive scanning
Simon Hausmann
2015-01-08
1
-246
/
+39
[next]