aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/jsruntime
Commit message (Expand)AuthorAgeFilesLines
* Regression: Fix array data corruptionSimon Hausmann2014-12-022-2/+4
* Avoid stack overflow when destroying InternalClassUlf Hermann2014-11-061-18/+17
* Fix memory leak in QV4::QQmlSequenceLiang Jian2014-11-041-1/+1
* Fix memory leak caused by QV4::ErrorObjectJian Liang2014-11-021-1/+1
* Get rid of !this and similar constructsLars Knoll2014-10-319-30/+43
* Don't allocate less memory than requiredLars Knoll2014-10-311-0/+2
* Reduce memory pressure on system malloc when allocating large items on the GC...Simon Hausmann2014-10-271-0/+7
* Don't check the this pointer for 0 in member functionsLars Knoll2014-10-279-27/+27
* Reduce size of ArrayData by one pointerLars Knoll2014-10-274-33/+42
* Rework our simple array implementationLars Knoll2014-10-279-184/+199
* Properly handle negative years when printing JS Dates to strings.Ulf Hermann2014-10-241-1/+7
* Reduce memory pressure on the JS stack during garbage collectionSimon Hausmann2014-10-221-6/+16
* Merge remote-tracking branch 'origin/5.3' into 5.4Frederik Gladhorn2014-10-142-11/+25
|\
| * Fix crash with foreach on arguments objectSimon Hausmann2014-09-112-14/+37
* | Fix QQmlExpression/QQmlScriptString/QQmlBinding crashesSimon Hausmann2014-10-094-18/+13
* | Fix compiler warningLars Knoll2014-09-301-0/+1
* | Fix mapping of JS objects/arrays to C++Simon Hausmann2014-09-172-6/+2
* | Fix stack size check on systems with less than 256kb stackSimon Hausmann2014-09-121-1/+5
* | Fix String leak by calling the correct destructorOle André Vadla Ravnås2014-09-111-1/+1
* | Select specific features to be recorded when profiling QMLUlf Hermann2014-09-112-23/+33
* | Fix setUTCXxx methods in DateLars Knoll2014-09-111-18/+9
* | Merge "Merge remote-tracking branch 'origin/5.3' into 5.4" into refs/staging/5.4Simon Hausmann2014-09-112-2/+56
|\ \
| * | Merge remote-tracking branch 'origin/5.3' into 5.4Simon Hausmann2014-09-082-2/+56
| |\|
| | * QML: parse .js files as JavaScript, not QML.Erik Verbruggen2014-09-051-1/+1
| | * Fix crashes when calling Array.sort with imperfect sort functionsLars Knoll2014-09-011-1/+55
* | | V4 runtime: tune Runtime::add/sub/mul a bit.Erik Verbruggen2014-09-102-38/+33
|/ /
* | 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