platform/upstream/qtdeclarative.git
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
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
next