platform/upstream/qtdeclarative.git
2013-05-08 Lars KnollMove qqmlvmemetaobject over to use QV4::PersistentValue
2013-05-08 Lars KnollAdd more convenient get/put API to QV4::Object
2013-05-08 Lars KnollConvert qqmllocale to use QV4::PersistentValue
2013-05-08 Lars KnollConvert qqmljavascriptexpression to use QV4::Persistent...
2013-05-08 Lars KnollConvert qqmltypeloader to use QV4::PersistentValue
2013-05-08 Erik VerbruggenAdd flag to the engine to enable/disable RegExp JITting.
2013-05-08 Lars KnollMove QQuickworkerscript over to QV4::PersistentValue
2013-05-08 Lars KnollConvert xmlhttprequest to use QV4::PersistentValue
2013-05-08 Lars Knollconvert qv8sequencewrapper to use QV4::PersistentValue
2013-05-08 Lars KnollConvert qv8qobjectwrapper to use QV4::PersistentValue
2013-05-08 Lars Knollconvert qv8variantwrapper to use QV4::PersistentValue
2013-05-08 Lars KnollConvert qv8Valuetypewrapper to use QV4::PersistentValue
2013-05-08 Lars KnollConvert qv8typewrapper to use QV4::PersistentValue
2013-05-08 Lars KnollConvert qv8listwrapper to use QV4::PersistentValue
2013-05-08 Lars KnollConvert qv8include to QV4::PersistentValue
2013-05-08 Lars KnollConvert context wrapper to QV4::PersistentValue
2013-05-08 Lars KnollFix possible crash
2013-05-08 Lars KnollFix the doubly linked list logic in QV4::PersistentValue
2013-05-07 Simon HausmannConverted the remaining locale extensions to Date and...
2013-05-07 Lars KnollRemove more v8::Persistent usages
2013-05-07 Simon HausmannGet rid of QV8Engine::qtDateTimeFromJsDate
2013-05-07 Lars KnollMake the default constructor of PersistentValue not...
2013-05-07 Simon HausmannInject the QML Number extensions directly into the...
2013-05-07 Simon HausmannPorted locale extensions to the Number prototype to...
2013-05-07 Simon HausmannAdd infrastructure for changing InvocationCallback...
2013-05-07 Lars KnollRename Value::deletedValue() to Value::emptyValue()
2013-05-07 Lars KnollChange some v8::Persistent to QV4::PersistentValue
2013-05-07 Simon HausmannMore steps towards eliminating the v8 layer
2013-05-07 Simon HausmannReplace v8::True()/False() with QV4::Value equivalents
2013-05-07 Simon HausmannReplace v8::Null() with QV4::Value::nullValue()
2013-05-07 Simon HausmannReplace v8::Undefined() with QV4::Value::undefinedValue()
2013-05-07 Erik VerbruggenFix 475 compiler warnings.
2013-05-06 Simon HausmannPorted RegExp object to class generator
2013-05-06 Simon HausmannPorted boolean prototype over to class generator
2013-05-06 Lars KnollGet rid of v8::Local
2013-05-06 Lars KnollConvert some v8::Persistent to v4
2013-05-06 Lars KnollLess debug output
2013-05-06 Lars KnollCreate and delete the QJSEngine with the QV8Engine.
2013-05-06 Lars KnollUse a doubly linked list for PersistentValue
2013-05-06 Lars KnollConvert QQmlPropertyCache to use QV4::persistentValue...
2013-05-06 Erik VerbruggenAdd unreachable BasicBlock removal.
2013-05-06 Erik VerbruggenFix compiler error and warning.
2013-05-06 Simon HausmannFix leakage of internal class hierarchy
2013-05-06 Simon HausmannPorted string object over to the class generator
2013-05-06 Simon HausmannSimplify JS bindings generation
2013-05-06 Lars KnollMove the internalClass pointer from Object to Managed
2013-05-05 Lars KnollBetter make InternalClass::addMember() safe
2013-05-05 Lars KnollFix keywords test
2013-05-05 Lars KnollFix QJSEngine::evaluate
2013-05-05 Lars KnollSome fixes to the autotest
2013-05-05 Lars KnollFix some bugs in converting to and from QDateTime
2013-05-05 Lars KnollInitialize member
2013-05-05 Lars KnollSet the correct Object type for all date objects
2013-05-05 Lars KnollSmaller fixes to RegExp
2013-05-04 Lars KnollAdd name property for function objects
2013-05-04 Lars KnollFix compilation of test
2013-05-04 Lars KnollUINT_MAX is not a valid array index
2013-05-04 Lars KnollFix QJSEngine::newArray()
2013-05-04 Lars KnollVarious fixes to RegExp
2013-05-04 Lars KnollRemove another methods from v8:Context
2013-05-04 Lars KnollRemove some more v8 API
2013-05-03 Lars KnollRemove most remaining traces of v8::Context
2013-05-03 Lars KnollRemove v8::HandleScope
2013-05-03 Lars KnollCleanup v8 Context handling
2013-05-03 Lars KnollRemove unused stuff from v8::Isolate class
2013-05-03 Lars KnollFix compilation
2013-05-02 Lars KnollGet rid of qjsconverter*
2013-05-02 Lars KnollRemove the ExecutionContext from some signatures, repla...
2013-05-02 Lars KnollSmaller cleanup
2013-05-01 Lars KnollChange some more API in qv8engine over to v4.
2013-05-01 Lars KnollSimplify function signature for ExecutionEngine::newArr...
2013-05-01 Lars KnollConvert qjsconverter to v4 based API
2013-05-01 Lars KnollMove QV8Engine::to/fromVariant over to a v4 based API
2013-04-29 Simon HausmannRemove the old v4 and rename v4vm to v4
2013-04-29 Lars KnollConvert QObject methods inQV8Enginer to v4 based API
2013-04-29 Lars KnollAdd automatic conversion from QV4::Value to v8::Handle<T>
2013-04-29 Lars KnollMove more methods on QV8Engine over to use v4 based...
2013-04-29 Lars KnollGet rid of QV8Engine::toString()
2013-04-29 Lars KnollMove QV8Engine::freezeObject over to use v4 APIs
2013-04-29 Lars KnollFix QV8Engine::getOwnPropertyNames API
2013-04-29 Lars KnollFix conversion of values to QStrings
2013-04-29 Lars KnollConvert some code in qqmlcomponent over to use v4
2013-04-29 Lars KnollThe global context is not a unique instance
2013-04-29 Simon HausmannFix crash on Windows
2013-04-29 Simon HausmannFix build on Windows
2013-04-29 Simon HausmannFix build and crash on 64-bit
2013-04-28 Simon HausmannFix occasional crashes on x86 due to alignment issues
2013-04-28 Simon Hausmannremove unused push overloads
2013-04-28 Simon HausmannFix crash when deleting properties while iterating...
2013-04-28 Simon HausmannSpeed up object literal construction
2013-04-28 Simon HausmannFix various memory leaks
2013-04-28 Simon HausmannImplement lookup calls inline
2013-04-28 Simon HausmannCorrect number of parameters for call to __qmljs_foreac...
2013-04-24 Erik VerbruggenFix return type for C linkage.
2013-04-24 Erik VerbruggenFix class export.
2013-04-24 Erik VerbruggenFix struct v.s. class forward declarations.
2013-04-24 Erik VerbruggenSuppress unused parameter warning.
2013-04-22 Lars KnollRemove some unused methods
2013-04-22 Lars KnollChange variant conversion methods to use V4 API
2013-04-20 Andrew KnightAdd missing return values
next