aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/jsruntime
Commit message (Expand)AuthorAgeFilesLines
* QML: Port QV4::CompiledData::Location to new special integer bitfieldUlf Hermann2022-05-173-6/+13
* QML: Port QV4::CompiledData::Object to new special integer bitfieldUlf Hermann2022-05-171-6/+7
* QML: Port QV4::CompiledData::Binding to new special integer bitfieldUlf Hermann2022-05-171-1/+1
* QML: Port QV4::CompiledData::RegExp to new special integer bitfieldUlf Hermann2022-05-121-2/+2
* QML: Port QV4::CompiledData::Lookup to new special integer bitfieldUlf Hermann2022-05-121-2/+2
* QML: Port icutils::Node to new special integer bitfieldUlf Hermann2022-05-121-1/+1
* QML: Port QV4::CompiledData::JSClassMember to new special integer bitfieldUlf Hermann2022-05-121-2/+2
* qv4string: port away from std::aligned_storageMarc Mutz2022-05-101-1/+1
* V4 Engine: Don't try to convert JS functions to other typesUlf Hermann2022-05-091-1/+4
* QtDeclarative: replace qSwap with std::swap/member-swap where possibleMarc Mutz2022-05-081-1/+1
* Qml: includemocsMarc Mutz2022-04-302-0/+4
* Adapt qv4engine to stack size on AndroidAndreas Buhr2022-04-141-0/+9
* V4 ArrayIterator: Protect retrieved value from GCUlf Hermann2022-03-251-3/+3
* QmlCompiler: Fix a number of warts regarding type lookupUlf Hermann2022-03-252-3/+3
* QQmlPropertyCache: Store checksums in type loaderUlf Hermann2022-03-144-6/+10
* ExecutionEngine: Move initialization of statics into separate methodUlf Hermann2022-03-052-68/+87
* QML: Handle dynamic meta objects in AOT lookupsUlf Hermann2022-03-043-0/+12
* qmlmodels: Move QModelIndex from QtQmlMaximilian Goldstein2022-02-221-1/+1
* Avoid spurious dependency on qml_compile_hash_p.hFabian Kosmale2022-02-141-0/+2
* V4: Do not call dtor of an object we continue to useUlf Hermann2022-02-041-3/+2
* V4 Date: Support another nonstandard date format QDateTime has droppedUlf Hermann2022-02-031-0/+2
* Adjust default max call depth for QNXUlf Hermann2022-01-261-0/+4
* Further tighten checks around QML_COMPILE_HASHUlf Hermann2022-01-211-4/+10
* SequenceObject: Define length accessors on the prototypeUlf Hermann2022-01-181-76/+71
* Fix handling of QML_COMPILE_HASHUlf Hermann2022-01-071-2/+2
* Do not copy lookupsUlf Hermann2021-12-175-70/+110
* Revert accidental change in qv4qmlcontext.cppUlf Hermann2021-12-121-2/+1
* QQmlJSAotContext: flushPendingBinding() before capturing a propertyUlf Hermann2021-12-101-1/+1
* V4 Lookup: Do not leak property cachesUlf Hermann2021-12-093-16/+37
* QmlCompiler: Fix return type calculationUlf Hermann2021-12-061-2/+4
* QQmlTypeNameCache: Unify querying for typesUlf Hermann2021-12-031-1/+1
* Fix life cycle methods of various types related to QQmlBindUlf Hermann2021-11-122-12/+15
* QV4::QObjectWrapper: Clean up CallArgumentUlf Hermann2021-11-091-258/+323
* Clean up PropertyCache life cycleUlf Hermann2021-11-093-15/+13
* Clean up some includesUlf Hermann2021-11-052-17/+17
* Replace all includes of windows.h with qt_windows.hUlf Hermann2021-10-254-4/+4
* QV4::QObjectWrapper: Improve overload resolutionUlf Hermann2021-10-211-39/+59
* Improve type conversions from/to QJSValueUlf Hermann2021-10-203-4/+10
* Add a Pragma for list assign behaviorUlf Hermann2021-10-131-0/+9
* Avoid QAbstractDynamicMetaObject where possibleUlf Hermann2021-10-121-1/+4
* Fix missing whitespace after `argv[N]:` patternIvan Tkachenko2021-10-074-5/+5
* Fix warnings when which are treated as errors with -developer-buildAssam Boudjelthia2021-10-041-5/+5
* Add comments to use qsizetype for some APIs in Qt 7Assam Boudjelthia2021-10-041-0/+2
* disconnectNotifiers() more aggressively during object deletionUlf Hermann2021-09-211-0/+1
* Add "As" function to symbol tableUlf Hermann2021-09-061-0/+1
* Use value type providers in metaTypeFromJSUlf Hermann2021-09-061-19/+9
* Remove workarounds for AndroidFabian Kosmale2021-08-241-41/+0
* Upgrade std::is_trivial::value to C++17 std::is_trivial_vIvan Tkachenko2021-08-248-11/+11
* When binding signals, run the outer function to get the nested oneUlf Hermann2021-08-171-0/+1
* Finally drop last references to v8Ulf Hermann2021-08-164-0/+301