Skip to content

Releases: PMunch/futhark

v0.7.0

07 Jan 15:15
Compare
Choose a tag to compare
  • Improve support for destructors
  • Allow system paths to be passed by define flag
  • Support C extern

V0.6.1

04 May 06:14
Compare
Choose a tag to compare
  • Better handling of constants
  • Fix for enum name collision
  • Add slightly experimental support for int128/uint128, you might have to override these with your own types if the built in versions don't work

v0.5.0

09 Mar 13:33
Compare
Choose a tag to compare

v0.4.0

03 Mar 16:49
Compare
Choose a tag to compare

Fix bug where macros would generate bad code

Fix bugs with struct types and implement automatic imports

Full Changelog: v0.3.1...v0.4.0

NOTE: This is a breaking change, absPath no longer exists, use sysPath instead and read the basic usage section of the README to see how sysPath and path differs.

v0.3.0

08 Oct 12:34
Compare
Choose a tag to compare

What's Changed

  • Add support for packed structures by @PMunch in #4
  • Rename callback proposal by @PMunch in #2