summaryrefslogtreecommitdiff
path: root/src/qml/jsruntime/qv4executablecompilationunit.cpp
Commit message (Expand)AuthorAgeFilesLines
* Runtime codegen: Avoid memset for zeroingFabian Kosmale2023-05-041-12/+8
* Refactor the usage of icutils::NodeAmir Masoud Abdol2023-04-241-1/+1
* QtQml: Improve handling of CU's sourceFileIndexUlf Hermann2023-03-281-4/+9
* QML: Invalidate any existing cache files when saving a CU to diskUlf Hermann2023-02-101-2/+8
* QtQml: Allow more fine grained control of the disk cacheUlf Hermann2023-01-021-2/+5
* Qml: Analyze qsTranslate at compile timeUlf Hermann2022-10-131-9/+14
* Port from container::count() and length() to size() - V5Marc Mutz2022-10-131-1/+1
* Port from qAsConst() to std::as_const()Marc Mutz2022-10-071-4/+4
* Port from container::count() and length() to size()Marc Mutz2022-10-071-1/+1
* V4: Use an enum to categorize functions and rename aotFunctionUlf Hermann2022-09-291-2/+2
* QML: Optimize QObject method callsUlf Hermann2022-09-201-1/+2
* QtQml: Remove unused includes in qml, first partSemih Yavuz2022-09-141-1/+0
* QML: Make modules imported with registerModule() available in QMLUlf Hermann2022-09-021-57/+110
* Create Translation Bindings without CompiledData::BindingSami Shalayel2022-08-151-19/+32
* Use SPDX license identifiersLucie Gérard2022-06-111-38/+2
* QML: Port QV4::CompiledData::Binding to new special integer bitfieldUlf Hermann2022-05-111-1/+1
* QML: Port QV4::CompiledData::Location to new special integer bitfieldUlf Hermann2022-05-111-3/+9
* QML: Port QV4::CompiledData::Lookup to new special integer bitfieldUlf Hermann2022-05-111-2/+2
* QML: Port icutils::Node to new special integer bitfieldUlf Hermann2022-05-111-1/+1
* QML: Port QV4::CompiledData::RegExp to new special integer bitfieldUlf Hermann2022-05-111-2/+2
* QML: Port QV4::CompiledData::Object to new special integer bitfieldUlf Hermann2022-05-111-6/+7
* QML: Port QV4::CompiledData::JSClassMember to new special integer bitfieldUlf Hermann2022-05-111-2/+2
* Fix typo and apply some cosmeticsUlf Hermann2022-04-111-2/+2
* DelegateModel: Use actual bindings for required propertiesUlf Hermann2022-04-111-1/+1
* Fix deprecated uses of QScopedPointerMårten Nordheim2022-03-101-2/+2
* QQmlPropertyCache: Store checksums in type loaderUlf Hermann2022-03-091-2/+3
* Avoid spurious dependency on qml_compile_hash_p.hFabian Kosmale2022-02-131-0/+2
* Avoid ping-pong between plain pointers and QQmlRefPointerUlf Hermann2022-01-251-1/+1
* Further tighten checks around QML_COMPILE_HASHUlf Hermann2022-01-201-4/+10
* QQmlEngine: Remove methods that merely forward to QQmlMetaTypeUlf Hermann2022-01-181-2/+2
* Move composite types into QQmlMetaTypeUlf Hermann2022-01-151-5/+3
* Fix handling of QML_COMPILE_HASHUlf Hermann2022-01-071-2/+2
* Do not copy lookupsUlf Hermann2021-12-161-14/+2
* Use QHash instead of QMap for resolved typesFabian Kosmale2021-05-201-1/+13
* Add QJSEngine::registerModuleAlex Shaw2021-05-011-10/+62
* Redesign the AOT lookupsUlf Hermann2021-04-301-0/+1
* Streamline retrieval of context property names and IDsUlf Hermann2021-04-151-0/+1
* Cache static compilation unitsUlf Hermann2021-01-121-1/+1
* Remove the property cache from QQmlValueTypeWrapperLars Knoll2020-12-021-5/+0
* Respect QV4_FORCE_INTERPRETER when AOT compiled functions are availableUlf Hermann2020-11-261-1/+3
* Fix logic to select AOT compiled functionUlf Hermann2020-10-231-4/+10
* Do proper memory management on the metatype interfaces we createLars Knoll2020-08-281-2/+1
* Always group the metaType and listType togetherLars Knoll2020-08-281-11/+8
* Port QtDeclarative from QStringRef to QStringViewKarsten Heimrich2020-06-161-2/+2
* Add support for binding ahead-of-time compiled bindings to QPropertiesSimon Hausmann2020-04-221-4/+4
* Add a hook that allows for ahead-of-time compiled functionsSimon Hausmann2020-04-221-0/+12
* V4: Move constant evaluation of doubles and strings into base CUUlf Hermann2020-04-031-27/+3
* Encapsulate QV4::ResolvedTypeReferenceUlf Hermann2020-03-251-88/+27
* Fix typo: inlineComponendId -> inlineComponentIdUlf Hermann2020-03-241-2/+2
* Use QTypeRevision for all versions and revisionsUlf Hermann2020-02-031-1/+1