summaryrefslogtreecommitdiff
path: root/VERSION
Commit message (Collapse)AuthorAgeFilesLines
* Bump versionChristian Kandeler2023-02-161-1/+1
| | | | | Change-Id: I710c6ec4f12a3335a13c7e3f0dae90cafbb5680f Reviewed-by: Ivan Komissarov <ABBAPOH@gmail.com>
* Switch JavaScript back-endChristian Kandeler2023-02-071-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Newer clang versions seem to expose serious bugs in QtScript, whose complexity makes it difficult to track them down. We therefore switch to the more light-weight QuickJS, which offers all the features we need (most notably property access interception), as well as good performance. To save some porting effort, we removed the long-deprecated loadFile() and loadExtension() functions. During the porting procedure, we noticed and fixed thread safety issues in artifact access from JS commands. We consider this change important enough to bump the major version, so the next release will be 2.0. Detailed benchmarking data is below. In summary, we see a modest speed- up at the cost of a similarly modest increase in memory consumption (with the exception of project resolving on macOS, which has become a bit slower). Importantly, the increase does not rise with project size, as the comparison of qbs vs Qt Creator shows. Output of qbs_benchmarker on Linux with qbs as test project: ========== Performance data for Resolving ========== Old instruction count: 12870602895 New instruction count: 11923459780 Relative change: -8 % Old peak memory usage: 61775848 Bytes New peak memory usage: 67583424 Bytes Relative change: +9 % ========== Performance data for Rule Execution ========== Old instruction count: 4074062223 New instruction count: 3887473574 Relative change: -5 % Old peak memory usage: 35123704 Bytes New peak memory usage: 38398392 Bytes Relative change: +9 % ========== Performance data for Null Build ========== Old instruction count: 1104417596 New instruction count: 1011033948 Relative change: -9 % Old peak memory usage: 24461824 Bytes New peak memory usage: 25325920 Bytes Relative change: +3 % Output of qbs_benchmarker on Linux with Qt Creator as test project: ========== Performance data for Resolving ========== Old instruction count: 67166450352 New instruction count: 60772791018 Relative change: -10 % Old peak memory usage: 327011616 Bytes New peak memory usage: 343724176 Bytes Relative change: +5 % ========== Performance data for Rule Execution ========== Old instruction count: 71684351183 New instruction count: 67051936965 Relative change: -7 % Old peak memory usage: 374913688 Bytes New peak memory usage: 387790992 Bytes Relative change: +3 % ========== Performance data for Null Build ========== Old instruction count: 8383156078 New instruction count: 7930705668 Relative change: -6 % Old peak memory usage: 180468360 Bytes New peak memory usage: 182490384 Bytes Relative change: +1 % Real-world data building Qt Creator (using qbs --log-time, several runs, removing outliers): macOS: Resolving: 43s -> 47s Rule execution: 17s -> 14s Windows: Resolving: 18s -> 16s Rule execution: 22s -> 17s Fixes: QBS-913 Fixes: QBS-1103 Fixes: QBS-1126 Fixes: QBS-1227 Fixes: QBS-1684 Change-Id: Ie5088155026e85bbd1e303f1c67addb15810a3cb Reviewed-by: Ivan Komissarov <ABBAPOH@gmail.com> Reviewed-by: Orgad Shaneh <orgads@gmail.com>
* Bump versionChristian Kandeler2022-11-281-1/+1
| | | | | Change-Id: Ib9b0af57a56c891f6e97d21d7da3fd4c7b6120b5 Reviewed-by: Ivan Komissarov <ABBAPOH@gmail.com>
* Bump version to 1.24.0Ivan Komissarov2022-08-041-1/+1
| | | | | Change-Id: Ibdf5ba1ce5cf115bd1fecfc087ace20c5c059711 Reviewed-by: Christian Kandeler <christian.kandeler@qt.io>
* Merge 1.22 into masterChristian Kandeler2022-04-041-1/+1
|\ | | | | | | Change-Id: I2181ed85563337acab8ec4b563b45511be16f21f
| * Bump versionChristian Kandeler2022-03-311-1/+1
|/ | | | | Change-Id: Iecc83aa9f30486068f01db16e35aaff890faa225 Reviewed-by: Jörg Bornemann <joerg.bornemann@qt.io>
* Bump version to 1.22.0Ivan Komissarov2021-10-261-1/+1
| | | | | Change-Id: I6989255b762adfb8bf1c9115f4dc42ba4a4b11e5 Reviewed-by: Denis Shienkov <denis.shienkov@gmail.com>
* Bump version to 1.21.0Ivan Komissarov2021-08-131-1/+1
| | | | | Change-Id: I40c77aad4d442508beb7b3c17ed2dc73e65a90ab Reviewed-by: Christian Kandeler <christian.kandeler@qt.io>
* Bump version to 1.20.0Richard Weickelt2021-04-061-1/+1
| | | | | Change-Id: I36d2f610f9d720e80d7a74338bec24bbb11b9a4d Reviewed-by: Ivan Komissarov <ABBAPOH@gmail.com>
* Bump version to 1.19.0Richard Weickelt2020-10-301-1/+1
| | | | | Change-Id: I991366564e56944ffa0dd5370a89da04788cdad0 Reviewed-by: Christian Kandeler <christian.kandeler@qt.io>
* Bump version number to 1.18.0Richard Weickelt2020-07-241-1/+1
| | | | | Change-Id: I9413e8c3c7ac49b8a6e77e4c01a0247ad8242228 Reviewed-by: Christian Kandeler <christian.kandeler@qt.io>
* Bump version to 1.17.0Richard Weickelt2020-03-181-1/+1
| | | | | Change-Id: I980055ba845d542e90566955381291816d0ebfb2 Reviewed-by: Christian Kandeler <christian.kandeler@qt.io>
* Version bump 1.16.0Richard Weickelt2019-10-221-1/+1
| | | | | Change-Id: I210733c0aba94e1d248d5544b954f63ae911e0d6 Reviewed-by: Christian Kandeler <christian.kandeler@qt.io>
* Bump versionChristian Kandeler2019-08-211-1/+1
| | | | | | | This was apparently forgotten when the 1.14 branch was created. Change-Id: I6d6d1e11566ad873f214599b2642610d31bf8ab1 Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io>
* Version bumpChristian Kandeler2019-02-121-1/+1
| | | | | Change-Id: Id0b0e575297bdec2a9902db78b3e7e7da7999d77 Reviewed-by: Joerg Bornemann <joerg.bornemann@qt.io>
* Version bumpChristian Kandeler2018-05-181-1/+1
| | | | | Change-Id: Iad54b7cf1653dfd53594d5c64a6d2bfbf06fadd3 Reviewed-by: Joerg Bornemann <joerg.bornemann@qt.io>
* Version bumpChristian Kandeler2018-01-181-1/+1
| | | | | Change-Id: Idbdff9bda794ee2e4bda0ff152189915d49274a6 Reviewed-by: Joerg Bornemann <joerg.bornemann@qt.io>
* Bump versionChristian Kandeler2017-10-131-1/+1
| | | | | | Change-Id: I9fc8999ac859899f192c6cd39f2dad3e2ab4c75e Reviewed-by: Joerg Bornemann <joerg.bornemann@qt.io> Reviewed-by: Jake Petroules <jake.petroules@qt.io>
* Version bumpChristian Kandeler2017-07-061-1/+1
| | | | | Change-Id: I990ec88a486a9515d3be3780a90bf7c96dbd3811 Reviewed-by: Joerg Bornemann <joerg.bornemann@qt.io>
* Introduce the qbsversion module for building QbsJake Petroules2017-06-021-0/+1
Use that instead of QbsFunctions.qbsVersion() and read it in qbs_version.pri; this has the advantage that simple text processing tools can retrieve the project version without having to parse JavaScript. It's also set from only one place now. Change-Id: Icfd2a6bf12b794b55c9ba31934a96b4483224eae Reviewed-by: Joerg Bornemann <joerg.bornemann@qt.io>