platform/upstream/qtdeclarative.git
2013-09-25 Erik VerbruggenV4 regalloc: fix intersection calculation.
2013-09-25 Erik VerbruggenV4: fix move mapping
2013-09-25 Erik VerbruggenV4 JIT: fixes after NaN boxing changes.
2013-09-25 Erik VerbruggenV4: re-enable SSA transformation and optimization.
2013-09-25 Erik VerbruggenV4 JIT: generate code for unary not operator.
2013-09-23 Morten Johan... Add qmlimportscanner.
2013-09-22 Sergio AhumadaMerge "Merge remote-tracking branch 'origin/stable...
2013-09-22 Lars KnollMake qv4objectproto GC clean
2013-09-22 Simon HausmannFix grouped property access for non-value type properties
2013-09-22 Lars KnollFix cases where mark() would access uninitialized memory
2013-09-21 Lars KnollPrevent objects from being collected while in their...
2013-09-21 Lars KnollConvert the last methods in qv4object_p.h
2013-09-21 Lars KnollFix some more methods to take ValueRef's
2013-09-21 Lars KnollFix some smaller spec incompliances in Array.concat
2013-09-21 Lars KnollMake sure ScopedArrayObject works as intended
2013-09-21 Lars KnollChange the runtime API over to using StringRef's instea...
2013-09-21 Lars Knollremove debug output
2013-09-21 Lars KnollConvert Object::inplaceBinOp to be GC safe
2013-09-21 Lars KnollConvert the remaining vtable methods to be GC safe
2013-09-21 Lars KnollConvert putIndexed()
2013-09-21 Lars Knollconvert Managed::put() API to be GC safe
2013-09-21 Lars KnollUse a StringRef for Managed::get()
2013-09-21 Lars KnollUse StringRef for most methods in Object
2013-09-21 Lars KnollCleanup Object::define*Property API
2013-09-21 Lars KnollAdd a Safe<T> class and start using it
2013-09-21 Lars KnollStart using StringRef for parameter passing
2013-09-21 Lars KnollIntroduce a Referenced<T> class to pass Objects into...
2013-09-21 Lars KnollCleanup ExecutionEngine::newBuiltinFunction() usages
2013-09-21 Lars KnollDon't use Value::emptyValue() anymore.
2013-09-21 Lars KnollFurther work towards an exact GC
2013-09-21 Gunnar SlettaAnimators - Render thread animation system
2013-09-21 Sergio AhumadaMerge remote-tracking branch 'origin/stable' into dev
2013-09-21 Morten Johan... Fix build logic for host_build tools.
2013-09-21 Simon HausmannMerge branch 'wip/v4' of qtdeclarative into dev
2013-09-21 J-P NurmiDocs: fix QtQuick2::Item::layer.sourceRect type
2013-09-20 Antti PiiraAdd Singleton support for QML
2013-09-20 Liang Qidialog-private: replace QJSValue with QQmlV4Handle...
2013-09-20 Laszlo AgocsFix uniform property mapping docs in ShaderEffect
2013-09-20 Simon Hausmann[new compiler] Add support for default properties
2013-09-20 Simon Hausmann[new compiler] Fix binding evaluations
2013-09-20 Simon Hausmann[new compiler] Fix local variable declarations in bindi...
2013-09-20 Simon Hausmann[new compiler] Fix crash with remote imports
2013-09-20 Simon Hausmann[new compiler] Improve error handling with invalid...
2013-09-20 Simon Hausmann[new compiler] Fix JavaScript expressions in composite...
2013-09-20 Simon Hausmann[new compiler] Fix signal handlers on own properties
2013-09-20 Simon HausmannMerge "Merge branch 'wip/v4' of qtdeclarative into...
2013-09-20 Simon HausmannMerge branch 'wip/v4' of qtdeclarative into dev
2013-09-20 Mitch CurtisRemove milliseconds before comparing JS + Qt date strings.
2013-09-20 Mitch CurtisRevert "Temporarily disable tst_QJSEngine tests [...]"
2013-09-20 Simon Hausmann[new compiler] Initial support for alias properties
2013-09-20 Simon Hausmann[new compiler] Fix scope object for binding expressions...
2013-09-20 Simon HausmannFix destruction of QV4::CompiledData::CompilationUnit...
2013-09-20 Simon Hausmann[new compiler] Implement dependency type availability...
2013-09-20 Simon Hausmann[new compiler] Fix crash with non-existent attached...
2013-09-20 Simon Hausmann[new compiler] Fix crash with empty function bodies
2013-09-20 Simon Hausmann[new compiler] Fix off-by-a-few in meta object creator
2013-09-20 Simon HausmannAllow delayed deallocation in the executable memory...
2013-09-20 Simon Hausmann[new compiler] Correctly handle attempts to set invalid...
2013-09-20 Simon HausmannFix crash in QV4::CompiledData::CompilationUnit
2013-09-20 Simon Hausmann[new compiler] Initial support for composite types
2013-09-20 Simon Hausmann[new compiler] Initial support for components
2013-09-20 Simon Hausmann[new compiler] Improve error handling and sanity checki...
2013-09-20 Simon Hausmann[new compiler] Fix id parsing
2013-09-20 Simon Hausmann[new compiler] Fix function-local variable declarations
2013-09-20 Simon Hausmann[new compiler] Cleanups
2013-09-20 Simon Hausmann[new compiler] Cleanups
2013-09-20 Simon Hausmann[new compiler] Finish support for initializing list...
2013-09-20 Simon Hausmann[new compiler] Add initial support for assigning single...
2013-09-20 Simon Hausmann[new compiler] Implement setting object properties
2013-09-20 Simon Hausmann[new compiler] Cleanup attached and group property...
2013-09-20 Simon Hausmann[new compiler] Fix timing of binding enabling
2013-09-20 Simon Hausmann[new compiler] Implement remaining literal binding...
2013-09-20 Simon Hausmann[new compiler] Initial support for attached properties
2013-09-20 Simon Hausmann[new compiler] Add support for finalization callbacks
2013-09-20 Simon Hausmann[new compiler] Initial implementation of signal handler...
2013-09-20 Simon Hausmann[new compiler] Avoid type reference lookups with empty...
2013-09-20 Simon Hausmann[new compiler] Fix function and binding expression...
2013-09-20 Simon HausmannCleanup: Fold CompiledData::Value into CompiledData...
2013-09-20 Simon Hausmann[new compiler] Add support for id properties
2013-09-20 Simon Hausmann[new compiler] Initial support for group properties
2013-09-20 Erik VerbruggenV4: fixes after ReturnValue and ValueRef introduction.
2013-09-20 Erik VerbruggenV4 interpreter: inline add/sub/mul on numbers.
2013-09-20 Erik VerbruggenV4 interpreter: add hints for unop/binop targets
2013-09-20 Erik VerbruggenV4 JIT: generate inline code for more binops.
2013-09-20 Erik VerbruggenV4 IR: rename ObjectType to VarType
2013-09-20 Simon HausmannMerge branch 'dev' of ssh://codereview.qt-project.org...
2013-09-20 Lars KnollUse a handwritten offsetof macro
2013-09-19 Lars KnollDisable gui tests on Mac for now
2013-09-19 Alan AlpertAdd qmlProtectModule
2013-09-19 Mitch CurtisRegister Locale object in the QtQml namespace.
2013-09-19 Alan AlpertApply file selectors to QQmlApplicationEngine apps
2013-09-19 Fawzi Mohamedqmlplugindump: adding verbose output for the instantiat...
2013-09-19 Aurindam JanaQmlDebugging: Process commands in v4DebugService
2013-09-19 Aurindam JanaQmlDebugging: Replace QV8DebugService with QV4DebugService
2013-09-19 Aurindam JanaQmlDebugging: Add v4DebugService
2013-09-19 Sergio AhumadaMerge "Merge branch 'stable' into dev" into refs/stagin...
2013-09-19 Sergio AhumadaMerge branch 'stable' into dev
2013-09-19 Liang QiFix a crash in QQuickItem::nextItemInFocusChain()
2013-09-19 Shawn RutledgeAdding QtQuick.Dialogs.MessageDialog
2013-09-19 Gunnar SlettaFix zero pointer access in renderer.
next