platform/upstream/qtdeclarative.git
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
2013-04-20 Lars KnollConvert a few more things to v4
2013-04-20 Lars KnollDisable the old v4 engine by default
2013-04-20 Lars KnollSmall cleanup in __qmljs_equal
2013-04-20 Lars KnollSet up the Lookup callbacks through the Managed vtable
2013-04-20 Lars KnollCleanups to QV4::Lookup
2013-04-20 Lars KnollDe-inline the call, as __qmljs_convert_to_string wasn...
2013-04-19 Erik VerbruggenMore build fixes.
2013-04-19 Erik VerbruggenSome build-fixes for pedantic compilers.
2013-04-19 Lars Knollv8::Handle::IsEmpty() is not the same as containing...
2013-04-19 Lars KnollRemove V8 dependencies from the JSON wrapper
2013-04-19 Lars KnollRename QQmlJS::VM namespace to QV4
2013-04-19 Lars KnollRemove wtf dependencies from the v4 headers
2013-04-19 Lars KnollRename QQmlV8Handle to QQmlV4Handle
2013-04-19 Lars KnollGet rid of qv8stringwrapper
2013-04-19 Lars KnollMove more code over to use v4.
2013-04-19 Lars KnollConvert SQL errors to use v4 API
2013-04-19 Lars KnollMove DOM errors over to use v4 directly
2013-04-19 Lars KnollSmall fixes to auto test
2013-04-19 Lars KnollImplement most of QJSEngine against V4
2013-04-19 Lars KnollImplement QJSValueIterator
2013-04-18 Lars KnollCleanup lots of V8 dependencies in QJS* classes
2013-04-18 Simon HausmannFix VM::Value return value passing on Windows
2013-04-18 Lars KnollBetter implementation of persistent values
2013-04-17 Lars KnollFixes to exception handling in the v8 API
2013-04-17 Tor Arne VestbøUse 'template' keyword to treat 'vector' as a dependent...
2013-04-17 Tor Arne VestbøiOS: Don't enable PROT_WRITE and PROT_EXEC at the same...
2013-04-17 Tor Arne VestbøMake fields of QQmlJS::JS::Managed public, they are...
2013-04-17 Tor Arne VestbøiOS: Don't generate exception tables
2013-04-17 Tor Arne VestbøDon't use std::vector::shrink_to_fit(), it's C++11...
2013-04-17 Tor Arne VestbøFix build on iOS
2013-04-16 Simon HausmannFix build with MSVC
2013-04-16 Simon HausmannSpeed up regular expression matching
2013-04-16 Lars KnollFix a ### in Regexp.toString
2013-04-16 Lars KnollFix two more corner cases in the v8 API
2013-04-15 Lars KnollImplement v8::LowMemoryNotification and IdleNotification
2013-04-15 Lars KnollFix a bug in the v8 API wrapper
2013-04-15 Simon HausmannFix crash in v8 bindings
2013-04-15 Simon HausmannFix compilation with built-in v4vm JS engine
2013-04-15 Simon HausmannAdjust to API changes after eliminating Handle<T>:...
2013-04-15 Simon HausmannFix compilation with v4vm's v8 compatibility headers
2013-04-15 Simon HausmannMerge branch 'master' of ssh://codereview.qt-project...
2013-04-15 Simon HausmannFix loading of this value on 32-bit
2013-04-15 Lars KnollTiny optimisation
2013-04-15 Lars KnollAdd some inline property data to Object
2013-04-15 Lars KnollSmaller cleanups
2013-04-15 Lars KnollRemove context argument for increment/decrement value
2013-04-15 Lars KnollFix compilation in release mode
2013-04-15 Lars KnollSpecialized lookups for accessor properties
2013-04-15 Lars KnollImplement fast lookup for constructor calls to the...
2013-04-15 Lars KnollRemove unused method
2013-04-15 Lars KnollSmall fix for qmljs_delete_subscript
2013-04-15 Lars KnollRemove the context pointer from unary operations
2013-04-15 Lars KnollGet rid of qmljs_get_this_object
next