aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/jsruntime
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/5.3' into 5.4Simon Hausmann2014-08-262-3/+3
|\
| * Don't use d->instanceModel after free'ing itLars Knoll2014-08-261-2/+2
| * Initialize variableLars Knoll2014-08-241-1/+1
* | Update license headers and add new licensesJani Heikkinen2014-08-2593-1759/+1015
* | Add const & to argumentsAlbert Astals Cid2014-08-241-1/+1
* | v4: Enable primitive conversation to QQmlScriptString in javascriptSebastian Sauer2014-08-221-1/+13
* | Merge remote-tracking branch 'origin/5.3' into 5.4Simon Hausmann2014-08-121-8/+16
|\|
| * Fix Qt.include with cached compilation units and resourcesSimon Hausmann2014-08-061-8/+16
* | Say hello to the Declarative State Machine FrameworkBrett Stottlemyer2014-08-081-1/+1
* | V4: change string flattening to be iterative and use a worklist.Erik Verbruggen2014-08-082-10/+18
* | Add support for conditional breakpoints and evaluate.Erik Verbruggen2014-08-085-50/+98
* | Accelerate property lookups for C++-based QObject singletons.Michael Brasser2014-08-073-0/+17
* | Fix uninitialized memory readLars Knoll2014-08-041-0/+1
* | Fix crash when throwing an exception from within a constructorSimon Hausmann2014-07-311-0/+3
* | Merge remote-tracking branch 'origin/5.3' into devSimon Hausmann2014-07-262-3/+7
|\|
| * Do not use mark() when marking ExecutionContextsLars Knoll2014-07-251-1/+5
| * shift and unshift fail for QQmlSequence typesMartin Jones2014-07-221-2/+2
* | V4 JIT: enable the JIT when compiling with clang on ARM.Erik Verbruggen2014-07-241-0/+2
* | MinGW build fixSimon Hausmann2014-07-222-2/+2
* | Cleanup: Get rid of __data membersSimon Hausmann2014-07-2222-200/+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-2228-67/+83
* | Change the object allocation schemeSimon Hausmann2014-07-2218-126/+168
* | Convert Execution contexts to new constructor syntaxLars Knoll2014-07-2210-174/+199
* | Convert the last Managed types to the new constructor syntaxLars Knoll2014-07-228-89/+63
* | Convert String to new constructor syntaxLars Knoll2014-07-227-72/+71
* | 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-229-99/+73
* | Convert construtors for QObjectWrapperLars Knoll2014-07-222-28/+22
* | Convert regexpsLars Knoll2014-07-2211-114/+140
* | New construction scheme for the binding wrapperLars Knoll2014-07-222-28/+25
* | Convert constructors for builtin functionsLars Knoll2014-07-221-0/+3
* | Convert delegate model and indexed builtin functionLars Knoll2014-07-223-14/+59
* | Start implement new Object creation patternLars Knoll2014-07-226-23/+87
* | 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-2238-135/+117
* | Remove the less often used Ref classesLars Knoll2014-07-2215-32/+18
* | Get rid of StringRefLars Knoll2014-07-2236-250/+240
* | 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
* | Convert ExecutionContext to new storage schemeLars Knoll2014-07-2229-855/+872
* | 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-2210-36/+36