| Commit message (Expand) | Author | Age | Files | Lines |
| * | QmlCompiler: Allow string lookup of composite metatypes again | Ulf Hermann | 2024-10-02 | 1 | -0/+2 |
| * | Remove the use of Q_QML_COMPILER_PRIVATE_EXPORT | Alexey Edelev | 2024-01-09 | 1 | -2/+2 |
| * | QmlCompiler: Allow creation of structured value types | Ulf Hermann | 2023-07-06 | 1 | -0/+3 |
| * | QML: Optimize QObject method calls | Ulf Hermann | 2022-09-20 | 1 | -4/+6 |
| * | Use SPDX license identifiers | Lucie Gérard | 2022-06-11 | 1 | -38/+2 |
| * | QML: Port QV4::CompiledData::Lookup to new special integer bitfield | Ulf Hermann | 2022-05-11 | 1 | -1/+1 |
| * | qml: Rename Q_QMLCOMPILER_EXPORT to Q_QML_COMPILER_EXPORT | Maximilian Goldstein | 2022-03-24 | 1 | -2/+2 |
| * | Make a few member functions const | Ulf Hermann | 2021-11-15 | 1 | -1/+1 |
| * | Expose lookups to AOT compiled functions | Ulf Hermann | 2021-03-23 | 1 | -0/+2 |
| * | Split compiler and runtime more clearly | Ulf Hermann | 2019-07-11 | 1 | -3/+6 |
| * | Move unit checksum generation into qv4compiler | Ulf Hermann | 2019-06-24 | 1 | -0/+2 |
| * | Implement dummy QML lookups for "global" variables | Simon Hausmann | 2019-03-20 | 1 | -1/+1 |
| * | Create proper template objects for tagged templates | Lars Knoll | 2018-11-05 | 1 | -0/+2 |
| * | properly align string table in compiled data | Rolf Eike Beer | 2018-09-14 | 1 | -1/+1 |
| * | Reduce memory usage caused by strings with AOT cache files | Simon Hausmann | 2018-07-31 | 1 | -0/+1 |
| * | Simplify loading of ahead-of-time created QML cache files | Simon Hausmann | 2018-07-31 | 1 | -0/+3 |
| * | Optimize memory consumption of ahead-of-time compile cache files | Simon Hausmann | 2018-07-31 | 1 | -2/+5 |
| * | Shrink CompiledData::Binding by 8 bytes | Simon Hausmann | 2018-07-31 | 1 | -0/+3 |
| * | Add basic support for EcmaScript classes | Yulong Bai | 2018-06-26 | 1 | -0/+3 |
| * | Fix creation of object literals | Lars Knoll | 2018-06-04 | 1 | -2/+1 |
| * | Add support for proper lexical scoping | Lars Knoll | 2018-05-02 | 1 | -1/+1 |
| * | Merge remote-tracking branch 'origin/dev' into wip/new-backend | Lars Knoll | 2017-08-22 | 1 | -2/+1 |
| |\ |
|
| | * | Refactor le integer types from qjson_p.h to qendian_p.h | Allan Sandfeld Jensen | 2017-07-06 | 1 | -2/+2 |
| * | | Remove unused lookup types | Lars Knoll | 2017-08-10 | 1 | -2/+0 |
| * | | Fix various signed/unsigned warnings | Erik Verbruggen | 2017-08-02 | 1 | -8/+8 |
| * | | Split up qv4codegen into several files | Lars Knoll | 2017-07-03 | 1 | -3/+3 |
| * | | Remove now unused files | Lars Knoll | 2017-06-30 | 1 | -2/+5 |
| * | | Get rid of IR::Module and IR::Function | Lars Knoll | 2017-06-30 | 1 | -3/+3 |
| * | | Re-enable lookups | Lars Knoll | 2017-06-22 | 1 | -0/+3 |
| * | | Support object literals | Erik Verbruggen | 2017-06-20 | 1 | -1/+6 |
| * | | Support for some more binary and unary operations | Erik Verbruggen | 2017-06-20 | 1 | -0/+1 |
| * | | Pass the JSUnitGenerator into the codegen | Lars Knoll | 2017-06-19 | 1 | -0/+2 |
| |/ |
|
| * | Improve robustness of qml disk caching | Simon Hausmann | 2016-07-23 | 1 | -1/+2 |
| * | Simplify CompiledData::Unit serialization | Simon Hausmann | 2016-07-15 | 1 | -1/+4 |
| * | Clean up JS internal class serialization | Simon Hausmann | 2016-07-15 | 1 | -2/+2 |
| * | Remove unused fields in CompiledData::Function | Simon Hausmann | 2016-07-14 | 1 | -2/+1 |
| * | Clean up CompiledData::Function | Simon Hausmann | 2016-06-07 | 1 | -1/+1 |
| * | Updated license headers | Jani Heikkinen | 2016-01-19 | 1 | -14/+20 |
| * | Add missing "We mean it" comments to private headers. | Friedemann Kleint | 2015-10-06 | 1 | -0/+11 |
| * | Update copyright headers | Jani Heikkinen | 2015-02-12 | 1 | -7/+7 |
| * | Cleanup: Simplify CompiledData::Unit structure to always include the string t... | Simon Hausmann | 2014-09-24 | 1 | -2/+7 |
| * | Update license headers and add new licenses | Jani Heikkinen | 2014-08-25 | 1 | -19/+11 |
| * | Cleanup | Simon Hausmann | 2014-08-15 | 1 | -2/+1 |
| * | Extend the QML bootstrap library by the IR builders | Simon Hausmann | 2014-04-23 | 1 | -2/+2 |
| * | V4 string table cleanups | Simon Hausmann | 2014-03-28 | 1 | -1/+2 |
| * | Various cleanups | Simon Hausmann | 2014-03-28 | 1 | -8/+27 |
| * | Add a Line instruction to the interpreter | Lars Knoll | 2014-03-07 | 1 | -3/+0 |
| * | Clean up object literal handling with integral indices | Simon Hausmann | 2014-02-24 | 1 | -1/+1 |
| * | Clean up our internal namespaces | Lars Knoll | 2014-02-23 | 1 | -8/+8 |
| * | Implement Lookup::indexedSetter | Lars Knoll | 2014-01-31 | 1 | -0/+1 |