Releases: Open-CMSIS-Pack/cbuild2cmake
Releases · Open-CMSIS-Pack/cbuild2cmake
v0.9.9
v0.9.8
Release Notes
- Add support for
image-onlysolutions - Add
USES_TERMINALforexecutescustom target/command
Full Changelog: v0.9.7...v0.9.8
v0.9.7
v0.9.6
v0.9.5
Release notes
- Add API files to component target sources
- Add output
mapfile handling - Avoid run-always
executescyclic dependencies - Build compilation database by default and add database target to superlists
- Fix
executeswithalwaystag not creating CMake outputs - Fix groups compiler abstractions inheritance
- Improve
executesdependencies - Reduce default verbosity of
databasestep - Trigger project
executesafter project build step
v0.9.4
v0.9.3
Release notes
- Accept file entries with absolute paths
- Add CMake
make_directorycommand into database target - Add parenthesis to the delimiters list requiring replacement
- Add support for trustzone mode
secure-only - Increase CMake minimum version
- Give the build step access to the terminal
- Make contextlists buildable independent of superlists
- Print CMake configure failures
- Replace blanks in CMake target names derived from build contexts
v0.9.2
Release notes
- Add
binandhexoutputs to ExternalProject_Add by-products - Add
tmpdirnode handling for solution level temporary files - Enforce toolchain registration environment variables
- Improve include paths order
- Improve link libraries handling
- Fix preinclude languages scope
- Handle
add-path-asmat multiple levels - Reduce default verbosity of configure steps
- Restrict Coverage upload from forked repo
- Show
executedescription when running executes commands
v0.9.1
Release Notes
Alpha release for validating build support features and executes steps.
- Handle
define-asmat multiple levels - Handle
context-set - Initial implementation of
executesnodes - Improve file level options handling
Known Issues
- The intermediate/temporary folder
tmpcannot be customized since theintdirnode is currently handled at context level and therefore cannot be applied at solution level #1243