aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml
Commit message (Expand)AuthorAgeFilesLines
* On QQmlEngine destruction drop singletons before type loaderUlf Hermann2020-01-101-2/+2
* SequenceObject: Better message when trying to write readonly containerUlf Hermann2020-01-091-1/+3
* V4: Avoid integer overflow on typed array length checkUlf Hermann2020-01-081-2/+5
* Check stack limit in FunctionPrototype::method_apply()Ulf Hermann2020-01-081-1/+7
* V4: Don't crash when iterating invalid Proxy objectsUlf Hermann2020-01-082-2/+2
* V4: Don't crash when sorting arrays with non-stringifyable entriesUlf Hermann2020-01-081-0/+6
* Fix unused variable warningShawn Rutledge2020-01-071-2/+1
* QV4: Support printing arrays with circular referencesFabian Kosmale2020-01-071-4/+9
* QV4: Array.includes: Support large arraysFabian Kosmale2020-01-071-1/+2
* QV4: Check recursion limit in toStringFabian Kosmale2020-01-071-0/+1
* QV4MM: Fix crash caused by MarkStack overflowFabian Kosmale2020-01-073-1/+8
* V4: Catch error when compiling broken RegExpsUlf Hermann2020-01-071-2/+2
* V4: Fix sorting of sparse arraysUlf Hermann2020-01-061-1/+1
* Avoid oob access on Array.concatUlf Hermann2020-01-061-1/+1
* Emit QQmlEngine::warnings when load failsFabian Kosmale2020-01-061-1/+1
* QV4::Engine: replace std::function with a function pointerFabian Kosmale2020-01-061-1/+1
* QV4::ExecutionEngine: provide QNAM accessorFabian Kosmale2020-01-033-2/+16
* QV4Engine: support conversion of QJSValue to SequenceTypeFabian Kosmale2019-12-201-0/+89
* Remove use of wrapper macros for feature detectionTor Arne Vestbø2019-12-161-1/+1
* Merge remote-tracking branch 'origin/5.14.0' into 5.14Qt Forward Merge Bot2019-12-131-1/+5
|\
| * QML: Resolve conflict in ImportSpecifier rulev5.14.0-rc1Ulf Hermann2019-11-291-1/+5
* | qv4sequenceobject.cpp: Add "here be dragons" commentUlf Hermann2019-12-111-0/+16
* | QV4Engine: Remove runtime memberFabian Kosmale2019-12-091-2/+0
* | Compiler: Support >32k stack slotsUlf Hermann2019-12-052-16/+29
* | Remove src/3rdparty/llvmUlf Hermann2019-12-031-1/+0
* | QQmlData::wasDeleted now returns true also in case of isDeletingChildrenNick Shaforostov2019-11-271-1/+1
* | QQmlTypeLoader: Don't parse qmldir content multiple timesUlf Hermann2019-11-232-2/+3
* | QQmlDirParser: Fix lifecycle managementUlf Hermann2019-11-233-16/+14
|/
* Retrieve the attached properties base type without recursionUlf Hermann2019-11-185-32/+29
* Disable deprecation warnings in function that are themselves deprecatedUlf Hermann2019-11-181-0/+8
* Fix deprecation warning about QString from character literalUlf Hermann2019-11-181-1/+1
* Merge remote-tracking branch 'origin/5.13' into 5.14Qt Forward Merge Bot2019-11-142-52/+21
|\
| * QQmlVMEMetaObject: Scope MemberData for allocating writeUlf Hermann2019-11-052-52/+21
* | Fix warning about non-relative paths in qmldir filesSimon Hausmann2019-11-131-1/+1
* | Doc: Fix documentation warningsTopi Reinio2019-11-119-93/+4
* | RuntimeHelpers: Short-circuit stringToNumber on huge stringsUlf Hermann2019-11-071-0/+9
* | Merge remote-tracking branch 'origin/5.13' into 5.14Qt Forward Merge Bot2019-10-311-3/+9
|\|
| * QQmlProperty: handle reads of QQmlPropertyMap correctlyFabian Kosmale2019-10-301-3/+9
| * Merge remote-tracking branch 'origin/5.13.2' into 5.13Qt Forward Merge Bot2019-10-291-0/+4
| |\
| | * Merge 5.13 into 5.13.2Frederik Gladhorn2019-10-112-7/+25
| | |\
| | * | Doc: Add a \note about the (broken) Binding value restoration policyUlf Hermann2019-10-091-0/+4
| * | | qv4compileddata: do not use raw constexprFabian Kosmale2019-10-281-1/+1
| | |/ | |/|
* | | Update flowchart to reflect addition of new methodsFabian Kosmale2019-10-242-0/+0
* | | QML: Consistently check for debugger before loading cache filesUlf Hermann2019-10-244-18/+7
* | | Fix typoRobert Loehning2019-10-211-2/+2
* | | Pass suitable nFormals when constructing JS stack frameUlf Hermann2019-10-211-1/+1
* | | Fix interface handling in bindingsFabian Kosmale2019-10-211-1/+11
* | | Document recent change in allowed alias usageFabian Kosmale2019-10-211-9/+11
* | | Use QV4 namespace for ValueTimo Aarnipuro2019-10-172-3/+3
* | | QFlagPointer/QBiPointer: insert static assertions in addition to dynamicThiago Macieira2019-10-161-0/+16