Skip to content

Releases: PMunch/futhark

v0.12.0

27 Oct 12:07
Compare
Choose a tag to compare

Improves consistency between Clang 15 and 16. Should now give the same output for both version.

Full Changelog: v0.11.1...v0.12.0

v0.11.1

26 Oct 07:47
Compare
Choose a tag to compare

Full Changelog: v0.11.0...v0.11.1

v0.11.0

25 Oct 08:39
Compare
Choose a tag to compare

What's Changed

  • Small fix for detecting libclang.so on Debian by @daniel-j in #85
  • Make sure that anonymous unions in arrays work
  • Remove shell quoting of compilerArgs to ensure that things like pkg-config can work
  • Implement vectors, temporary solution

Full Changelog: v0.10.0...v0.11.0

v0.10.0

25 Oct 07:02
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.9.3...v0.10.0

v0.9.3

12 Jul 07:32
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.9.2...v0.9.3

v0.9.2

13 Jun 09:38
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.9.1...v0.9.2

v0.9.1

04 Mar 22:41
Compare
Choose a tag to compare
  • Add bycopy pragma

v0.9.0

28 Feb 09:50
Compare
Choose a tag to compare
  • Add forwarding feature
  • Remove cuchar
  • Generate fewer opaque types

v0.8.0

12 Feb 21:22
Compare
Choose a tag to compare
  • Add a hooking system to be able to manipulate the Øpir output programatically
  • Improve documentation around shipping wrappers

v0.7.4

31 Jan 22:28
Compare
Choose a tag to compare

What's Changed

  • Fix support for short enums (cuchar, cschar workaround) in generated wrapper by @daniel-j in #53
  • Fix issue with pre-ANSI C style function declarations

Full Changelog: v0.7.3...v0.7.4