Skip to content

Releases: olofk/fusesoc

FuseSoC 2.4.5

13 Nov 13:58

Choose a tag to compare

  • Add support for URL-based library syncing
  • Add SPDX generation filter
  • Set correct EDAM filename for copyto to directories
  • Dump stacktrace on filter errors

FuseSoC 2.4.4

09 Sep 13:32

Choose a tag to compare

  • Fix exporting of generated files
  • Make filter errors fatal
  • Add signing support
  • Add license field to CAPI2

FuseSoC 2.4.3

07 May 05:57

Choose a tag to compare

  • 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

07 Jan 14:31

Choose a tag to compare

  • 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

07 Jan 14:31

Choose a tag to compare

  • Fix broken documentation builds

FuseSoC 2.4

07 Oct 11:14

Choose a tag to compare

  • 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

17 Nov 12:03

Choose a tag to compare

  • 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

08 May 19:30

Choose a tag to compare

Bugfix release

FuseSoC 2.2

08 May 19:28

Choose a tag to compare

  • 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

23 Mar 20:06

Choose a tag to compare

  • 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