diff options
author | Richard Weickelt <richard@weickelt.de> | 2019-11-15 20:57:47 +0100 |
---|---|---|
committer | Richard Weickelt <richard@weickelt.de> | 2019-11-18 19:52:56 +0000 |
commit | db4ae17063663570cf10e7a90bac84f8973891dc (patch) | |
tree | a79238b9e37cb6dc8a673f34b2df8d0edba1e7da /changelogs | |
parent | d40aa9ac595ad85d667f7a303c5cca097665eb17 (diff) | |
download | qbs-db4ae17063663570cf10e7a90bac84f8973891dc.tar.gz |
Add changelog for 1.15.0 release
Change-Id: Ic143a00f209d04cb7907fa34373b9c2e043d7760
Reviewed-by: Denis Shienkov <denis.shienkov@gmail.com>
Reviewed-by: Christian Kandeler <christian.kandeler@qt.io>
Reviewed-by: Ivan Komissarov <ABBAPOH@gmail.com>
Diffstat (limited to 'changelogs')
-rw-r--r-- | changelogs/changes-1.15.0.md | 44 |
1 files changed, 44 insertions, 0 deletions
diff --git a/changelogs/changes-1.15.0.md b/changelogs/changes-1.15.0.md new file mode 100644 index 000000000..cc95011a8 --- /dev/null +++ b/changelogs/changes-1.15.0.md @@ -0,0 +1,44 @@ +# General +* Added a session command which offers a JSON-based API for interaction with + other tools via stdin/ stdout. This allows for proper Qbs support in IDEs that + do not use Qt or even C++. + +# Language +* Probes are now evaluated before Profile items and can be used to create + profiles on project level. +* AutotestRunner got a separate job pool. +* Added a timeout property to Command, JavaScriptCommand and AutotestRunner. + This allows to identify and kill stuck commands. + +# C/C++ Support +* Ensure proper support of Xcode 11. +* Linker map files can be generated with all toolchains. +* Bare metal toolchains can now generate listing files. +* Improve the command line output filtering of bare metal toolchains. +* Added support for clang in mingw mode on Windows. +* Added msp430 support to GCC and IAR. +* Added STM8 support to IAR and SDCC. +* Added IDE project generators for IAR Embedded Workbench for ARM, AVR, 8051, + MSP430, and STM8 architectures. +* Added IDE project generators for KEIL uVision v4 for ARM and 8051 + architectures. +* Added more bare metal project examples for various target platforms. +* The IAR, KEIL and SDCC toolchains are now found automatically in various. + locations by the setup-toolchains command and by probes if no installPath is + set in the profile. + +# Infrastructure +* Automated build and testing on Ubuntu, macOS and Windows. +* Added Ubuntu bionic Docker image which replaces Debian stretch. +* Updated Qt in the Ubuntu and Windows Docker images to 5.12. +* When building Qbs, Qt libraries can now be bundled on Linux, macOS and + Windows. + +# Contributors +* Alberto Mardegan <mardy@users.sourceforge.net> +* Christian Kandeler <christian.kandeler@qt.io> +* Denis Shienkov <denis.shienkov@gmail.com> +* Ivan Komissarov <ABBAPOH@gmail.com> +* Jochen Ulrich <jochenulrich@t-online.de> +* Joerg Bornemann <joerg.bornemann@qt.io> +* Richard Weickelt <richard@weickelt.de> |