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.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix endian support in compiled data structures
Simon Hausmann
2016-07-14
1
-3
/
+3
*
Fix crash in qmljs
Simon Hausmann
2016-07-13
1
-2
/
+2
*
Move type compilation independent bits out of QQmlTypeCompiler
Simon Hausmann
2016-06-20
1
-1
/
+16
*
Added basic support for saving compilation units to disk
Simon Hausmann
2016-06-17
1
-0
/
+58
*
Move object/binding counter code to CompilationUnit
Simon Hausmann
2016-06-17
1
-0
/
+28
*
Clean up property cache array handling
Simon Hausmann
2016-06-16
1
-4
/
+1
*
More reference counting cleanups
Simon Hausmann
2016-06-03
1
-8
/
+0
*
Minor const cleanup
Simon Hausmann
2016-06-03
1
-1
/
+1
*
Remove QQmlCompiledData in favor of QV4::CompiledData::CompilationUnit
Simon Hausmann
2016-06-01
1
-7
/
+6
*
Ensure that CompilationUnit instances are deleted in the engine thread
Simon Hausmann
2016-06-01
1
-0
/
+11
*
Remove some dead code
Simon Hausmann
2016-06-01
1
-6
/
+0
*
Moved meta-type id members to QV4::CompiledData::CompilationUnit
Simon Hausmann
2016-05-31
1
-0
/
+10
*
Moved resolved type references over to QV4::CompiledData::CompilationUnit
Simon Hausmann
2016-05-31
1
-0
/
+64
*
Move dependent scripts to QV4::CompiledData::CompilationUnit
Simon Hausmann
2016-05-31
1
-0
/
+5
*
Moved object/bindings/customparser counters to CompilationUnit
Simon Hausmann
2016-05-31
1
-0
/
+3
*
Moved the import cache from QQmlCompiledData to CompilationUnit
Simon Hausmann
2016-05-31
1
-0
/
+2
*
Move property caches from QQmlCompiledData to QV4::CompiledData::CompilationUnit
Simon Hausmann
2016-05-31
1
-0
/
+6
*
Optimize named object handling
Simon Hausmann
2016-05-26
1
-0
/
+16
*
Simplify VME meta object meta-data
Simon Hausmann
2016-05-23
1
-3
/
+3
*
Use QStringRef to optimize memory allocation
Anton Kudryavtsev
2016-04-26
1
-2
/
+2
*
Updated license headers
Jani Heikkinen
2016-01-19
1
-14
/
+20
*
Get rid of qv4value_inl_p.h and replace it by qv4typedvalue_p.h
Lars Knoll
2015-04-24
1
-1
/
+1
*
Speed up property binding initialization on object creation
Simon Hausmann
2015-04-21
1
-0
/
+10
*
Update copyright headers
Jani Heikkinen
2015-02-12
1
-7
/
+7
*
Remove the remaining bit of code that use the vtable in the internalClass
Lars Knoll
2015-01-21
1
-1
/
+1
*
Changed InternalClass to store Identifier* instead of String*
Simon Hausmann
2014-11-21
1
-4
/
+1
*
Fix run-time string handling with regards to the new heap
Simon Hausmann
2014-11-21
1
-14
/
+9
*
Ported ExecutionEngine::newString and newIdentifier to Heap::String
Simon Hausmann
2014-11-12
1
-2
/
+4
*
Ported most ExecutionEnginew::new* factory methods away from Returned<T>
Simon Hausmann
2014-11-12
1
-1
/
+1
*
Changed Value to store Managed::Data pointers directly
Simon Hausmann
2014-11-04
1
-6
/
+8
*
Cleanup: Simplify CompiledData::Unit structure to always include the string t...
Simon Hausmann
2014-09-24
1
-1
/
+1
*
Update license headers and add new licenses
Jani Heikkinen
2014-08-25
1
-19
/
+11
*
v4: Enable primitive conversation to QQmlScriptString in javascript
Sebastian Sauer
2014-08-22
1
-1
/
+1
*
Extend the QML bootstrap library by the IR builders
Simon Hausmann
2014-04-23
1
-0
/
+12
*
Various cleanups
Simon Hausmann
2014-03-28
1
-0
/
+6
*
Use Q_ASSERT instead of assert
Lars Knoll
2014-03-19
1
-2
/
+2
*
Avoid crash when unlinking compilation unit
Simon Hausmann
2014-03-11
1
-1
/
+2
*
Add support for resolving translation bindings at compile time
Simon Hausmann
2014-03-11
1
-0
/
+17
*
[new compiler] Fix invalid memory reads when JS closures outlive QML types
Simon Hausmann
2014-03-05
1
-2
/
+1
*
Remove nArguments and name from QV4::Function
Lars Knoll
2014-03-03
1
-3
/
+0
*
Clean up our internal namespaces
Lars Knoll
2014-02-23
1
-3
/
+3
*
Cleanups
Lars Knoll
2014-01-31
1
-4
/
+4
*
Implement Lookup::indexedSetter
Lars Knoll
2014-01-31
1
-5
/
+8
*
Use lookups for indexed accesses
Lars Knoll
2014-01-20
1
-0
/
+4
*
[new compiler] Preliminary support for script string properties
Simon Hausmann
2014-01-17
1
-0
/
+51
*
Refactor marking GC'ed objects
Lars Knoll
2013-11-05
1
-5
/
+5
*
Fix various compiler warnings in order to remove warn_off in the near future
Erik Verbruggen
2013-11-04
1
-15
/
+8
*
Remove qv4unwindhelper class
Lars Knoll
2013-10-29
1
-1
/
+0
*
Qml JavaScript code generation cleanups
Simon Hausmann
2013-10-20
1
-1
/
+4
*
Fix possible crashes
Lars Knoll
2013-10-11
1
-4
/
+9
[next]