aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/jsruntime
Commit message (Expand)AuthorAgeFilesLines
* Rebuild property cache in QObjectWrapper::getProperty if deletedDavid Edmundson2018-03-081-0/+5
* Silence a GCC 8 warning in qv4stringVille Voutilainen2018-02-281-1/+1
* Silence a GCC 8 warning in qv4engineVille Voutilainen2018-02-281-1/+1
* use the override keyword consistently and correctly (clang-tidy)Shawn Rutledge2018-02-271-1/+1
* init variables where they are declared when possible (clang-tidy)Shawn Rutledge2018-02-263-17/+13
* use nullptr consistently (clang-tidy)Shawn Rutledge2018-02-2654-264/+264
* WinRT: Do not call canAllocateExecutableMemory from static initializerOliver Wolff2018-02-222-7/+7
* Correctly set this object when calling scope/context functionsErik Verbruggen2018-02-203-0/+45
* Merge remote-tracking branch 'origin/5.9' into 5.11Liang Qi2018-02-181-1/+3
|\
| * Fix memory leak with JS importsSimon Hausmann2018-02-091-1/+3
* | Merge "Merge remote-tracking branch 'origin/5.10.1' into 5.11" into refs/stag...Qt Forward Merge Bot2018-02-152-10/+28
|\ \
| * \ Merge "Merge remote-tracking branch 'origin/5.10' into 5.11" into refs/stagin...Simon Hausmann2018-02-152-10/+28
| |\ \
| | * \ Merge remote-tracking branch 'origin/5.10' into 5.11Liang Qi2018-02-122-10/+28
| | |\ \
| | | * | Merge remote-tracking branch 'origin/5.9' into 5.105.10Liang Qi2018-02-071-0/+4
| | | |\|
| | | | * QML: Collapse all NaNs into one single (encoded) NaNErik Verbruggen2018-02-051-0/+4
| | | * | Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2018-02-021-10/+24
| | | |\|
| | | | * Improve persistent/weak value allocation performanceSimon Hausmann2018-01-311-10/+24
* | | | | Fix crash when changing from a simple to a sparse arrayLars Knoll2018-02-153-2/+3
|/ / / /
* | | | Clear the last value when removing propertiesErik Verbruggen2018-02-141-0/+3
* | | | Fix typosJarek Kobus2018-02-141-4/+4
|/ / /
* | | doc: Fix qdoc warnings for templates and staticsMartin Smith2018-02-091-3/+3
* | | Fix crashes on WinRT when allocation of executable memory is disabledSimon Hausmann2018-02-094-6/+16
* | | Merge "Merge remote-tracking branch 'origin/5.10' into dev" into refs/staging...Shawn Rutledge2018-02-069-13/+27
|\ \ \
| * | | Merge remote-tracking branch 'origin/5.10' into devLiang Qi2018-02-029-13/+27
| |\| |
| | * | Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2018-01-249-13/+30
| | |\|
| | | * Speed up V4 QML context creationSimon Hausmann2018-01-163-0/+6
| | | * Fix crash when accessing a deleted objectMitch Curtis2018-01-111-0/+4
| | | * Enable JIT on QNX7 for ARM64Samuli Piippo2018-01-111-1/+1
| | | * Enable JIT on QNX for X86_64Adam Treat2018-01-111-1/+1
| | | * Use potentially intercepted URL as ID for compilation unitsUlf Hermann2017-12-215-10/+17
| | | * Fix stack use after scope when calling overloaded constructorsSimon Hausmann2017-12-141-1/+1
* | | | Remove double indirection between QJSEngine and QV4::ExecutionEngineUlf Hermann2018-02-022-0/+7
|/ / /
* | | Get rid of internal QQmlPrivate::CachedQmlUnit interface part 1Simon Hausmann2018-01-281-2/+2
* | | Remove private API dependency of qmlcachegen generated codeSimon Hausmann2018-01-281-1/+1
* | | Fix a couple of places where we'd free used objectsLars Knoll2018-01-262-5/+7
* | | Fix compilation unit memory leak when using qml caching from resourcesSimon Hausmann2018-01-261-1/+2
* | | Remove some duplicated codeSimon Hausmann2018-01-253-15/+22
* | | Fix crash in tst_controls in QQC2Simon Hausmann2018-01-222-4/+24
* | | Remove unused methodLars Knoll2018-01-192-7/+0
* | | Disentangle include dependencies around the write barrierLars Knoll2018-01-194-5/+94
* | | Introduce a SubString String typeLars Knoll2018-01-194-12/+50
* | | Split up String type into a regular and a ComplexStringLars Knoll2018-01-194-61/+73
* | | V4 JIT: Fix JIT thresholdErik Verbruggen2018-01-171-1/+1
* | | Fix build without QML debuggingUlf Hermann2018-01-162-2/+6
* | | Move the freeList from Heap::ArrayData to SparseArrayLars Knoll2018-01-155-20/+18
* | | Get rid of BuiltinFunctionLars Knoll2018-01-159-113/+17
* | | Convert more builtin functions to use the new calling conventionLars Knoll2018-01-1212-78/+77
* | | Drop the qml-interpreter featureUlf Hermann2018-01-102-11/+4
* | | Fix calculation of String hash values for char *Lars Knoll2018-01-101-1/+1
* | | Cleanup IdentifierHashLars Knoll2018-01-103-81/+41