aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/jsruntime
Commit message (Expand)AuthorAgeFilesLines
* Cleanup of builtin JS helpers for qmljsSimon Hausmann2016-11-261-1/+1
* V4: check for exceptions after convertThisToObjectErik Verbruggen2016-11-243-11/+6
* Merge remote-tracking branch 'origin/5.7' into 5.8Simon Hausmann2016-11-151-0/+1
|\
| * Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-11-151-3/+9
| |\
| | * QV4String: properly detect overflow when trying to convert to an array indexGiuseppe D'Angelo2016-11-041-3/+9
* | | Work around -Wtautological-compare warnings on clang 3.6Lars Knoll2016-11-111-1/+8
* | | V4: Replace memset by a for loopErik Verbruggen2016-11-091-1/+2
* | | qv4object_p.h: Replace QtPrivate::is_same by std::is_sameFriedemann Kleint2016-11-091-3/+1
* | | Merge remote-tracking branch 'origin/5.7' into 5.8v5.8.0-beta1Liang Qi2016-10-271-4/+1
|\| |
| * | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-10-273-17/+38
| |\|
| | * Fix QML Compiler crashSimon Hausmann2016-10-251-4/+1
* | | Fix crash with v4 lookups on changing objectsSimon Hausmann2016-10-221-1/+1
* | | QML: Create a fast-path for QV4::WeakValue::setErik Verbruggen2016-10-212-24/+27
* | | Merge remote-tracking branch 'origin/5.7' into 5.8Liang Qi2016-10-201-6/+3
|\| |
| * | Fix gcc6 buildAllan Sandfeld Jensen2016-10-161-6/+3
| * | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-10-125-23/+45
| |\ \
* | | | QML: allow QObjectWrapper::init to be inlinedErik Verbruggen2016-10-182-8/+7
* | | | Merge remote-tracking branch 'origin/5.6' into 5.8Simon Hausmann2016-10-137-36/+82
|\ \ \ \ | | |_|/ | |/| |
| * | | V4: Fix usage of QV4::Value tags/typesErik Verbruggen2016-10-133-13/+37
| | |/ | |/|
| * | Fix V4 on big-endianAllan Sandfeld Jensen2016-10-101-8/+5
| * | Fix corruption when adding or changing properties of JS objectsArnaud Vrac2016-10-101-4/+8
| * | Fix developer-build with gcc 6Allan Sandfeld Jensen2016-10-104-19/+37
* | | Merge "Merge remote-tracking branch 'origin/5.7' into 5.8" into refs/staging/5.8Liang Qi2016-10-107-127/+181
|\ \ \
| * \ \ Merge remote-tracking branch 'origin/5.7' into 5.8Liang Qi2016-10-107-127/+181
| |\ \ \ | | | |/ | | |/|
| | * | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-10-051-0/+4
| | |\|
| | | * QML: Clear weak references on Object destruction for C++-owned QObjectsErik Verbruggen2016-10-051-0/+4
| | * | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-10-043-3/+14
| | |\|
| | | * qv4jsonobject: Make use of QVariant::toString in stringificationRobin Burchell2016-09-301-0/+5
| | | * Fix crash with window-less QQuickItemsSimon Hausmann2016-09-302-3/+9
| | * | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-09-304-124/+163
| | |\|
| | | * Fix crash on Array.prototype.join.call(0)Robin Burchell2016-09-291-5/+8
| | | * V4: Free up 2 address bits in 64bit modeErik Verbruggen2016-09-283-119/+155
* | | | Turn the no-network support into a configurable featureLars Knoll2016-10-102-9/+9
* | | | Make the Moth interpreter configurableLars Knoll2016-10-103-2/+16
|/ / /
* | | QML: Also check for correct destroy() chainingErik Verbruggen2016-10-0610-4/+23
* | | QML: Make Heap::Object and all subclasses trivialErik Verbruggen2016-10-0649-292/+360
* | | QML: Make Heap::RegExp and Heap::String trivialErik Verbruggen2016-10-058-27/+32
* | | QML: Introduce destroy() on Base subclassesErik Verbruggen2016-10-0518-71/+85
* | | QML: Move the ScarceResourceData from VariantObject onto the heapErik Verbruggen2016-10-053-20/+32
* | | QML: Make all context objects trivialErik Verbruggen2016-09-3016-76/+107
* | | QML: Make QV4::Heap::Pointer trivialErik Verbruggen2016-09-284-22/+23
* | | QML: Replace QPointer with a QQmlQPointer (which is trivial)Erik Verbruggen2016-09-273-45/+64
* | | QML: Replace a QVector with a plain old C-style arrayErik Verbruggen2016-09-222-14/+26
* | | Merge remote-tracking branch 'origin/5.7' into 5.8Liang Qi2016-09-211-8/+5
|\| |
| * | Fix V4 on big-endianAllan Sandfeld Jensen2016-09-121-8/+5
* | | Fix crash when instantiating new QObject object through QMetaObjectJoni Poikelin2016-09-031-1/+1
* | | Fix conversion of QByteArray back to String in JavaScriptSimon Hausmann2016-08-302-0/+11
* | | Fix binding dependencies when used in together with functionsSimon Hausmann2016-08-303-12/+12
* | | QML: Obliterate QQmlAccessorsErik Verbruggen2016-08-301-2/+0
* | | Merge remote-tracking branch 'origin/5.7' into 5.8Simon Hausmann2016-08-261-2/+20
|\| |