platform/upstream/qtdeclarative.git
2013-07-03 Petr NejedlyQNX-specific implementation of the stack base retrieval.
2013-07-02 Erik VerbruggenFix warning from clang.
2013-07-02 Erik VerbruggenFix automatic semicolon insertion. Again.
2013-07-02 Simon HausmannReplace us of v4 identifiers for object id mapping...
2013-07-01 Simon HausmannFix qqmlecmascript::sequenceConversionThreads with...
2013-06-30 Simon HausmannFix incorrect automatic context memory management when...
2013-06-29 Petr NejedlyFix an obvious typo in the pool allocation sizing.
2013-06-28 Simon HausmannFix crashes when GC triggers inside allocation inside...
2013-06-28 Simon HausmannProspective MSVC build fix
2013-06-28 Lars KnollFix IdentifierHash::findId()
2013-06-28 Lars KnollFix compilation with clang
2013-06-28 Lars KnollWe need to allow storing the value of UINT_MAX as an...
2013-06-28 Lars KnollDon't convert to a temporary QString just to compute...
2013-06-28 Lars KnollReuse the hash value inside identifier to hash them
2013-06-28 Lars KnollMove the IdentifierTable into it's own file
2013-06-28 Lars KnollConvert QV8Engine::illegalNames() to use the identifier...
2013-06-28 Lars KnollConvert IdentifierHash to be template based
2013-06-28 Lars KnollGet rid of QQmlIntegerCache
2013-06-28 Lars KnollAdd a replacement for QQmlIntegerCache
2013-06-28 Lars KnollRewrite identifier table
2013-06-28 Lars KnollRename IdentifierHash to IdentifierTable
2013-06-28 Lars KnollRemove some unused code and forward declarations
2013-06-28 Lars KnollIntroduce an Identifier class
2013-06-28 Lars KnollGet rid of QHashedV4String
2013-06-28 Lars KnollRemove a potentially dangerous optimisation
2013-06-28 Lars KnollRemove the symbol optimisation from hashed string
2013-06-28 Lars KnollRemove an overoptimisation that was only used (wrongly...
2013-06-28 Lars KnollMore correct assertion in QHasheV4String
2013-06-28 Lars KnollA frozen class is also sealed
2013-06-28 Lars KnollDon't use a PersistentValue in QHashedV4String
2013-06-28 Lars KnollSome optimisations for QV4::Script
2013-06-28 Lars KnollSpeed up QV4::InternalClass
2013-06-27 Simon HausmannFix daylight savings code on Windows altogether
2013-06-27 Simon HausmannFix a whole bunch of time conversion test failures...
2013-06-27 Simon HausmannFix another failing assertion with MSVC's STL in debug...
2013-06-27 Simon HausmannFix semingly random failing assertions in DefUsesCalculator
2013-06-27 Petr NejedlyEnable ARM unwind support on QNX/ARM as well.
2013-06-26 Simon HausmannFix try/catch on ARM
2013-06-26 Sergio AhumadaFix module name (QtQml) in the license header under...
2013-06-26 Simon HausmannFix tst_QJSValue::engineDeleted with MSVC
2013-06-26 Simon HausmannFix failing assertion with MSVC in debug builds in...
2013-06-26 Simon HausmannFix build with MingW
2013-06-26 Simon HausmannFix crash in qqmlecmascript::sequenceSort with MSVC...
2013-06-26 Simon HausmannFix crashes with MSVC on x86
2013-06-26 Simon HausmannDisable the JIT on Windows/AMD64 as well as on iOS
2013-06-26 Simon HausmannFix build with msvc2010 in 32-bit mode
2013-06-26 Simon HausmannVarious build fixes for Windows:
2013-06-26 Simon HausmannProspective CI system build fix for Ubuntu 10.04's gcc
2013-06-26 Simon HausmannFix compilation with namespaced Qt
2013-06-24 Simon HausmannRe-add qtjsbackend
2013-06-24 Sergio AhumadaFix module name (QtQml) in the license header
2013-06-24 Sergio AhumadaFix missing license headers for test262.py
2013-06-24 Lars KnollRemove a ### comment
2013-06-24 Simon HausmannProspective fix for sync.profile for CI runs on the...
2013-06-24 Sergio AhumadaFix some missing license headers
2013-06-24 Simon HausmannMerge branch 'dev' of ssh://codereview.qt-project.org...
2013-06-24 Simon HausmannFix crash on ARMv7 when leaving functions
2013-06-24 Simon HausmannFix build on Android (part 2)
2013-06-24 Simon HausmannFix build with traditional (non-thumb2) ARM
2013-06-24 Simon HausmannFix build on Android
2013-06-24 Simon HausmannProspective fix for JIT crashes on ARM
2013-06-24 Simon HausmannMark automatic-semicolon insertion bugs as XFAIL
2013-06-23 Simon HausmannFix tst_qjsengine::jsIncDecNonObjectProperty
2013-06-23 Simon HausmannFix failing tst_qqmlecmascript::qtbug_22843:"with ...
2013-06-23 Simon HausmannFix tst_qqmlecmascripts::importScripts with private...
2013-06-23 Simon HausmannFix expected error messages in singleonType test
2013-06-23 Simon HausmannFix a memory management issues with the name map in...
2013-06-23 J-P NurmiAdd missing null check to QQuickTextEdit::hoveredLink()
2013-06-23 Lars KnollFixes to __qmljs_strict_equal
2013-06-23 Lars KnollSmall cleanup
2013-06-22 Lars KnollRemove the context argument from Managed::call
2013-06-22 Lars KnollRemove the context argument from Managed::construct
2013-06-22 Lars KnollRemove context argument from Object::get/putValue
2013-06-22 Lars KnollRemove context argument from String::makeIdentifier()
2013-06-22 Lars KnollRemove context parameter from Manged::put.
2013-06-22 Lars KnollRemove the context argument from Managed::putIndexed
2013-06-22 Lars KnollRemove context parameter from Managed::get()
2013-06-22 Lars KnollRemove context parameter from Managed::getIndexed
2013-06-22 Lars KnollRemove the execution context from most lookup calls.
2013-06-22 Lars KnollRemove the ExecutionContext parameter from Managed...
2013-06-22 Lars KnollRemove the context argument from Managed::hasInstance()
2013-06-21 Lars KnollRemove the context argument from Managed::delete(Indexe...
2013-06-21 Simon HausmannFix GC errors in small objects during construction
2013-06-21 Simon HausmannFix GC errors with Error object
2013-06-21 Simon HausmannMark qqmlecmascript::hasOwnProperty as xfail
2013-06-21 Simon HausmannFix qqmlmoduleplugin
2013-06-21 Simon HausmannFix tst_qqmlcomponent::onDestructionLookup
2013-06-21 Simon HausmannFix enumerating QObject properties
2013-06-21 Simon HausmannMark a sub-test in qqmlecmascript::scope() as xfail
2013-06-21 Simon HausmannFix tst_qjsvalue::engineDeleted()
2013-06-21 Lars KnollFix expected error message
2013-06-21 Lars KnollFix conversion of variantlists to ArrayObjects
2013-06-21 Lars KnollFix expected test output for one list model test
2013-06-21 Simon HausmannRemove XFAILs that was due to strict mode
2013-06-21 Simon HausmannMark test as xfail that assumes writability of the...
2013-06-21 Lars KnollDisable the v8profiler, not the qml profiler
2013-06-21 Lars KnollSkip some tests that are failing because of our date...
2013-06-21 Lars KnollDisable some debugger tests until we have a reimplement...
2013-06-21 Lars KnollRevert to non strict mode for qml expressions etc.
2013-06-21 Lars KnollFix scope chain for eval in strict mode
next