aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/jsruntime
Commit message (Expand)AuthorAgeFilesLines
* QML: do not check stack size if stack grows upRolf Eike Beer2015-04-211-1/+9
* Protect the RegExp against early garbage collectionAlbert Astals Cid2015-04-141-1/+1
* Fix thread-safety: _POSIX_THREAD_SAFE_FUNCTIONS is in <unistd.h>Thiago Macieira2015-03-051-0/+1
* Disable JIT on x32 ABIDmitry Shachnev2015-03-041-2/+4
* V4: fix ToFixed rounding for 0 fraction digits.Erik Verbruggen2015-03-031-3/+9
* Don't crash on FreeBSD when computing stack limitsAlex Richardson2015-01-281-1/+2
* V4: include alloca private header as alloca is used unconditionally.Pasi Petäjäjärvi2015-01-261-0/+1
* Fix usage of pow to C99 standard compliancePasi Petäjäjärvi2015-01-211-1/+1
* Fix failing assertion in debug builds for JS that calls constantsSimon Hausmann2015-01-151-1/+1
* Print exceptions in JS slotsKai Koehne2015-01-091-5/+9
* Parse dates as Qt::RFC2822Date tooAlbert Astals Cid2015-01-081-0/+2
* Fix GC crash with conditional breakpoints and JS consoleSimon Hausmann2014-12-191-4/+6
* QML Debugging: Fix breakpoints/stepping in a with-statement.Erik Verbruggen2014-12-101-1/+7
* Windows: Don't disable JITSérgio Martins2014-12-091-2/+2
* QML Debugging: Fix crash when stepping through try-catch block.Erik Verbruggen2014-12-094-18/+37
* Fix conditional breakpoints in QMLSimon Hausmann2014-12-031-1/+3
* Fix expression evaluation in specific frames in the debuggerSimon Hausmann2014-12-031-13/+19
* Remove dead codeSimon Hausmann2014-12-032-14/+0
* 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