aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/jsruntime
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Remove dead fwd-dclFrank Meerkoetter2015-12-152-3/+0
* | Replace all occurrences of qSNaN() with qQNaN()Ulf Hermann2015-12-076-49/+49
* | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2015-12-071-1/+2
|\|
| * Fix crash related to BoundFunctionsFrank Meerkoetter2015-11-231-1/+2
* | Use qtbase add/sub/mul with overflow implementations.Erik Verbruggen2015-11-271-63/+10
* | qv4identifier: Remove unused reserve() functionRobin Burchell2015-11-251-2/+0
* | Remove libdouble-conversionUlf Hermann2015-11-234-29/+37
* | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2015-11-036-8/+40
|\|
| * Use the correct macro to detect 64-bit value encodingThiago Macieira2015-10-292-5/+5
| * Fix qmlcompiler build on win32.Erik Verbruggen2015-10-291-2/+2
| * QML: Fix typeof context property.Erik Verbruggen2015-10-273-0/+32
| * QML: Sanitize reading environment variables.Friedemann Kleint2015-10-221-1/+1
* | Move V4 debugger and its test into better placesUlf Hermann2015-10-302-440/+4
* | Merge remote-tracking branch 'origin/5.6' into origin/devUlf Hermann2015-10-227-38/+64
|\|
| * JS: Math.random(): fix range to not include 1.0.Erik Verbruggen2015-10-201-2/+7
| * Properly resolve the context to create mutable bindings onLars Knoll2015-10-201-4/+13