platform/upstream/qtdeclarative.git
2013-09-02 Lars Knollchange calling convention for JS function calls
2013-09-02 Lars Knollmove methods to create a new context into the Execution...
2013-09-02 Lars KnollAdd a SimpleScriptFunction class
2013-09-02 Lars KnollMove call context creation into the ExecutionContext...
2013-09-02 Simon HausmannTemporarily collect a map of all functions in the engine
2013-09-02 Simon HausmannFix crashes when running tst_qqmlecmascript::importScri...
2013-09-02 Gunnar SlettaNew scenegraph renderer and atlas textures.
2013-09-02 Jan Arve SaetherMake sure text is output to console on windows
2013-09-02 Thiago MacieiraFix the header guard for the ARM unwinder helper
2013-09-02 Thiago MacieiraRename the DW2 and ARM unwinder helpers to standard...
2013-09-02 Thiago MacieiraFix bad cast from non-const QMap iterator to const_iterator
2013-09-02 Sergio AhumadaFix generation of headers by syncqt.pl outside git...
2013-09-02 Simon HausmannTemporarily pin qtbase to a working version...
2013-08-29 Sérgio Martinswince: Build fix, assert() is not present in this platform.
2013-08-29 Sérgio Martinswince: Build fix, disable the assembler when JIT is...
2013-08-29 Erik VerbruggenGenerate code for conversion to signed int32.
2013-08-29 Erik VerbruggenGenerate code for conversion to boolean.
2013-08-28 Caroline Chaoqmltest: Add QTestDefinedVariables
2013-08-28 Caroline Chaoqmltest: Register test object as a singleton
2013-08-28 Erik VerbruggenV4 regalloc: fix off-by-one in availability calculation.
2013-08-28 Erik VerbruggenV4 regalloc: do not overwrite register availability...
2013-08-28 Sergio Martinswince: Build fix, abort() is not available on this...
2013-08-28 Erik VerbruggenGenerate code conversion to double.
2013-08-28 Sérgio Martinswince: Build fix, CONST conflicts with Windows macros.
2013-08-28 Kai KoehneFix unused variable warning
2013-08-27 J-P NurmiQQuickPlatformFileDialog: fix directoryEntered() signal...
2013-08-27 Erik VerbruggenThe fast and the furious, register drift.
2013-08-27 Simon HausmannImprove reliability of propertyVarOwnership test
2013-08-27 Sergio Martinswince: vsnprintf is not available, use qvsnprintf
2013-08-26 Friedemann... Silence MinGW/gcc-4.8.1 compiler warnings.
2013-08-26 Erik VerbruggenInterpreter fixes.
2013-08-23 Simon HausmannAllow for function declarations inside conditionals
2013-08-22 Alan AlpertDon't crash with deferred properties
2013-08-22 Caroline ChaoTestLib: Fix regression in error location output
2013-08-22 Simon HausmannCleanup: Rename overloaded () operators of CodeGen...
2013-08-22 Simon HausmannCleanup: Separate JS environment scanner class declarat...
2013-08-22 Simon HausmannFix compilation with MSVC 2008 (and prospective Windows...
2013-08-21 Simon HausmannProspective build fix for shadow builds with MSVC
2013-08-20 Erik VerbruggenChange convertUInt32ToDouble to use an int scratch...
2013-08-20 Simon HausmannMerge branch 'wip/v4' of ssh://codereview.qt-project...
2013-08-20 Lars KnollClean up one more header dependency for the compiler
2013-08-20 Lars KnollRemove QV4::DiagnosticMessage
2013-08-20 Erik VerbruggenAdd the constant condition evaluation optimization.
2013-08-20 Erik VerbruggenVarious fixes to the optimizer.
2013-08-20 Shawn RutledgeFolderListModel: count property has countChanged notifier
2013-08-19 J-P NurmiQQuickWindow: handle QWheelEvent::phase
2013-08-19 Erik VerbruggenAdd linear scan register allocation.
2013-08-19 Simon HausmannCleanup: Determine the root/entry function in isel...
2013-08-19 Simon HausmannFix ARM build
2013-08-19 Simon HausmannFix class vs. struct mismatch
2013-08-19 Simon HausmannProspective MSVC build fix
2013-08-19 Simon HausmannRemove unused references to qtjsbackend from sync.profile
2013-08-19 Frederik GladhornMerge remote-tracking branch 'origin/stable' into dev
2013-08-19 Martin JonesDragging MouseArea nested in Flickable does not work...
2013-08-18 Simon HausmannProspective build fix for namespaced Qt builds
2013-08-18 Lars KnollOptimize setting new properties on objects
2013-08-18 Simon HausmannCleanup: Make isel subclass the unit generator
2013-08-18 Simon HausmannGet rid of engine pointer in isel
2013-08-18 Simon HausmannFix invalid reads with strings
2013-08-18 Simon HausmannFix eval operating on incorrect runtime data
2013-08-17 Lars KnollRemove unused overload of newCallContext()
2013-08-17 Erik VerbruggenSmall typo fixes.
2013-08-17 Peter VargaFactor out protoHasArray and hasAccessorProperty
2013-08-17 Lars KnollSimplify __qmljs_call_property_lookup
2013-08-17 Lars KnollNever convert the this object when calling a builtin...
2013-08-17 Lars KnollMove arguments object creation into the generated code
2013-08-17 Lars KnollOptimize contruction of Arguments objects
2013-08-17 Lars KnollFix two small issues when construcint Array objects
2013-08-17 Lars KnollOptimize Function.prototype.apply/call()
2013-08-16 Simon HausmannRemove unused Function::engine member and line number...
2013-08-16 Simon HausmannMerge Function::init with the constructor
2013-08-16 Simon HausmannEliminate all vm functions on the isel side
2013-08-16 Simon HausmannUse indices into the runtime functions array instead...
2013-08-16 Alan AlpertDoc fix
2013-08-16 David FaureFix tst_qquickfolderlistmodel flakiness using QSignalSp...
2013-08-16 Simon HausmannGet rid of the functions list in QV4::ExecutionEngine
2013-08-16 Simon HausmannRefcount the compilation unit and remove refcount from...
2013-08-16 Simon HausmannReduce ExecutionEngine dependencies in the moth and...
2013-08-16 Simon HausmannGet rid of QV4::Function::lineNumberMappings by porting...
2013-08-16 Simon HausmannGet rid of QV4::Function::generatedValues by porting...
2013-08-16 Simon HausmannPorted identifiers in moth to use runtime strings
2013-08-16 Simon HausmannInitial port of moth to the new compile data structures
2013-08-16 Nils JeiseckeFix currentIndex in Qml itemView when assigning an...
2013-08-16 Simo FältMarking tst_qquickgridview as insignificant in win...
2013-08-16 Simo FältMarking tst_qquicktextedit as insignificant in win
2013-08-16 Simon HausmannGet rid of the QV4::Function in the masm isel
2013-08-16 Simon HausmannPorted the compile-time class setup for object literals...
2013-08-16 Simon HausmannCleanup: Store lookup tables inside the CompilationUnit
2013-08-16 Gunnar SlettaMake compare check against the right color
2013-08-16 Mitch CurtisDon't repaint the Canvas if it's just changing position.
2013-08-16 Simon HausmannStore line number mappings in the compiled function
2013-08-16 Simon HausmannPorted regular expressions over to be run-time generate...
2013-08-15 Sergio AhumadaMerge remote-tracking branch 'origin/release' into...
2013-08-15 Alan AlpertAdd changes-5.1.1 file
2013-08-15 Simo FältMarking tst_qquickitem as insignificant in win
2013-08-15 Simo FältMarking tst_qquickmousearea as insignificant on win
2013-08-15 Gunnar SlettaMake sure we propegate the filtering state to the inter...
2013-08-15 Sergio Ahumadatest: Remove v8-private for tst_pointers
2013-08-15 Simon HausmannRemove identifier() from masm isel
2013-08-15 Simon HausmannFix crashes with unmarked runtime strings
next