File: changes-3.1.0.md

package info (click to toggle)
qbs 3.1.2-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 30,968 kB
  • sloc: cpp: 120,478; ansic: 72,055; javascript: 14,887; python: 5,882; asm: 1,742; sh: 1,059; java: 693; objc: 409; lex: 194; xml: 141; perl: 137; yacc: 86; makefile: 55; cs: 41
file content (38 lines) | stat: -rw-r--r-- 1,511 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
# General
* Qbs now prints information about files being installed.
* New modules were added for fine-tuning builds: `config.build`, `config.install` and
  `installpaths`.
* The `install` property in convenience items such as `CppApplication` now defaults to `true`.
* The `texttemplate` module received support for an alternative syntax (QBS-1833).
* The `Process` service now has an `errrorString` method.
* The `vcs` module now supports the `Mercurial` tool and there are new properties `repoLatestTag`,
  `repoCommitsSinceTag`, and `repoCommitSha`.
* Added a `Graphviz` generator to visualize project structures.
* The bundled QuickJS was updated to version 0.10.1.

# Language
* Expansion of wildcards appearing on the right-hand side of a `files` property is now
  done in a case-sensitive manner on non-Windows hosts (QBS-1844).

# C/C++ support
* The `CppStd` convenience item was introduced to be able to use the `std.cppm` C++ module
  without having to build it for every product.
* The gcc module now detects the `Alpha` architecture.

# API
* The LSP support was extended to implement "go to definition" for module names, module properties,
  user-defined items and the content of the `files` and `references` properties.

# Qt Support
* Fixed iOS support with Qt >= 6.8 (QBS-1839).

# Apple support
* Added support for Xcode 26.0.
* Added support for embedding dependencies into a bundle.

# Contributors
* Christian Kandeler
* Ivan Komissarov
* Jan Blackquill
* Pino Toscano
* Roman Telezhynskyi