File: changes-2.3.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 (37 lines) | stat: -rw-r--r-- 1,380 bytes parent folder | download | duplicates (6)
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
# General
* Added an LSP language server that provides support for following symbols and completion
  in IDEs (QBS-395).
* Module properties are now directly available within groups in modules (QBS-1770).
* Added possibility to export products to CMake via the new Exporter.cmake module.
* Deprecated the pkgconfig-based fallback module provider.
* If a project needs to be re-resolved, we now print the reason.
* Added some tutorials.
* Wildards handling was rewritten to track changes more accurate.
* Module 'validate' scripts are no longer run for erroneous product in IDE mode.
* Add example how to use Exporters.

# C/C++ Support
* Private dependencies of products are not traversed more than once anymore (QBS-1714).

# Language
* Module properties are now accessible for groups in modules (QBS-1770).
* Fixed pathList properties in Probes (QBS-1785).
* The qbspkgconfig.mergeDependencies property was removed.
* ModuleProviders now support the 'allowedValues' property of the PropertyOptions item
  (QBS-1748).

# Apple
* Adapted darwin support to Xcode 15.3.

# CI
* Changed Linux Docker images from Focal to Jammy.
* Updated compilers and linters to recent versions.
* Added clang-format job to check code style.
* The project.withExamples property was removed.

# Contributors
* Christian Kandeler
* Dmitrii Meshkov
* Ivan Komissarov
* Raphael Cotty
* Richard Weickelt