aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/jsruntime
Commit message (Expand)AuthorAgeFilesLines
* 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
| * Fix a crash when copying array dataLars Knoll2015-10-201-1/+1
| * Only set V4 debugger when service is enabledUlf Hermann2015-10-151-1/+0
| * QmlDebug: Split QV4::Debugging::Debuggerhjk2015-10-144-31/+44
* | Use QStringRef in a bunch of places.wip/dbusSérgio Martins2015-10-181-1/+1
* | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2015-10-1447-5/+510
|\|
| * Libraries: Fix single-character string literals.Friedemann Kleint2015-10-132-3/+4
| * Add missing "We mean it" comments to private headers.Friedemann Kleint2015-10-0645-0/+495
| * Merge remote-tracking branch 'origin/5.5' into 5.6Liang Qi2015-10-022-2/+11
| |\
| | * Fix compilation with ICC on WindowsThiago Macieira2015-09-022-2/+11