aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/compiler/qqmltypecompiler.cpp
Commit message (Expand)AuthorAgeFilesLines
* C++11 scoped enum support for QMLMichael Brasser2017-05-031-12/+33
* Fix support for jsTr() and QT_TR_NOOP in list elements when cachingSimon Hausmann2017-04-061-341/+2
* Merge remote-tracking branch 'origin/5.8' into 5.9Simon Hausmann2017-03-151-2/+3
|\
| * Clean up type dependency hashing for QML cachingSimon Hausmann2017-03-131-2/+3
* | Merge remote-tracking branch 'origin/5.8' into 5.9Liang Qi2017-02-241-2/+1
|\|
| * QQmlTypeCompiler: Fix read after free in tst_qqmllanguageRobin Burchell2017-01-281-2/+1
* | qml: Rename importCache vars to typeNameCacheRobin Burchell2017-01-251-4/+4
* | Merge remote-tracking branch 'origin/5.8' into devLiang Qi2016-12-141-8/+4
|\|
| * Remove unnecessary testsRobin Burchell2016-12-051-8/+4
* | Qml compiler: replace 'foreach' with 'range for'Anton Kudryavtsev2016-09-091-5/+5
|/
* Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-08-171-1/+1
|\
| * Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-08-131-1/+1
| |\
| | * Fix crash when cache property can not be foundFilipe Azevedo2016-08-051-1/+1
| * | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-08-011-0/+24
| |\|
| | * Fix string property assignments to 2d vectors and quaternionsSimon Hausmann2016-07-211-0/+24
* | | QML: Make all fields in QQmlPropertyRawData privateErik Verbruggen2016-08-101-9/+9
* | | QML: Introduce QQmlPropertyIndexErik Verbruggen2016-08-041-4/+4
* | | Add a checksum to the generated QML compilation unitsSimon Hausmann2016-08-021-1/+1
* | | Cleanup: Move ResolvedTypeReference(Map) one scope upSimon Hausmann2016-08-011-2/+4
* | | Split out creation of alias properties in the property cachesSimon Hausmann2016-07-151-117/+11
* | | Fix alias resolution algorithmSimon Hausmann2016-07-151-104/+238
* | | Clean up implicit component registrationSimon Hausmann2016-07-151-1/+27
* | | Fix endian support in compiled data structuresSimon Hausmann2016-07-141-5/+5
* | | Move type compilation independent bits out of QQmlTypeCompilerSimon Hausmann2016-06-201-29/+0
* | | Script dependency handling cleanupSimon Hausmann2016-06-201-23/+0
* | | Move object/binding counter code to CompilationUnitSimon Hausmann2016-06-171-24/+1
* | | Moved import cache and type resolution cache codeSimon Hausmann2016-06-171-48/+4
* | | Separate QQmlPropertyValidator into a standalone fileSimon Hausmann2016-06-171-635/+1
* | | Remove remaining dependency of QQmlPropertyValidator on QQmlTypeCompilerSimon Hausmann2016-06-171-135/+112
* | | Reduce dependency of QQmlPropertyValidator on QQmlTypeCompilerSimon Hausmann2016-06-171-16/+14
* | | Minor QQmlPropertyValidator/QQmlCustomParser cleanupSimon Hausmann2016-06-171-9/+9
* | | Convert QQmlPropertyCacheCreator to a templateSimon Hausmann2016-06-161-1/+1
* | | Remove base-class dependency of QQmlPropertyCacheCreatorSimon Hausmann2016-06-161-19/+14
* | | Minor QQmlPropertyCacheCreator API cleanupSimon Hausmann2016-06-161-31/+26
* | | Small data structure cleanupSimon Hausmann2016-06-161-1/+1
* | | Clean up property cache array handlingSimon Hausmann2016-06-161-30/+33
* | | File naming cleanupSimon Hausmann2016-06-151-443/+2
* | | V4: Change uses of StmtVisitor/ExprVisitor to use new style visitors.Erik Verbruggen2016-06-081-4/+25
* | | Fix memory leak regression of commit 77773997d085e83c811fe1e312f0402b932a56acSimon Hausmann2016-06-061-1/+1
* | | More reference counting cleanupsSimon Hausmann2016-06-031-2/+0
* | | Remove QQmlCompiledData in favor of QV4::CompiledData::CompilationUnitSimon Hausmann2016-06-011-50/+53
* | | Moved meta-type id members to QV4::CompiledData::CompilationUnitSimon Hausmann2016-05-311-10/+10
* | | Moved resolved type references over to QV4::CompiledData::CompilationUnitSimon Hausmann2016-05-311-21/+21
* | | Move dependent scripts to QV4::CompiledData::CompilationUnitSimon Hausmann2016-05-311-2/+4
* | | Moved object/bindings/customparser counters to CompilationUnitSimon Hausmann2016-05-311-6/+6
* | | Moved the import cache from QQmlCompiledData to CompilationUnitSimon Hausmann2016-05-311-6/+7
* | | Move property caches from QQmlCompiledData to QV4::CompiledData::CompilationUnitSimon Hausmann2016-05-311-7/+6
* | | Remove the custom parser binding bits hash table from QQmlCompiledDataSimon Hausmann2016-05-301-24/+35
* | | Centralize deferred binding bit information in CompiledData::BindingSimon Hausmann2016-05-301-27/+103
* | | Small type compilation data structure cleanupSimon Hausmann2016-05-261-29/+12