Skip to content

Releases: PMunch/futhark

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

v0.7.3

07 Jan 22:04
Compare
Choose a tag to compare
  • Automatic finding and default fallback for Clang path

v0.7.2

07 Jan 21:38
Compare
Choose a tag to compare
  • Add switches for improved readability/documentability but reduced compatibility
  • Fix const generation for enums with duplicate values, add test for enum by @daniel-j in #50
  • Improve clang detection based on #48 for tests by @daniel-j in #51

v0.7.1

07 Jan 16:58
Compare
Choose a tag to compare
  • Fix bug with aliases for consts not being generated properly
  • Add test cases
  • Fix bug where opir would fail to run on Windows (unverified)