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
/
qml
/
compiler
/
qv4compileddata_p.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix crash when sharing data structures between 32-bit and 64-bit
Simon Hausmann
2014-05-26
1
-23
/
+31
*
Fix crash on host/target word size mismatches
Simon Hausmann
2014-05-09
1
-6
/
+5
*
Extend the QML bootstrap library by the IR builders
Simon Hausmann
2014-04-23
1
-8
/
+17
*
Fix assignments of null strings in QML and JavaScript
Simon Hausmann
2014-04-12
1
-0
/
+2
*
V4 string table cleanups
Simon Hausmann
2014-03-28
1
-2
/
+2
*
Various cleanups
Simon Hausmann
2014-03-28
1
-5
/
+12
*
Clean, part 3
Simon Hausmann
2014-03-19
1
-1
/
+2
*
Add support for resolving translation bindings at compile time
Simon Hausmann
2014-03-11
1
-1
/
+11
*
Remove unused entries in CompiledData
Lars Knoll
2014-03-07
1
-5
/
+2
*
[new compiler] Fix invalid memory reads when JS closures outlive QML types
Simon Hausmann
2014-03-05
1
-2
/
+0
*
Fix MSVC2012 compiler warnings.
Erik Verbruggen
2014-03-05
1
-0
/
+5
*
[new compiler] When resolving names of attached properties, don't report the ...
Simon Hausmann
2014-03-02
1
-1
/
+3
*
Clean up our internal namespaces
Lars Knoll
2014-02-23
1
-5
/
+2
*
[new compiler] Fix order of alias vs non-alias bindings
Simon Hausmann
2014-02-04
1
-1
/
+5
*
[new compiler] Fix binding initialization order
Simon Hausmann
2014-02-04
1
-0
/
+48
*
[new compiler] Fix error message when assigning lists to singular properties
Simon Hausmann
2014-02-03
1
-1
/
+2
*
[new compiler] Try to resolve qualified enums at type compile time
Simon Hausmann
2014-02-03
1
-1
/
+2
*
[new compiler] Add support for signal handler objects
Simon Hausmann
2014-02-03
1
-2
/
+3
*
Cleanups
Lars Knoll
2014-01-31
1
-4
/
+4
*
Rename some files
Lars Knoll
2014-01-31
1
-1
/
+1
*
Implement Lookup::indexedSetter
Lars Knoll
2014-01-31
1
-1
/
+2
*
[new compiler] Avoid uncreatable type errors for types that aren't created
Simon Hausmann
2014-01-29
1
-5
/
+16
*
[new compiler] Report errors when trying to bind to read-only properties
Simon Hausmann
2014-01-28
1
-1
/
+2
*
[new compiler] Improved error handling
Simon Hausmann
2014-01-28
1
-2
/
+3
*
Use lookups for indexed accesses
Lars Knoll
2014-01-20
1
-1
/
+2
*
[new compiler] Correct the use of default property
Simon Hausmann
2014-01-20
1
-1
/
+1
*
[new compiler] Add support for value interceptors / on-assignments
Simon Hausmann
2014-01-17
1
-1
/
+2
*
[new compiler] Initial support for QQuick state changes
Simon Hausmann
2014-01-17
1
-1
/
+1
*
[new compiler] Preliminary support for script string properties
Simon Hausmann
2014-01-17
1
-0
/
+1
*
Classify as Q_PRIMITIVE_TYPE a few private types.
Sérgio Martins
2014-01-09
1
-0
/
+2
*
Simplify & speed up function calling
Lars Knoll
2013-11-09
1
-1
/
+2
*
Refactor marking GC'ed objects
Lars Knoll
2013-11-05
1
-1
/
+1
*
Initial support for resolving meta-property access for the scope and context ...
Simon Hausmann
2013-10-31
1
-4
/
+10
*
Speed up id object lookups
Simon Hausmann
2013-10-29
1
-2
/
+11
*
Add a constant table to the compiled data
Lars Knoll
2013-10-29
1
-1
/
+7
*
Add support CompositeSingleton to the new V4 compiler.
v5.2.0-beta1
Antti Piira
2013-10-21
1
-2
/
+6
*
Qml JavaScript code generation cleanups
Simon Hausmann
2013-10-20
1
-1
/
+1
*
Remove more uses of Value
Lars Knoll
2013-10-02
1
-1
/
+1
*
Fix invalid alias error reporting in new compiler
Simon Hausmann
2013-09-30
1
-0
/
+1
*
Change the runtime API over to using StringRef's instead of String*
Lars Knoll
2013-09-22
1
-1
/
+1
*
[new compiler] Initial support for alias properties
Simon Hausmann
2013-09-20
1
-1
/
+5
*
Fix destruction of QV4::CompiledData::CompilationUnit objects
Simon Hausmann
2013-09-20
1
-0
/
+1
*
Fix crash in QV4::CompiledData::CompilationUnit
Simon Hausmann
2013-09-20
1
-0
/
+1
*
[new compiler] Initial support for components
Simon Hausmann
2013-09-20
1
-0
/
+1
*
[new compiler] Cleanup attached and group property determination
Simon Hausmann
2013-09-20
1
-1
/
+3
*
[new compiler] Initial support for attached properties
Simon Hausmann
2013-09-20
1
-3
/
+3
*
[new compiler] Initial implementation of signal handler support
Simon Hausmann
2013-09-20
1
-1
/
+8
*
Cleanup: Fold CompiledData::Value into CompiledData::Binding
Simon Hausmann
2013-09-20
1
-7
/
+19
*
[new compiler] Initial support for group properties
Simon Hausmann
2013-09-20
1
-0
/
+3
*
[new compiler] Implement proper type resolution
Simon Hausmann
2013-09-13
1
-0
/
+12
[next]