Releases: olofk/fusesoc
Releases · olofk/fusesoc
FuseSoC 2.4.5
FuseSoC 2.4.4
- Fix exporting of generated files
- Make filter errors fatal
- Add signing support
- Add license field to CAPI2
FuseSoC 2.4.3
- Improve generator caching
- Check out missing core libraries on updates
- Added argcompletion
- Add lockfile support
- Add mapping support
- Expose core description files in EDAM
FuseSoC 2.4.2
- Support lists in file_input_parameters
- Add SVN provider
- Support file-specific defines
- Always build non-cached generators in work_root
- Add splitlib filter
- Warn about non-deterministic virtual cores
FuseSoC 2.4.1
- Fix broken documentation builds
FuseSoC 2.4
- Add conflict handling for virtual cores
- Connect generated cores in EDAM dependency graph
- Support implicit name in library add command
- Migrate from setup.py to pyproject.toml
- Add support for EDAM filter plugins
FuseSoC 2.3
- Add CLI to read/write config settings
- Separate CLI from library to ease integration
- Add --work-root to directly set output dir
- Show core filename with "fusesoc core show"
- Allow matching against only "name" component in VLNV
- Improve inheritance rules between targets
- Warn on duplicate cores
- Support prepend keyword for generators
- Reenable Windows tests
- + improved error handling, bug fixes and refactoring
FuseSoC 2.2.1
Bugfix release
FuseSoC 2.2
- Use jsonschema to describe and validate CAPI2 files
- Add switch to allow additional CAPI2 properties
- Support use expansion everywhere
- Support setting tags on files
-
- improved error handling, bug fixes and refactoring
FuseSoC 2.1
- Add caching of generators
- Allow setting library version when adding libraries
- Allow cloning repos that don't support shallow clones
- Avoid cleaning out existing work roots
- Only re-export changed files
-
- improved error handling, bug fixes and refactoring