From db4ae17063663570cf10e7a90bac84f8973891dc Mon Sep 17 00:00:00 2001 From: Richard Weickelt Date: Fri, 15 Nov 2019 20:57:47 +0100 Subject: Add changelog for 1.15.0 release Change-Id: Ic143a00f209d04cb7907fa34373b9c2e043d7760 Reviewed-by: Denis Shienkov Reviewed-by: Christian Kandeler Reviewed-by: Ivan Komissarov --- changelogs/changes-1.15.0.md | 44 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 44 insertions(+) create mode 100644 changelogs/changes-1.15.0.md (limited to 'changelogs') 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 +* Christian Kandeler +* Denis Shienkov +* Ivan Komissarov +* Jochen Ulrich +* Joerg Bornemann +* Richard Weickelt -- cgit v1.2.3