aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/compiler/qv4compileddata.cpp
Commit message (Expand)AuthorAgeFilesLines
* Tighten QML cache version checkingSimon Hausmann2018-03-201-34/+11
* Fix QML data structure version checking for ahead-of-time generated filesSimon Hausmann2018-03-201-0/+38
* use nullptr consistently (clang-tidy)Shawn Rutledge2018-02-261-9/+9
* Move the QML_COMPILE_HASH macro definition from the command-lineThiago Macieira2018-02-211-3/+4
* Use only cache path to cache .qmlc files on AndroidBogDan Vatra2018-02-131-0/+2
* Merge remote-tracking branch 'origin/5.10' into devLiang Qi2018-02-021-1/+2
|\
| * Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2018-01-241-1/+2
| |\
| | * Compile under QNX 7.0 with qcc 5.4 for instanceAdam Treat2018-01-091-1/+1
| | * Use potentially intercepted URL as ID for compilation unitsUlf Hermann2017-12-211-0/+1
* | | Remove private API dependency of qmlcachegen generated codeSimon Hausmann2018-01-281-1/+2
* | | Minor data structure cleanupSimon Hausmann2018-01-221-18/+0
* | | Cleanup IdentifierHashLars Knoll2018-01-101-2/+2
* | | Cleanup now unused code paths in qv4lookupLars Knoll2017-11-271-5/+0
* | | Merge remote-tracking branch 'origin/dev' into new-backendLars Knoll2017-11-081-1/+1
|\| |
| * | Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2017-10-151-1/+1
| |\|
| | * Simplify compilation unit tracking in the execution engineSimon Hausmann2017-10-061-1/+1
* | | Move a couple of data members required for new JITLars Knoll2017-11-071-22/+12
* | | Merge remote-tracking branch 'origin/dev' into HEADLars Knoll2017-10-221-15/+20
|\| |
| * | Merge remote-tracking branch 'origin/5.9' into 5.10Lars Knoll2017-09-201-19/+17
| |\|
| | * Fix reuse of regexp objects by regexp literalsAllan Sandfeld Jensen2017-09-081-5/+8
| | * Get rid of the root object index variableSimon Hausmann2017-09-081-3/+3
| | * Fix crashes in QML apps when upgrading Qt snapshotsSimon Hausmann2017-09-071-10/+6
* | | Merge remote-tracking branch 'origin/dev' into wip/new-backendSimon Hausmann2017-09-081-7/+8
|\| |
| * | Merge remote-tracking branch 'origin/5.9' into devSimon Hausmann2017-08-231-7/+8
| |\|
| | * Fix memory corruption with type trimmingSimon Hausmann2017-08-231-7/+8
* | | Get rid of the specialized Moth::CompilationUnitLars Knoll2017-08-311-0/+10
* | | Remove the codeRefs in the Moth::CompilationUnitLars Knoll2017-08-301-27/+0
* | | Merge remote-tracking branch 'origin/dev' into wip/new-backendLars Knoll2017-08-221-18/+23
|\| |
| * | Merge remote-tracking branch 'origin/5.9' into devSimon Hausmann2017-08-181-16/+19
| |\|
| | * Improve releasing of memory allocated from compilation unit stringsSimon Hausmann2017-08-041-2/+3
| | * Move the m_qmlLists member in the QML engine to QQmlMetaTypeLars Knoll2017-08-021-4/+6
| | * Move the engine pointer from the property cache to the VME meta objectLars Knoll2017-08-021-1/+1
| | * Use QQmlType by valueLars Knoll2017-08-021-10/+10
| * | Refactor le integer types from qjson_p.h to qendian_p.hAllan Sandfeld Jensen2017-07-061-2/+2
| * | Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-07-041-0/+2
| |\|
| | * Fix QML compiler crashes on big endian systemsDmitry Shachnev2017-06-181-0/+2
* | | Remove unused lookup typesLars Knoll2017-08-101-4/+0
* | | Remove now unused filesLars Knoll2017-06-301-9/+1
* | | Dump String and Closure table with QV4_SHOW_BYTECODELars Knoll2017-06-301-2/+9
* | | Add constant table dumpingErik Verbruggen2017-06-291-0/+6
* | | Don't use the ISel's anymoreLars Knoll2017-06-221-2/+2
|/ /
* | Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-06-151-1/+1
|\|
| * Use pre-generated QML caches even if they are not writableAlexander Volkov2017-06-091-1/+1
* | Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-06-061-2/+2
|\|
| * Move the list of default internal classes into EngineBaseLars Knoll2017-05-191-1/+1
| * Add qtConfig(dlopen) check before adding libdlKimmo Ollila2017-05-041-1/+1
* | Merge "Merge remote-tracking branch 'origin/5.9' into dev" into refs/staging/devSimon Hausmann2017-04-081-1/+2
|\ \
| * | Merge remote-tracking branch 'origin/5.9' into devSimon Hausmann2017-04-071-1/+2
| |\|
| | * Speed up Qml library checksumming in developer buildsSimon Hausmann2017-04-071-1/+1
| | * Fix warning for -no-feature-temporaryfileStephan Binner2017-04-041-0/+1