aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/jsruntime
Commit message (Expand)AuthorAgeFilesLines
* V4: Fix usage of QV4::Value tags/typesErik Verbruggen2016-10-263-13/+37
* Fix QML Compiler crashSimon Hausmann2016-10-261-4/+1
* 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
* | Fix V4 on big-endianAllan Sandfeld Jensen2016-09-121-8/+5
* | V4: Correctly format on Number.toPrecision(n)Ulf Hermann2016-08-231-2/+20
* | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-08-182-4/+6
|\|
| * QV4Object: fix GCC 6.1 tautologial compare warningMarc Mutz2016-08-171-1/+3
| * Fix throwing an exception inside a finally block with a return in catchSimon Hausmann2016-08-161-3/+3
* | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-08-131-4/+9
|\|
| * Fix char conversions in QMLChristian Strømme2016-08-091-4/+9
* | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-08-011-2/+2
|\|
| * Fix QQmlEngine crash on big endian 64 bit architectures (s390x)Maximiliano Curia2016-07-201-2/+2
* | Merge remote-tracking branch 'origin/5.6' into 5.7Edward Welbourne2016-07-151-4/+4
|\|
| * Fix logic bug when deleting properties of JS objectsLars Knoll2016-07-141-4/+4
* | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-06-206-73/+63
|\|
| * V4: Always set the tag when boxing a pointer in QV4::Value.Erik Verbruggen2016-06-165-72/+62
| * Make some QNX only code Dinkum specificJames McDonnell2016-06-141-1/+1
* | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-06-103-6/+6
|\|
| * V4: Mirror jsAlloc behavior at stack allocation.Erik Verbruggen2016-05-272-5/+5
| * Fix crash with SignalTransitionSimon Hausmann2016-05-251-1/+1
* | V4: allow inlining of ExecutionEngine::{qml,js}Engine()Erik Verbruggen2016-05-206-0/+21
* | V4: create a fast-path for QObjectWrapper::wrapErik Verbruggen2016-05-202-5/+21
* | Always use ::copysign instead of std::copysign where availableRalf Nolden2016-05-201-8/+0
* | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-05-194-113/+39
|\|
| * Fix crashes when incubating objects asynchronously with initial propertiesSimon Hausmann2016-05-182-2/+2
| * Remove workaround for the pointer size in bootstrapped tool buildsThiago Macieira2016-05-111-5/+1
| * V4: Limit call depth by count, not by checking the native stack.Erik Verbruggen2016-05-112-106/+36
* | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-05-061-3/+2
|\|
| * Fix crash when trying to call a property of the scope or context objectSimon Hausmann2016-05-011-3/+2
* | Add QVector support to JS sequencesKevin Ottens2016-05-031-0/+12
* | V4 profiler: Don't duplicate function locationsUlf Hermann2016-05-022-16/+38
* | QML: Replace qIsFinite with qt_is_finite.Erik Verbruggen2016-04-281-1/+1
* | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-04-272-1/+9
|\|
| * Also match QJSValue conversion types in MatchScore.Michael Bruning2016-04-201-0/+2
| * Fix memory corruption when calling Array.unshift()Simon Hausmann2016-04-141-1/+7
* | V4: Use std::copysign instead of home-grown bit twiddling.Erik Verbruggen2016-04-191-9/+10
* | Remove useless using clause that prevents building on INTEGRITY.v5.7.0-beta1Rolland Dudemaine2016-04-121-1/+0
* | QML: make QmlContext::qml{Context,Scope} inlinable.Erik Verbruggen2016-04-053-18/+85
* | Replace qQNaN() and friends with qt_qnan().Erik Verbruggen2016-04-057-64/+65
* | V4: Allow some more functions to be inlined.Erik Verbruggen2016-03-312-30/+29
* | QQuick: remove property index from the accessor functions.Erik Verbruggen2016-03-311-2/+2
* | Merge "Merge remote-tracking branch 'origin/5.6' into 5.7" into refs/staging/5.7Liang Qi2016-03-081-2/+5
|\ \
| * | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-03-071-2/+5
| |\|