aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/common
Commit message (Expand)AuthorAgeFilesLines
* QML: Port QV4::CompiledData::Location to new special integer bitfieldUlf Hermann2022-05-171-16/+28
* QML: Port QV4::CompiledData::Property to new special integer bitfieldUlf Hermann2022-05-171-17/+37
* QML: Port QV4::CompiledData::Alias to new special integer bitfieldUlf Hermann2022-05-171-9/+66
* QML: Port QV4::CompiledData::Object to new special integer bitfieldUlf Hermann2022-05-171-6/+51
* QML: Port QV4::CompiledData::ParameterType to new special integer bitfieldUlf Hermann2022-05-171-5/+20
* QML: Port QV4::CompiledData::Binding to new special integer bitfieldUlf Hermann2022-05-171-27/+46
* QML: Port QV4::CompiledData::RegExp to new special integer bitfieldUlf Hermann2022-05-121-6/+14
* QML: Port QV4::CompiledData::Lookup to new special integer bitfieldUlf Hermann2022-05-121-6/+13
* QML: Port QV4::CompiledData::JSClassMember to new special integer bitfieldUlf Hermann2022-05-121-6/+14
* Avoid spurious dependency on qml_compile_hash_p.hFabian Kosmale2022-02-141-2/+0
* Further tighten checks around QML_COMPILE_HASHUlf Hermann2022-01-211-0/+2
* QQmlJs::FixedPoolArray: fix UB (precondition violation) in allocate()Marc Mutz2022-01-031-1/+1
* QmlCompiler: Fix return type calculationUlf Hermann2021-12-061-2/+4
* Clean up QQmlJS::MemoryPoolUlf Hermann2021-11-221-8/+6
* Add a Pragma for list assign behaviorUlf Hermann2021-10-131-1/+5
* SaveableUnitPointer::saveToDisk restores flags incorrectly at cleanupJarkko Koivikko2021-09-171-1/+2
* Upgrade std::is_trivial::value to C++17 std::is_trivial_vIvan Tkachenko2021-08-241-1/+1
* When binding signals, run the outer function to get the nested oneUlf Hermann2021-08-171-2/+3
* Avoid UB in qjsnumbercoercion.hUlf Hermann2021-06-161-1/+5
* Evaluate type assertions in QMLUlf Hermann2021-05-261-1/+1
* Increment QV4_DATA_STRUCTURE_VERSIONFabian Kosmale2021-04-141-1/+1
* qmldom: Improve basic infrastructureFawzi Mohamed2021-04-141-0/+13
* Ensure that empty tokens in the AST are emptyFawzi Mohamed2021-03-261-0/+30
* Consider only default constructed SourceLocation invalidFawzi Mohamed2021-03-261-1/+3
* Remove qqmlapiversion_p.hFabian Kosmale2021-03-192-57/+0
* Restore String size assertFabian Kosmale2021-02-101-0/+2
* Remove the qmake project filesFabian Kosmale2021-01-151-40/+0
* Allow JavaScript primitive type transformations inline in C++Ulf Hermann2020-12-184-51/+198
* Replace discouraged Q_MOVABLE_TYPE by Q_RELOCATABLE_TYPEAndreas Buhr2020-12-161-1/+1
* QML: Introduce "pragma Strict"Ulf Hermann2020-11-261-1/+2
* Replace old Q_DECL statements with modern C++Allan Sandfeld Jensen2020-10-312-8/+8
* Initialize members to shut up gccVolker Hilsheimer2020-10-231-0/+1
* Make QV4::CompiledData::Location hashableUlf Hermann2020-10-211-0/+8
* qmllint: Unify injected and "normal" JavaScript identifiersUlf Hermann2020-10-021-0/+13
* Unify "variant" and "var" properties in QMLFabian Kosmale2020-08-241-2/+2
* Add ; to Q_UNUSED and UNUSED_PARAMLars Schmertmann2020-06-261-1/+1
* Port QtDeclarative from QStringRef to QStringViewKarsten Heimrich2020-06-161-2/+2
* Add a hook that allows for ahead-of-time compiled functionsSimon Hausmann2020-04-221-0/+13
* Add a more convenient ctor for QV4::CompiledData::LocationUlf Hermann2020-04-171-0/+7
* V4: Move constant evaluation of doubles and strings into base CUUlf Hermann2020-04-031-0/+39
* V4: Add missing accessor functionUlf Hermann2020-04-031-0/+5
* Implement support for property observersSimon Hausmann2020-04-031-3/+5
* Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-03-094-3/+90
|\
| * Restore offset/length in QQmlJS::DiagnosticMessageSimon Hausmann2020-03-024-3/+90
* | Merge remote-tracking branch 'origin/5.15' into devSimon Hausmann2020-02-031-3/+27
|\|
| * Required properties: Allow retroactive require specificationFabian Kosmale2020-01-311-3/+27
* | Use QTypeRevision for all versions and revisionsUlf Hermann2020-02-031-6/+9
* | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-01-251-7/+44
|\|
| * Long live QML inline componentsFabian Kosmale2020-01-231-7/+44
* | Make QtQml work with the latest changes in qtbaseLars Knoll2020-01-142-29/+5