aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/jsruntime
Commit message (Expand)AuthorAgeFilesLines
* 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
| |\|
| | * V4: fix bootstrapped builds on Ubuntu 32bit.Erik Verbruggen2016-03-031-2/+5
* | | Particles: replace a QSet<int> with a bit vector for group data.Erik Verbruggen2016-03-081-0/+10
* | | V4: Move BitVector to the util header, so it can be re-used.v5.7.0-alpha1Erik Verbruggen2016-03-071-0/+117
|/ /
* | Merge remote-tracking branch 'origin/5.6' into 5.7J-P Nurmi2016-03-011-2/+0
|\|
| * Remove unused static const non-constexpr variableThiago Macieira2016-02-221-2/+0
* | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-02-191-0/+2
|\|
| * Fix crash in Installer Framework when used with Qt 5.6Simon Hausmann2016-02-021-0/+2
* | Enable V4 JIT for aarch64Laszlo Agocs2016-02-011-1/+1
* | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2016-01-293-5/+26
|\|
| * Pass Qt.include() URLs through the URL interceptor if presentKevin Krammer2016-01-231-0/+2
| * Make sure we destroy all QV4::QObjectWrapper objectsJian Liang2016-01-222-5/+24
* | V4: Tweak "enable JIT" ifdefs.Erik Verbruggen2016-01-201-11/+16
* | Updated license headersJani Heikkinen2016-01-1994-1316/+1880
* | V4: add Aarch64/ARM64 support.Erik Verbruggen2016-01-191-0/+2
* | Qml: fix expensive iteration over QHash::keys() and QMap::keys()Anton Kudryavtsev2016-01-181-3/+3
* | WinRT: Enable JIT for x86/x64 target platformsMaurice Kalinowski2016-01-162-2/+3
* | V4 JIT: Switch all platforms to W^X for the ExecutableAllocator.Erik Verbruggen2016-01-151-2/+0
* | Print warning if JIT is disabledMathias Hasselmann2016-01-141-2/+11
* | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2016-01-108-54/+33
|\|
| * Remove prohibited uses of underscore + capital letterThiago Macieira2016-01-084-28/+28
| * Fix a couple of container detachmentsSérgio Martins2016-01-051-1/+1
| * Fix crash in a non-debug build with assertions enabledThiago Macieira2015-12-291-12/+4
| * Revert "Fix QtSharedPointer::ExternalRefCountData object leaks"J-P Nurmi2015-12-233-13/+0
* | Make RuntimeHelpers::numberToString() comply with EcmaScriptUlf Hermann2016-01-051-2/+30
* | tvOS supportMike Krus2016-01-012-2/+2
* | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2015-12-183-0/+13
|\|
| * Fix QtSharedPointer::ExternalRefCountData object leaksJian Liang2015-12-183-0/+13