aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* V4 IR: copy arguments to temps at function start.Erik Verbruggen2014-07-233-0/+48
* MinGW build fixSimon Hausmann2014-07-222-2/+2
* Cleanup: Get rid of __data membersSimon Hausmann2014-07-2237-342/+18
* Fix build on WindowsSimon Hausmann2014-07-223-2/+18
* Fix Scoped(Value) assignment/construction on 32-bitSimon Hausmann2014-07-222-0/+20
* Disable T::Data compile time size assertion for some compilersSimon Hausmann2014-07-222-3/+9
* Ported array data to the new object structureSimon Hausmann2014-07-222-42/+54
* Fix Managed::as<>() methodLars Knoll2014-07-2243-96/+112
* Change the object allocation schemeSimon Hausmann2014-07-2234-183/+224
* Convert Execution contexts to new constructor syntaxLars Knoll2014-07-2211-175/+200
* Convert the last Managed types to the new constructor syntaxLars Knoll2014-07-228-89/+63
* Convert String to new constructor syntaxLars Knoll2014-07-229-75/+74
* Convert more objects to the new constructor schemeLars Knoll2014-07-229-78/+71
* Convert most simple objects to the new constructor schemeLars Knoll2014-07-2214-256/+247
* Convert remaining FunctionObject's to new constructor schemeLars Knoll2014-07-2222-141/+130
* Convert FunctionObject derived classes to new construction schemeLars Knoll2014-07-2210-100/+74
* Convert construtors for QObjectWrapperLars Knoll2014-07-222-28/+22
* Convert regexpsLars Knoll2014-07-2214-142/+167
* Convert context and list wrapperLars Knoll2014-07-224-37/+33
* New construction scheme for the binding wrapperLars Knoll2014-07-223-30/+27
* Convert TypeWrapper and ValueTypeWrapperLars Knoll2014-07-224-73/+83
* Construct xhr objects the new wayLars Knoll2014-07-221-120/+101
* Remove unused methodLars Knoll2014-07-222-7/+0
* Convert constructors for builtin functionsLars Knoll2014-07-223-73/+78
* Fix constructors for the delegate modelLars Knoll2014-07-221-35/+47
* Convert delegate model and indexed builtin functionLars Knoll2014-07-226-30/+76
* Convert QQuickContext2D to new construction schemeLars Knoll2014-07-221-103/+100
* Start implement new Object creation patternLars Knoll2014-07-2211-56/+121
* Get rid of CallDataRefLars Knoll2014-07-223-54/+22
* Get rid of ManagedRefLars Knoll2014-07-224-88/+0
* Get rid of all uses of ObjectRefLars Knoll2014-07-2244-154/+135
* Remove the less often used Ref classesLars Knoll2014-07-2220-46/+28
* Get rid of StringRefLars Knoll2014-07-2262-385/+377
* Rename V4_MANAGED_NEW back to V4_MANAGEDLars Knoll2014-07-224-38/+26
* Convert specialized ExecutionContext's to new data layoutLars Knoll2014-07-223-32/+52
* Fix compiler warningLars Knoll2014-07-221-0/+1
* Convert ExecutionContext to new storage schemeLars Knoll2014-07-2250-1857/+1820
* Convert QV4RegExp to new storage schemeLars Knoll2014-07-222-22/+32
* Move MemberData over to new storage layoutLars Knoll2014-07-224-11/+29
* Rename Managed::managedData() to d() to be consistentLars Knoll2014-07-2211-37/+37
* Rename V4_OBJECT_NEW back to V4_OBJECTLars Knoll2014-07-2236-75/+72
* Convert sqldatabase to new data layoutLars Knoll2014-07-221-53/+71
* Convert QQuickParticleData to new data layoutLars Knoll2014-07-221-26/+31
* Convert QQuickRootItemMarker to new data layoutLars Knoll2014-07-222-4/+10
* Convert context2d to new data layoutLars Knoll2014-07-221-200/+220
* Fix QQmlDelegateModelChangeArrayLars Knoll2014-07-2214-256/+183
* Convert xmlhttprequest to new data layoutLars Knoll2014-07-221-124/+151
* Convert qqmlbuiltinfunctions to the new storage layoutLars Knoll2014-07-223-22/+34
* Convert QQmlValueTypeWrapper to the new storage schemeLars Knoll2014-07-222-60/+67
* Convert type wrapper to new data layoutLars Knoll2014-07-222-35/+47